aboutsummaryrefslogtreecommitdiff
path: root/tb/top_tb.sv
diff options
context:
space:
mode:
Diffstat (limited to 'tb/top_tb.sv')
-rw-r--r--tb/top_tb.sv7
1 files changed, 0 insertions, 7 deletions
diff --git a/tb/top_tb.sv b/tb/top_tb.sv
deleted file mode 100644
index 7643fbe..0000000
--- a/tb/top_tb.sv
+++ /dev/null
@@ -1,7 +0,0 @@
-module top_tb ();
-
-initial begin
- $display("Hello World");
-end
-
-endmodule