mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
replace '1 by {N{1'b1}}
This commit is contained in:
parent
c318a88dfb
commit
5af65267bc
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ module raw_checker
|
|||
.clk_i (clk_i),
|
||||
.rst_ni (rst_ni),
|
||||
.flush_i(1'b0),
|
||||
.rr_i ('1), // Highest index has highest prio.
|
||||
.rr_i ({$clog2(CVA6Cfg.NR_SB_ENTRIES){1'b1}}), // Highest index has highest prio.
|
||||
.req_i (same_rd_as_rs_before),
|
||||
.gnt_o (),
|
||||
.data_i ('0),
|
||||
|
@ -85,7 +85,7 @@ module raw_checker
|
|||
.clk_i (clk_i),
|
||||
.rst_ni (rst_ni),
|
||||
.flush_i(1'b0),
|
||||
.rr_i ('1), // Highest index has highest prio.
|
||||
.rr_i ({$clog2(CVA6Cfg.NR_SB_ENTRIES){1'b1}}), // Highest index has highest prio.
|
||||
.req_i (same_rd_as_rs_after),
|
||||
.gnt_o (),
|
||||
.data_i ('0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue