summaryrefslogtreecommitdiff
path: root/nandgame
diff options
context:
space:
mode:
authoruvok2026-01-01 16:05:19 +0100
committeruvok2026-01-01 16:05:19 +0100
commit8ad9febea50c5325c22de7bd344936b3def01fe3 (patch)
treec6310aee15724c8b5485f44f759f516ce1ceb2ff /nandgame
parent0f9b0dd686f816c9e18debbbe9523ac0de683acf (diff)
include types in tbs again
Diffstat (limited to 'nandgame')
-rw-r--r--nandgame/arith_unit_tb.sv5
-rw-r--r--nandgame/logic_unit_tb.sv6
2 files changed, 5 insertions, 6 deletions
diff --git a/nandgame/arith_unit_tb.sv b/nandgame/arith_unit_tb.sv
index 054e484..917a113 100644
--- a/nandgame/arith_unit_tb.sv
+++ b/nandgame/arith_unit_tb.sv
@@ -1,9 +1,8 @@
`timescale 1us/1us
-// `include "nandgame_types.v"
+`include "nandgame_types.v"
-module arith_unit_tb (
-);
+module arith_unit_tb;
logic [15:0] in1;
logic [15:0] in2;
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;