mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
efinix: Nuke efinix_gbuf in favor of clkbufmap.
This commit is contained in:
parent
c6765443fd
commit
6b0ac04698
5 changed files with 11 additions and 122 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
OBJS += techlibs/efinix/synth_efinix.o
|
||||
OBJS += techlibs/efinix/efinix_gbuf.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))
|
||||
$(eval $(call add_share_file,share/efinix,techlibs/efinix/cells_sim.v))
|
||||
$(eval $(call add_share_file,share/efinix,techlibs/efinix/brams_map.v))
|
||||
$(eval $(call add_share_file,share/efinix,techlibs/efinix/gbuf_map.v))
|
||||
$(eval $(call add_share_file,share/efinix,techlibs/efinix/brams.txt))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue