[HDL] Bug fix in Verilog syntax
This commit is contained in:
parent
4421dfcbbd
commit
0a0d10b36d
|
@ -10,7 +10,7 @@ module counter (
|
|||
);
|
||||
|
||||
input clk;
|
||||
input reset;
|
||||
input resetb;
|
||||
output [127:0] result;
|
||||
|
||||
reg [127:0] result;
|
||||
|
|
Loading…
Reference in New Issue