mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
[dv/icache] revert ff5c0c5
Ready valid dependency now resolved in rtl, see #850 Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
parent
65b21c6741
commit
db149880bd
1 changed files with 3 additions and 9 deletions
|
@ -112,15 +112,9 @@ class ibex_icache_core_driver
|
|||
virtual task automatic read_insn();
|
||||
int unsigned delay;
|
||||
|
||||
// TODO: The icache sometimes currently requires the ready signal before it asserts valid. This
|
||||
// is tracked by issue #850.
|
||||
if (0) begin
|
||||
|
||||
// Maybe (1 time in 10) wait for a valid signal before even considering asserting ready.
|
||||
if ($urandom_range(9) == 0)
|
||||
wait (cfg.vif.driver_cb.valid);
|
||||
|
||||
end
|
||||
// Maybe (1 time in 10) wait for a valid signal before even considering asserting ready.
|
||||
if ($urandom_range(9) == 0)
|
||||
wait (cfg.vif.driver_cb.valid);
|
||||
|
||||
// Then pick how long we wait before asserting that we are ready.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue