1
0
Fork 0

SimJTAG: fix verilog typo

This commit is contained in:
Megan Wachs 2018-03-05 16:27:17 -08:00
parent bd3a72e585
commit a20998e215
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module SimJTAG #(
if (reset || r_reset) begin
__exit = 0;
tickCounterReg <= TICK_DELAY;
init_done_sticky <= 1/b0;
init_done_sticky <= 1'b0;
end else begin
init_done_sticky <= init_done | init_done_sticky;
if (enable && init_done_sticky) begin