3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 12:11:24 +00:00

Replaced custom step with setundef

This commit is contained in:
Miodrag Milanovic 2019-08-11 11:01:46 +02:00
parent e609537e38
commit 853c755a0c
3 changed files with 1 additions and 91 deletions

View file

@ -1,7 +1,6 @@
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))