3
0
Fork 0
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:
Miodrag Milanovic 2019-08-11 10:17:49 +02:00
parent b3a91d6508
commit 8c8100e0df
3 changed files with 124 additions and 0 deletions

View file

@ -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))