From 1cfdda0d9f76d36df95677e631b8b15dd19b4dcb Mon Sep 17 00:00:00 2001 From: uvok Date: Sun, 18 Jan 2026 10:58:56 +0100 Subject: counter: Add "count_enable" pin --- nandgame/computer.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nandgame/computer.sv') 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 -- cgit v1.2.3