diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-10-12 12:05:19 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-10-12 12:05:19 +0200 |
commit | ee91350adda329be735c437d7319acd68e503cd8 (patch) | |
tree | b5b44ef2fa8be798bcbbda79f69e53817bbf666b /passes/techmap/Makefile.inc | |
parent | 8ebba8a35f0a5dbf3a044ab84575edfc46c99d77 (diff) | |
download | yosys-ee91350adda329be735c437d7319acd68e503cd8.tar.gz yosys-ee91350adda329be735c437d7319acd68e503cd8.tar.bz2 yosys-ee91350adda329be735c437d7319acd68e503cd8.zip |
Added "zinit" pass
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 b5024fa96..311a1af95 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -31,6 +31,7 @@ OBJS += passes/techmap/deminout.o OBJS += passes/techmap/insbuf.o OBJS += passes/techmap/attrmvcp.o OBJS += passes/techmap/attrmap.o +OBJS += passes/techmap/zinit.o endif GENFILES += passes/techmap/techmap.inc |