mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 03:47:09 -04:00
Set size of WITH_CSR to avoid Quartus warning
This commit is contained in:
parent
f10cb89ae4
commit
ee6a86705d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module serv_state
|
|||
output reg o_cnt_done,
|
||||
output wire o_bufreg_hold);
|
||||
|
||||
parameter WITH_CSR = 1;
|
||||
parameter [0:0] WITH_CSR = 1;
|
||||
|
||||
wire cnt4;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue