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, 7 insertions, 0 deletions
diff --git a/tb/top_tb.sv b/tb/top_tb.sv
new file mode 100644
index 0000000..7643fbe
--- /dev/null
+++ b/tb/top_tb.sv
@@ -0,0 +1,7 @@
+module top_tb ();
+
+initial begin
+ $display("Hello World");
+end
+
+endmodule