aboutsummaryrefslogtreecommitdiff
path: root/rtl/rv32e_core_wrapper.sv
diff options
context:
space:
mode:
authorChat <63841542+chatrajaman3@users.noreply.github.com>2026-06-14 16:21:08 -0700
committerWarrick Lo <wlo@warricklo.net>2026-06-14 16:21:08 -0700
commit577ad51f728a56b1c2244cb21a563564e62999b6 (patch)
treea00bac5e95e76d23f5fdc3a3c816ea6ce06ec51a /rtl/rv32e_core_wrapper.sv
parentUpdate README and WaveDrom diagrams [skip ci] (diff)
downloadmontreal-577ad51f728a56b1c2244cb21a563564e62999b6.tar.xz
montreal-577ad51f728a56b1c2244cb21a563564e62999b6.zip
Add top-level and QSPI controller modules
Diffstat (limited to 'rtl/rv32e_core_wrapper.sv')
-rw-r--r--rtl/rv32e_core_wrapper.sv8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtl/rv32e_core_wrapper.sv b/rtl/rv32e_core_wrapper.sv
new file mode 100644
index 0000000..8d2b5c9
--- /dev/null
+++ b/rtl/rv32e_core_wrapper.sv
@@ -0,0 +1,8 @@
+// Provides a clean, generic bus interface for the core
+// Easier UVM access
+
+module rv32e_core_wrapper ();
+
+
+
+endmodule