mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Update ariane_regfile.sv
Delete double semicolon in regfile
This commit is contained in:
parent
989e7a3bdd
commit
9941255339
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module ariane_regfile_lol #(
|
|||
input logic [NR_WRITE_PORTS-1:0] we_i
|
||||
);
|
||||
|
||||
localparam ADDR_WIDTH = 5;;
|
||||
localparam ADDR_WIDTH = 5;
|
||||
localparam NUM_WORDS = 2**ADDR_WIDTH;
|
||||
|
||||
logic [NUM_WORDS-1:ZERO_REG_ZERO] mem_clocks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue