aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-06 10:51:02 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-06 10:51:02 -0700
commit7bd1c664a6f0d9a20a2f3f0c0f136403918afacf (patch)
treefac7c48e54c47bda97b41ef8c9ccfdcfa072cf54 /passes
parentb894187cf66dfa346eddeccf42c38c0635db9524 (diff)
downloadyosys-7bd1c664a6f0d9a20a2f3f0c0f136403918afacf.tar.gz
yosys-7bd1c664a6f0d9a20a2f3f0c0f136403918afacf.tar.bz2
yosys-7bd1c664a6f0d9a20a2f3f0c0f136403918afacf.zip
Initial adaptation of muxpack from shregmap
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
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