diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-06 10:51:02 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-06 10:51:02 -0700 |
commit | 7bd1c664a6f0d9a20a2f3f0c0f136403918afacf (patch) | |
tree | fac7c48e54c47bda97b41ef8c9ccfdcfa072cf54 /passes/techmap | |
parent | b894187cf66dfa346eddeccf42c38c0635db9524 (diff) | |
download | yosys-7bd1c664a6f0d9a20a2f3f0c0f136403918afacf.tar.gz yosys-7bd1c664a6f0d9a20a2f3f0c0f136403918afacf.tar.bz2 yosys-7bd1c664a6f0d9a20a2f3f0c0f136403918afacf.zip |
Initial adaptation of muxpack from shregmap
Diffstat (limited to 'passes/techmap')
-rw-r--r-- | passes/techmap/Makefile.inc | 1 |
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 |