diff options
| author | Chat <63841542+chatrajaman3@users.noreply.github.com> | 2026-06-14 16:21:08 -0700 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-06-14 16:21:08 -0700 |
| commit | 577ad51f728a56b1c2244cb21a563564e62999b6 (patch) | |
| tree | a00bac5e95e76d23f5fdc3a3c816ea6ce06ec51a /rtl/rv32e_core_wrapper.sv | |
| parent | Update README and WaveDrom diagrams [skip ci] (diff) | |
| download | montreal-577ad51f728a56b1c2244cb21a563564e62999b6.tar.xz montreal-577ad51f728a56b1c2244cb21a563564e62999b6.zip | |
Add top-level and QSPI controller modules
Diffstat (limited to '')
| -rw-r--r-- | rtl/rv32e_core_wrapper.sv | 8 |
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 |