[HDL] Bug fix in Verilog syntax

This commit is contained in:
tangxifan 2021-06-22 16:18:46 -06:00
parent 4421dfcbbd
commit 0a0d10b36d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module counter (
);
input clk;
input reset;
input resetb;
output [127:0] result;
reg [127:0] result;