aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-07-18 15:34:28 +0200
committerGitHub <noreply@github.com>2019-07-18 15:34:28 +0200
commite66e8fb59d8443c8d55c1185d6b2ce889a35357d (patch)
tree0bc17b70faef04b33bc736ce818ea4123921590f /techlibs/ecp5/Makefile.inc
parent927f0caa9d70ccf3634b29d8558c78febcc9081c (diff)
parent698ab9beeed7ee585117cc1e5f5126a9092942df (diff)
downloadyosys-e66e8fb59d8443c8d55c1185d6b2ce889a35357d.tar.gz
yosys-e66e8fb59d8443c8d55c1185d6b2ce889a35357d.tar.bz2
yosys-e66e8fb59d8443c8d55c1185d6b2ce889a35357d.zip
Merge pull request #1184 from whitequark/synth-better-labels
synth_{ice40,ecp5}: more sensible pass label naming
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r--techlibs/ecp5/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc
index ff39ba4fe..73e18112f 100644
--- a/techlibs/ecp5/Makefile.inc
+++ b/techlibs/ecp5/Makefile.inc
@@ -4,8 +4,8 @@ OBJS += techlibs/ecp5/synth_ecp5.o techlibs/ecp5/ecp5_ffinit.o
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_map.v))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_sim.v))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/cells_bb.v))
-$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/drams_map.v))
-$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/dram.txt))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/lutrams_map.v))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/lutram.txt))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/brams_map.v))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/bram.txt))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/arith_map.v))