aboutsummaryrefslogtreecommitdiff
path: root/tb/top_tb.sv
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-02-17 21:39:47 +0000
committerJoshua Yun <joshua@joshuayun.com>2025-02-17 21:39:47 +0000
commit8b76fdcbe6caf045925d2a0b4096fbabe881730d (patch)
tree7523bb2e38a71c37c9ed8b72a2d8639073f651ef /tb/top_tb.sv
parent5c1a3bd1141706a75bd2bf26ea6315d368ca3399 (diff)
downloadriscv-processor-8b76fdcbe6caf045925d2a0b4096fbabe881730d.tar.gz
Joshua/fusesoc
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