Update ariane_regfile.sv

Delete double semicolon in regfile
This commit is contained in:
msfschaffner 2018-10-15 10:01:49 +02:00 committed by GitHub
parent 989e7a3bdd
commit 9941255339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;