From 8ad9febea50c5325c22de7bd344936b3def01fe3 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 1 Jan 2026 16:05:19 +0100 Subject: include types in tbs again --- nandgame/logic_unit_tb.sv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nandgame/logic_unit_tb.sv') diff --git a/nandgame/logic_unit_tb.sv b/nandgame/logic_unit_tb.sv index be5366e..3f50ce2 100644 --- a/nandgame/logic_unit_tb.sv +++ b/nandgame/logic_unit_tb.sv @@ -1,8 +1,8 @@ `timescale 1us/1us -//`include "nandgame_types.v" -module logic_unit_tb ( -); +`include "nandgame_types.v" + +module logic_unit_tb; logic [15:0] in1; logic [15:0] in2; -- cgit v1.2.3