3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 20:21:25 +00:00

techmap +/cmp2lcu.v for decomposing arithmetic compares to $lcu

This commit is contained in:
Eddie Hung 2020-01-17 10:51:27 -08:00
parent fffe42d4c1
commit 9b63700678
3 changed files with 108 additions and 0 deletions

View file

@ -30,3 +30,4 @@ $(eval $(call add_share_file,share,techlibs/common/cmp2lut.v))
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
$(eval $(call add_share_file,share,techlibs/common/mul2dsp.v))
$(eval $(call add_share_file,share,techlibs/common/abc9_model.v))
$(eval $(call add_share_file,share,techlibs/common/cmp2lcu.v))