From: Eddie Hung Date: Thu, 6 Jun 2019 17:51:02 +0000 (-0700) Subject: Initial adaptation of muxpack from shregmap X-Git-Tag: yosys-0.9~48^2~36 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bd1c664a6f0d9a20a2f3f0c0f136403918afacf;p=yosys.git Initial adaptation of muxpack from shregmap --- diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index cf9e198ad..561636080 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -37,6 +37,7 @@ 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