mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-22 21:17:46 -04:00
Fix typo ii
This commit is contained in:
parent
8d82604bbe
commit
eedd6b27ec
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ module dcache_noinv
|
|||
assert property (@(posedge clk) disable iff (rst) ls.new_request |-> ls.ready)
|
||||
else $error("dcache received request when not ready");
|
||||
|
||||
dache_suprious_l1_ack_assertion:
|
||||
dcache_spurious_l1_ack_assertion:
|
||||
assert property (@(posedge clk) disable iff (rst) mem.ack |-> mem.request)
|
||||
else $error("dcache received ack without a request");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue