mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
Initial implementation of synthesizable assertions
This commit is contained in:
parent
4c334b905f
commit
131b557727
2 changed files with 231 additions and 0 deletions
|
@ -19,3 +19,4 @@ OBJS += passes/sat/fminit.o
|
|||
ifeq ($(DISABLE_SPAWN),0)
|
||||
OBJS += passes/sat/qbfsat.o
|
||||
endif
|
||||
OBJS += passes/sat/synthprop.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue