mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-23 15:42:32 +00:00
Added new passes/sat/struct_partition.cc pass to propagate the ports out
This commit is contained in:
parent
aff1836869
commit
a3ffc5da30
3 changed files with 616 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -765,6 +765,7 @@ OBJS += passes/sat/recover_names.o
|
|||
OBJS += passes/sat/sim.o
|
||||
OBJS += passes/sat/sat.o
|
||||
OBJS += passes/sat/miter.o
|
||||
OBJS += passes/sat/struct_partition.o
|
||||
OBJS += passes/sat/async2sync.o
|
||||
OBJS += passes/techmap/extract.o
|
||||
OBJS += passes/techmap/extract_reduce.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue