diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-05-14 10:10:33 -0700 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-05-14 10:10:33 -0700 |
| commit | f86d0ecc94c071b8856f967f77b305a8d1a9c5f8 (patch) | |
| tree | dc30890074a92b847e875c430bd79c6d4cd31732 /tb | |
| parent | Remove course resources (diff) | |
| download | montreal-f86d0ecc94c071b8856f967f77b305a8d1a9c5f8.tar.xz montreal-f86d0ecc94c071b8856f967f77b305a8d1a9c5f8.zip | |
Tidy root directory [skip ci]
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to 'tb')
| -rw-r--r-- | tb/rv32e_model.py | 5 | ||||
| -rw-r--r-- | tb/test.sv | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tb/rv32e_model.py b/tb/rv32e_model.py new file mode 100644 index 0000000..eda163e --- /dev/null +++ b/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/tb/test.sv b/tb/test.sv new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tb/test.sv |