aboutsummaryrefslogtreecommitdiff
path: root/tb
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2025-03-15 17:35:52 -0500
committerJoshua Yun <joshua@joshuayun.com>2025-03-15 17:35:52 -0500
commit59fd8c25ee1452452cb564d6fe4163b7a9394aef (patch)
tree028688a39cd401a40939d86e3bf4a8f5d678d6a4 /tb
parentc7a29c00b143ff6ee22bb7cffbdd0ae7c21206d1 (diff)
downloadriscv-processor-59fd8c25ee1452452cb564d6fe4163b7a9394aef.tar.gz
feat: added TB support + primitives for flipflops, initial fetch stage (not complete), mem initialization for imem complete
Diffstat (limited to 'tb')
-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