mirror of https://github.com/YosysHQ/yosys.git
Initial adaptation of muxpack from shregmap
This commit is contained in:
parent
b894187cf6
commit
7bd1c664a6
|
@ -37,6 +37,7 @@ OBJS += passes/techmap/attrmap.o
|
||||||
OBJS += passes/techmap/zinit.o
|
OBJS += passes/techmap/zinit.o
|
||||||
OBJS += passes/techmap/dff2dffs.o
|
OBJS += passes/techmap/dff2dffs.o
|
||||||
OBJS += passes/techmap/flowmap.o
|
OBJS += passes/techmap/flowmap.o
|
||||||
|
OBJS += passes/techmap/muxpack.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GENFILES += passes/techmap/techmap.inc
|
GENFILES += passes/techmap/techmap.inc
|
||||||
|
|
Loading…
Reference in New Issue