aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/sf2/Makefile.inc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-10-31 15:28:57 +0100
committerClifford Wolf <clifford@clifford.at>2018-10-31 15:28:57 +0100
commitcf79fd43761b6501f392ee6ad4ed0f961b93a56f (patch)
tree63e8b916f2e2d6da1d69630c10c714b6b4899808 /techlibs/sf2/Makefile.inc
parentdb676957a0c3032ff44e3195d770948c1c3660af (diff)
downloadyosys-cf79fd43761b6501f392ee6ad4ed0f961b93a56f.tar.gz
yosys-cf79fd43761b6501f392ee6ad4ed0f961b93a56f.tar.bz2
yosys-cf79fd43761b6501f392ee6ad4ed0f961b93a56f.zip
Basic SmartFusion2 and IGLOO2 synthesis support
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'techlibs/sf2/Makefile.inc')
-rw-r--r--techlibs/sf2/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/techlibs/sf2/Makefile.inc b/techlibs/sf2/Makefile.inc
new file mode 100644
index 000000000..cade49f37
--- /dev/null
+++ b/techlibs/sf2/Makefile.inc
@@ -0,0 +1,7 @@
+
+OBJS += techlibs/sf2/synth_sf2.o
+
+$(eval $(call add_share_file,share/sf2,techlibs/sf2/arith_map.v))
+$(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_map.v))
+$(eval $(call add_share_file,share/sf2,techlibs/sf2/cells_sim.v))
+