aboutsummaryrefslogtreecommitdiff
path: root/dv/formal/regfile/regfile.sby
diff options
context:
space:
mode:
authorWarrick Lo <wlo@warricklo.net>2026-07-07 06:01:17 +0000
committerWarrick Lo <wlo@warricklo.net>2026-07-07 06:01:17 +0000
commit6c24f49f3239c79173fd180d065f8f03cfaeabfd (patch)
tree4ac1ebc964784b655cda35de979331196b19a3c2 /dv/formal/regfile/regfile.sby
parentMerge branch 'feature/fu' from MyDariell (diff)
parentAdd DCO [skip ci] (diff)
downloadmontreal-6c24f49f3239c79173fd180d065f8f03cfaeabfd.tar.xz
montreal-6c24f49f3239c79173fd180d065f8f03cfaeabfd.zip
Sync with 'master'feature/fu
Signed-off-by: Warrick Lo <wlo@warricklo.net>
Diffstat (limited to 'dv/formal/regfile/regfile.sby')
-rw-r--r--dv/formal/regfile/regfile.sby26
1 files changed, 26 insertions, 0 deletions
diff --git a/dv/formal/regfile/regfile.sby b/dv/formal/regfile/regfile.sby
new file mode 100644
index 0000000..a976a29
--- /dev/null
+++ b/dv/formal/regfile/regfile.sby
@@ -0,0 +1,26 @@
+[tasks]
+cover
+bmc
+prove
+
+[options]
+cover: mode cover
+bmc: mode bmc
+bmc: depth 50
+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
+dv/formal/regfile/regfile_fv.sv