mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
Added read_verilog -sv options, added support for bit, logic,
allways_ff, always_comb, and always_latch
This commit is contained in:
parent
9a6cd64fc2
commit
482d9208aa
7 changed files with 52 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
read_verilog asserts.v
|
||||
read_verilog -sv asserts.v
|
||||
hierarchy; proc; opt
|
||||
sat -verify -seq 1 -set-at 1 rst 1 -tempinduct -prove-asserts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
read_verilog asserts_seq.v
|
||||
read_verilog -sv asserts_seq.v
|
||||
hierarchy; proc; opt
|
||||
|
||||
sat -verify -prove-asserts -tempinduct -seq 1 test_001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue