aboutsummaryrefslogtreecommitdiff
path: root/single-cycle/tb
diff options
context:
space:
mode:
authorChat <63841542+chatrajaman3@users.noreply.github.com>2026-04-26 14:28:07 -0700
committerWarrick Lo <wlo@warricklo.net>2026-04-26 14:28:07 -0700
commit53d81ef8b8a1ddc176b355169bcd920c0fda37da (patch)
treec4e7b1d640eca015f35a79471a9d2707313e3b57 /single-cycle/tb
parentInitial commit (diff)
downloadmontreal-53d81ef8b8a1ddc176b355169bcd920c0fda37da.tar.xz
montreal-53d81ef8b8a1ddc176b355169bcd920c0fda37da.zip
Update resources
Diffstat (limited to 'single-cycle/tb')
-rw-r--r--single-cycle/tb/rv32e_model.py5
-rw-r--r--single-cycle/tb/test.sv0
2 files changed, 5 insertions, 0 deletions
diff --git a/single-cycle/tb/rv32e_model.py b/single-cycle/tb/rv32e_model.py
new file mode 100644
index 0000000..eda163e
--- /dev/null
+++ b/single-cycle/tb/rv32e_model.py
@@ -0,0 +1,5 @@
+#Golden Reference model for RV32E Processor
+
+#Constants
+
+XLEN = 32 \ No newline at end of file
diff --git a/single-cycle/tb/test.sv b/single-cycle/tb/test.sv
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/single-cycle/tb/test.sv