diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-01-02 15:53:50 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-01-02 15:53:50 +0100 |
commit | b236faffa1f4e80f8af191469c89f582d3e0c324 (patch) | |
tree | 83ab4e1230897004d9253028c98572cf4e56e22c /techlibs/common/Makefile.inc | |
parent | 1eb101a38a0e6ca99cb1dfbcc77f16a6bff79465 (diff) | |
parent | 979de95cf6a21aaa6f33cc3b20582333de6cf07d (diff) | |
download | yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.tar.gz yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.tar.bz2 yosys-b236faffa1f4e80f8af191469c89f582d3e0c324.zip |
Merge branch 'master' of github.com:YosysHQ/yosys
Diffstat (limited to 'techlibs/common/Makefile.inc')
-rw-r--r-- | techlibs/common/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/Makefile.inc b/techlibs/common/Makefile.inc index 70074f653..0e05620bc 100644 --- a/techlibs/common/Makefile.inc +++ b/techlibs/common/Makefile.inc @@ -26,5 +26,5 @@ $(eval $(call add_share_file,share,techlibs/common/pmux2mux.v)) $(eval $(call add_share_file,share,techlibs/common/adff2dff.v)) $(eval $(call add_share_file,share,techlibs/common/dff2ff.v)) $(eval $(call add_share_file,share,techlibs/common/gate2lut.v)) +$(eval $(call add_share_file,share,techlibs/common/cmp2lut.v)) $(eval $(call add_share_file,share,techlibs/common/cells.lib)) - |