mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 13:10:51 +00:00
gate2lut: new techlib, for converting Yosys gates to FPGA LUTs.
This commit is contained in:
parent
12596b5003
commit
9ef078848a
10 changed files with 133 additions and 0 deletions
|
@ -25,5 +25,6 @@ $(eval $(call add_share_file,share,techlibs/common/techmap.v))
|
|||
$(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/cells.lib))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue