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