aboutsummaryrefslogtreecommitdiff
path: root/rtl/rv32e_core_wrapper.sv
diff options
context:
space:
mode:
authorWarrick Lo <wlo@warricklo.net>2026-06-16 09:21:34 -0700
committerWarrick Lo <wlo@warricklo.net>2026-06-16 09:21:34 -0700
commit48833ca8998eee2abc21f3344b4564da2d1ae5fa (patch)
treedb42ed574b65d96fcaa5cc17fe1bd51d91c8b5f4 /rtl/rv32e_core_wrapper.sv
parentMerge pull request #10 from ubc-asic/feature/core (diff)
parentRename top-level module to prevent clashes (diff)
downloadmontreal-48833ca8998eee2abc21f3344b4564da2d1ae5fa.tar.xz
montreal-48833ca8998eee2abc21f3344b4564da2d1ae5fa.zip
Merge branch 'crajaman/top-level-rtl'
Closes: #12 Reviewed-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to 'rtl/rv32e_core_wrapper.sv')
-rw-r--r--rtl/rv32e_core_wrapper.sv16
1 files changed, 16 insertions, 0 deletions
diff --git a/rtl/rv32e_core_wrapper.sv b/rtl/rv32e_core_wrapper.sv
new file mode 100644
index 0000000..773b7af
--- /dev/null
+++ b/rtl/rv32e_core_wrapper.sv
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: CERN-OHL-P-2.0 */
+
+/*
+ * Copyright 2026 UBC ASIC contributors (Montreal project).
+ * All rights reserved.
+ *
+ * Authors: Chathil Rajamanthree <chathil.rajaman3@gmail.com>
+ *
+ * Montreal RV32E Core Wrapper
+ *
+ * Provides a clean, generic bus interface for the core for easier UVM access.
+ */
+
+module rv32e_core_wrapper ();
+
+endmodule : rv32e_core_wrapper