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 /verif/formal/regfile/regfile.sby | |
| 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 'verif/formal/regfile/regfile.sby')
| -rw-r--r-- | verif/formal/regfile/regfile.sby | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/verif/formal/regfile/regfile.sby b/verif/formal/regfile/regfile.sby deleted file mode 100644 index 69cb7b9..0000000 --- a/verif/formal/regfile/regfile.sby +++ /dev/null @@ -1,23 +0,0 @@ -[tasks] -cover -prove - -[options] -cover: mode cover -prove: mode prove -prove: depth 20 - -[engines] -smtbmc - -[script] -read -formal -sv config_pkg.sv -read -formal -sv regfile.sv -read -formal -sv regfile_fv.sv -prep -top regfile_fv - -[files] -rtl/types.svh -rtl/config_pkg.sv -rtl/regfile.sv -verif/formal/regfile/regfile_fv.sv |