3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 13:10:51 +00:00

Added smtc "final" statement

This commit is contained in:
Clifford Wolf 2016-08-27 14:30:36 +02:00
parent 7500b403de
commit adcda6817e
5 changed files with 86 additions and 9 deletions

View file

@ -0,0 +1,11 @@
initial
assume [rst]
always -1
assume (not [rst])
assume (=> [-1:inv2] [inv2])
final -2
assume [-1:inv2]
assume (not [-2:inv2])
assert (= [r1] [r2])