mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-29 20:59:03 +00:00
Add "cutpoint" pass
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
9ec50ca7b9
commit
ddc1a4488e
2 changed files with 165 additions and 0 deletions
|
@ -11,4 +11,5 @@ OBJS += passes/sat/async2sync.o
|
|||
OBJS += passes/sat/supercover.o
|
||||
OBJS += passes/sat/fmcombine.o
|
||||
OBJS += passes/sat/mutate.o
|
||||
OBJS += passes/sat/cutpoint.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue