From a7654c46f60581e14221ac381e8f881fad19d9b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20G=C3=BChring?= <pg@futureware.at>
Date: Mon, 27 Feb 2023 18:51:46 +0100
Subject: [PATCH] Adding gf180 target

---
 Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile b/Makefile
index 79b3b4f..f8f6815 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,9 @@ nd:
 	bin/danube_generate -nd -c configs/gf180-large.cfg -o tapeout/gf180-large.gds
 	bin/danube_generate -nd -c configs/kacst-ls1u.cfg -o tapeout/kacst-ls1u.gds
 
+
+gf180:
+	bin/danube_generate -nd -c configs/gf180.cfg -o tapeout/gf180.gds
+	cp tapeout/gf180.gds tapeout/caravel_user_project/gf180_teststructures/gf180_teststructures.gds 
+
+
-- 
GitLab