diff options
author | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-27 15:24:57 +0200 |
---|---|---|
committer | Marcelina KoĆcielnicka <mwk@0x04.net> | 2020-07-31 00:59:51 +0200 |
commit | 18ad56ef416437f60d166919c1e439a234953e32 (patch) | |
tree | 04241e01cd4366b1b2459abf7c81ab7acdd2f520 /passes/techmap/Makefile.inc | |
parent | 6cd135a5eb918d30aeaf295e3e9fab9bf73134fb (diff) | |
download | yosys-18ad56ef416437f60d166919c1e439a234953e32.tar.gz yosys-18ad56ef416437f60d166919c1e439a234953e32.tar.bz2 yosys-18ad56ef416437f60d166919c1e439a234953e32.zip |
Add dffunmap pass.
To be used with backends that cannot deal with fancy FF types (like blif
or smt).
Diffstat (limited to 'passes/techmap/Makefile.inc')
-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 e3b3d8dea..5a4d84f94 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -43,6 +43,7 @@ OBJS += passes/techmap/attrmap.o OBJS += passes/techmap/zinit.o OBJS += passes/techmap/dfflegalize.o OBJS += passes/techmap/dff2dffs.o +OBJS += passes/techmap/dffunmap.o OBJS += passes/techmap/flowmap.o OBJS += passes/techmap/extractinv.o endif |