We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06114d commit 26eea1bCopy full SHA for 26eea1b
src/Ic.cxx
@@ -96,6 +96,8 @@ uint32_t Ic::read(uint32_t address)
96
barWrite(sc_regs::IC_WR_CMD.index, 0x8);
97
barWrite(sc_regs::IC_WR_CMD.index, 0x0);
98
99
+ std::this_thread::sleep_for(std::chrono::milliseconds(10));
100
+
101
// Pulse the READ
102
barWrite(sc_regs::IC_WR_CMD.index, 0x2);
103
0 commit comments