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