diff options
| author | uvok | 2026-01-01 16:05:19 +0100 |
|---|---|---|
| committer | uvok | 2026-01-01 16:05:19 +0100 |
| commit | 8ad9febea50c5325c22de7bd344936b3def01fe3 (patch) | |
| tree | c6310aee15724c8b5485f44f759f516ce1ceb2ff /nandgame/arith_unit_tb.sv | |
| parent | 0f9b0dd686f816c9e18debbbe9523ac0de683acf (diff) | |
include types in tbs again
Diffstat (limited to 'nandgame/arith_unit_tb.sv')
| -rw-r--r-- | nandgame/arith_unit_tb.sv | 5 |
1 files changed, 2 insertions, 3 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; |
