aboutsummaryrefslogtreecommitdiff
path: root/task2/tb_task2.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--task2/tb_task2.sv5
1 files changed, 5 insertions, 0 deletions
diff --git a/task2/tb_task2.sv b/task2/tb_task2.sv
new file mode 100644
index 0000000..ceb4e98
--- /dev/null
+++ b/task2/tb_task2.sv
@@ -0,0 +1,5 @@
+module tb_task2();
+
+// Your testbench goes here. Our toplevel will give up after 1,000,000 ticks.
+
+endmodule: tb_task2