mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-21 02:30:25 +00:00
Added counters sat test case
This commit is contained in:
parent
e915043144
commit
849fd62cfe
2 changed files with 45 additions and 0 deletions
10
tests/sat/counters.ys
Normal file
10
tests/sat/counters.ys
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
read_verilog counters.v
|
||||
proc; opt
|
||||
|
||||
expose -shared counter1 counter2
|
||||
miter -equiv -make_assert -make_outputs counter1 counter2 miter
|
||||
|
||||
cd miter; flatten; opt
|
||||
sat -verify -prove-asserts -tempinduct -set-at 1 in_rst 1 -seq 1 -show-inputs -show-outputs
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue