mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-01 07:40:42 +00:00
Adding new pass to fix carry chain
This commit is contained in:
parent
b3a91d6508
commit
8c8100e0df
3 changed files with 124 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
OBJS += techlibs/efinix/synth_efinix.o
|
||||
OBJS += techlibs/efinix/efinix_gbuf.o
|
||||
OBJS += techlibs/efinix/efinix_determine_init.o
|
||||
OBJS += techlibs/efinix/efinix_fixcarry.o
|
||||
|
||||
$(eval $(call add_share_file,share/efinix,techlibs/efinix/cells_map.v))
|
||||
$(eval $(call add_share_file,share/efinix,techlibs/efinix/arith_map.v))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue