Trying to verify Verilog/VHDL designs with formal methods and tools
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- [options]
- mode prove
- depth 20
- # falis with multiclock disabled
- multiclock off
-
- [engines]
- smtbmc
-
- [script]
- verific -vhdl dlatch.vhd
- verific -formal dlatch_t.sv
- prep -top dlatch_t
-
- [files]
- dlatch.vhd
- dlatch_t.sv
|