diff options
| author | Warrick Lo <wlo@warricklo.net> | 2026-06-24 07:58:06 +0000 |
|---|---|---|
| committer | Warrick Lo <wlo@warricklo.net> | 2026-06-24 07:58:06 +0000 |
| commit | adce21a91f4b55cad1126fa4d453b4d6eef79f7f (patch) | |
| tree | 6132f55957a5e467cbb02e1eedecd4c75ff1e037 /dv/tb | |
| parent | Merge branch 'feature/core' (diff) | |
| download | montreal-adce21a91f4b55cad1126fa4d453b4d6eef79f7f.tar.xz montreal-adce21a91f4b55cad1126fa4d453b4d6eef79f7f.zip | |
Add CI pipeline for formal verification
* Add formal verification tests with sby to CI
* Fix reviewdog having insufficient API permissions
See-also: #15
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to 'dv/tb')
| -rw-r--r-- | dv/tb/rv32e_model.py | 5 | ||||
| -rw-r--r-- | dv/tb/test.sv | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/dv/tb/rv32e_model.py b/dv/tb/rv32e_model.py new file mode 100644 index 0000000..eda163e --- /dev/null +++ b/dv/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/dv/tb/test.sv b/dv/tb/test.sv new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dv/tb/test.sv |