From 42d5d94a5d28c251dbee62316ba6c1cb7cd71f24 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 5 Mar 2015 20:37:55 +0100 Subject: Added very first version of "synth_ice40" --- techlibs/ice40/Makefile.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 techlibs/ice40/Makefile.inc (limited to 'techlibs/ice40/Makefile.inc') diff --git a/techlibs/ice40/Makefile.inc b/techlibs/ice40/Makefile.inc new file mode 100644 index 000000000..08a24d92f --- /dev/null +++ b/techlibs/ice40/Makefile.inc @@ -0,0 +1,6 @@ + +OBJS += techlibs/ice40/synth_ice40.o + +$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_map.v)) +$(eval $(call add_share_file,share/ice40,techlibs/ice40/cells_sim.v)) + -- cgit v1.2.3