Fix some verilog issues
This commit is contained in:
@@ -7,9 +7,9 @@ RESET_DELAY_NS = 45
|
||||
);
|
||||
|
||||
initial begin
|
||||
clk <= 1'b1;
|
||||
nreset <= 1'b0;
|
||||
#RESET_DELAY_NS nreset <= 1'b1;
|
||||
clk = 1'b1;
|
||||
nreset = 1'b0;
|
||||
#RESET_DELAY_NS nreset = 1'b1;
|
||||
end
|
||||
|
||||
always
|
||||
|
||||
Reference in New Issue
Block a user