diff options
Diffstat (limited to 'nandgame/computer.sv')
| -rw-r--r-- | nandgame/computer.sv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nandgame/computer.sv b/nandgame/computer.sv index 3286bfe..3794270 100644 --- a/nandgame/computer.sv +++ b/nandgame/computer.sv @@ -80,7 +80,8 @@ counter PC ( .clk_in(clk_in), .counter_out(PC_addr_int), .X_in(reg_A_int), - .st_store_X_in(cpu_do_jump_int) + .st_store_X_in(cpu_do_jump_int), + .count_enable_in('b1) ); `ifdef VERILATOR |
