From cd23b2aa465cc09d2a9b54e2c9fe318038358788 Mon Sep 17 00:00:00 2001 From: uvok Date: Wed, 7 Jan 2026 18:18:03 +0100 Subject: Annozate stuff for verilator publicly accessible --- nandgame/alu.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nandgame/alu.sv') diff --git a/nandgame/alu.sv b/nandgame/alu.sv index f452d32..54297c9 100644 --- a/nandgame/alu.sv +++ b/nandgame/alu.sv @@ -29,8 +29,8 @@ module alu #( output logic [(DATA_WIDTH-1):0] result_out ); -logic [(DATA_WIDTH-1):0] int_op_x; -logic [(DATA_WIDTH-1):0] int_op_y; +logic [(DATA_WIDTH-1):0] int_op_x /* verilator public */; +logic [(DATA_WIDTH-1):0] int_op_y /* verilator public */; logic [(DATA_WIDTH-1):0] int_result_arith; logic [(DATA_WIDTH-1):0] int_result_logic; -- cgit v1.2.3