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