mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-24 03:57:54 +00:00
Add fminit pass
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
823a08e0d8
commit
3fa374a698
2 changed files with 198 additions and 0 deletions
|
@ -12,4 +12,5 @@ OBJS += passes/sat/supercover.o
|
|||
OBJS += passes/sat/fmcombine.o
|
||||
OBJS += passes/sat/mutate.o
|
||||
OBJS += passes/sat/cutpoint.o
|
||||
OBJS += passes/sat/fminit.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue