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:
parent
fffe42d4c1
commit
9b63700678
3 changed files with 108 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue