mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix typo in last commit
This commit is contained in:
parent
7936609c2a
commit
97a3ded4e3
1 changed files with 1 additions and 1 deletions
|
@ -469,6 +469,6 @@ module riscv_load_store_unit
|
|||
|
||||
// there should be no rvalid when we are in IDLE
|
||||
assert property (
|
||||
@(posedge clk) (CS == IDLE)) |-> (data_rvalid_i == 1'b0) );
|
||||
@(posedge clk) (CS == IDLE) |-> (data_rvalid_i == 1'b0) );
|
||||
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue