aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/Makefile.inc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-13 15:46:12 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-13 15:46:12 +0200
commit11c916840d127d7e32fd9689f1c86cdc847352e0 (patch)
treef61f1a669762560f9ae89894906f4a917538e513 /techlibs/ecp5/Makefile.inc
parentc2d7be140a2b40ecb553f87437c6f958786030ad (diff)
downloadyosys-11c916840d127d7e32fd9689f1c86cdc847352e0.tar.gz
yosys-11c916840d127d7e32fd9689f1c86cdc847352e0.tar.bz2
yosys-11c916840d127d7e32fd9689f1c86cdc847352e0.zip
ecp5: Initial arith_map implementation
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'techlibs/ecp5/Makefile.inc')
-rw-r--r--techlibs/ecp5/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/Makefile.inc b/techlibs/ecp5/Makefile.inc
index e0900f8f4..9d3247347 100644
--- a/techlibs/ecp5/Makefile.inc
+++ b/techlibs/ecp5/Makefile.inc
@@ -5,3 +5,4 @@ $(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/drams_map.v))
$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/dram.txt))
+$(eval $(call add_share_file,share/ecp5,techlibs/ecp5/arith_map.v))