3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Move muxpack from passes/techmap to passes/opt

This commit is contained in:
Eddie Hung 2019-06-06 12:15:13 -07:00
parent 3dd0682f29
commit 83450a9489
3 changed files with 1 additions and 1 deletions

View file

@ -14,5 +14,6 @@ OBJS += passes/opt/opt_demorgan.o
OBJS += passes/opt/rmports.o
OBJS += passes/opt/opt_lut.o
OBJS += passes/opt/pmux2shiftx.o
OBJS += passes/opt/muxpack.o
endif

View file

@ -37,7 +37,6 @@ OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/muxpack.o
endif
GENFILES += passes/techmap/techmap.inc