aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/Makefile.inc
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2018-12-14 16:50:37 +0800
committerIcenowy Zheng <icenowy@aosc.io>2018-12-17 23:20:40 +0800
commitd53a2bd1d3ae3cfbc9ead0fc12999fe269628179 (patch)
treee1381a28a5bcf902221a7a5e7016f342187e934c /techlibs/anlogic/Makefile.inc
parent634d7d1c1424c69d983c008cfd800c0d7db43379 (diff)
downloadyosys-d53a2bd1d3ae3cfbc9ead0fc12999fe269628179.tar.gz
yosys-d53a2bd1d3ae3cfbc9ead0fc12999fe269628179.tar.bz2
yosys-d53a2bd1d3ae3cfbc9ead0fc12999fe269628179.zip
anlogic: add support for Eagle Distributed RAM
The MSLICEs on the Eagle series of FPGA can be configured as Distributed RAM. Enable to synthesis to DRAM. As the Anlogic software suite doesn't support any 'bx to exist in the initializtion data of DRAM, do not enable the initialization support of the inferred DRAM. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Diffstat (limited to 'techlibs/anlogic/Makefile.inc')
-rw-r--r--techlibs/anlogic/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/techlibs/anlogic/Makefile.inc b/techlibs/anlogic/Makefile.inc
index 750dced31..59be83fd0 100644
--- a/techlibs/anlogic/Makefile.inc
+++ b/techlibs/anlogic/Makefile.inc
@@ -5,4 +5,5 @@ OBJS += techlibs/anlogic/anlogic_eqn.o
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/cells_map.v))
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/arith_map.v))
$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/cells_sim.v))
-$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/eagle_bb.v))
+$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/drams.txt))
+$(eval $(call add_share_file,share/anlogic,techlibs/anlogic/drams_map.v))