aboutsummaryrefslogtreecommitdiff
path: root/verif/formal/simple_alu/simple_alu.sby (follow)
AgeCommit message (Collapse)AuthorFilesLines
2026-06-24Add CI pipeline for formal verificationWarrick Lo1-22/+0
* 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>
2026-05-14Add simple_alu RTL and formal verificationChat1-0/+22
- simple_alu.sv: 32-bit ALU with add/sub, 33-bit extended overflow detection, and active-low synchronous reset - simple_alu_bind.sv: attaches checker to simple_alu without modifying RTL - simple_alu_top_fv.sv: replace bind (unsupported in open-source Yosys) with explicit wrapper that instantiates DUT and checker side-by-side - simple_alu_fv.sv: bind-based checker module observing DUT signals - simple_alu.sby: SymbiYosys config running BMC and cover tasks - README.md: verification plan tracking implemented and planned properties - .gitignore: exclude SymbiYosys output directories