diff options
| author | Chat <63841542+chatrajaman3@users.noreply.github.com> | 2026-04-26 14:28:07 -0700 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-04-26 14:28:07 -0700 |
| commit | 53d81ef8b8a1ddc176b355169bcd920c0fda37da (patch) | |
| tree | c4e7b1d640eca015f35a79471a9d2707313e3b57 /single-cycle/tb/rv32e_model.py | |
| parent | Initial commit (diff) | |
| download | montreal-53d81ef8b8a1ddc176b355169bcd920c0fda37da.tar.xz montreal-53d81ef8b8a1ddc176b355169bcd920c0fda37da.zip | |
Update resources
Diffstat (limited to 'single-cycle/tb/rv32e_model.py')
| -rw-r--r-- | single-cycle/tb/rv32e_model.py | 5 |
1 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 |