Skip to content

Commit 26eea1b

Browse files
committed
[ic] Wait a bit before pusling the READ
1 parent d06114d commit 26eea1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Ic.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ uint32_t Ic::read(uint32_t address)
9696
barWrite(sc_regs::IC_WR_CMD.index, 0x8);
9797
barWrite(sc_regs::IC_WR_CMD.index, 0x0);
9898

99+
std::this_thread::sleep_for(std::chrono::milliseconds(10));
100+
99101
// Pulse the READ
100102
barWrite(sc_regs::IC_WR_CMD.index, 0x2);
101103
barWrite(sc_regs::IC_WR_CMD.index, 0x0);

0 commit comments

Comments
 (0)