diff options
Diffstat (limited to 'nandgame/logic_unit_tb.sv')
| -rw-r--r-- | nandgame/logic_unit_tb.sv | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
