mirror of https://github.com/YosysHQ/yosys.git
Moved the struct_partition pass to Silimate
This commit is contained in:
parent
522ead01df
commit
1711da5506
1
Makefile
1
Makefile
|
|
@ -765,7 +765,6 @@ 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
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ OBJS += passes/silimate/splitfanout.o
|
|||
OBJS += passes/silimate/splitlarge.o
|
||||
OBJS += passes/silimate/splitnetlist.o
|
||||
OBJS += passes/silimate/opt_timing_balance.o
|
||||
OBJS += passes/silimate/struct_partition.o
|
||||
|
||||
OBJS += passes/silimate/opt_expand.o
|
||||
GENFILES += passes/silimate/peepopt_expand.h
|
||||
|
|
|
|||
Loading…
Reference in New Issue