diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2020-07-16 18:07:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 18:07:41 +0200 |
commit | b74eb598bc7dbf76d3308155a709325b820c4e99 (patch) | |
tree | fcb7f5d37f069abb332b9e333c850132ce697bcb /techlibs/efinix/Makefile.inc | |
parent | a87e338381507b372bb4ad6fad6ad959e0139649 (diff) | |
parent | 6b0ac04698d62c33bcf9309d9f69d09b7b614c1e (diff) | |
download | yosys-b74eb598bc7dbf76d3308155a709325b820c4e99.tar.gz yosys-b74eb598bc7dbf76d3308155a709325b820c4e99.tar.bz2 yosys-b74eb598bc7dbf76d3308155a709325b820c4e99.zip |
Merge pull request #2226 from YosysHQ/mwk/nuke-efinix-gbuf
efinix: Nuke efinix_gbuf in favor of clkbufmap.
Diffstat (limited to 'techlibs/efinix/Makefile.inc')
-rw-r--r-- | techlibs/efinix/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/efinix/Makefile.inc b/techlibs/efinix/Makefile.inc index 69665982c..2a3a953e3 100644 --- a/techlibs/efinix/Makefile.inc +++ b/techlibs/efinix/Makefile.inc @@ -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)) |