From a7c9fe0b52ee6db086db9ca44e135adf17d893ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20G=C3=BChring?= <pg@futureware.at>
Date: Tue, 31 Jan 2023 10:35:48 +0100
Subject: [PATCH] The configs are referencing the technology automatically now

---
 Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index e1889e7..79b3b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
 # Generating all:
 all:
-	bin/danube_generate -c configs/sky130.cfg -p2 configs/sky130.py -o tapeout/sky130.gds
-	bin/danube_generate -c configs/gf180.cfg -p2 configs/gf180.py -o tapeout/gf180.gds
-	bin/danube_generate -c configs/gf180-large.cfg -p2 configs/gf180.py -o tapeout/gf180-large.gds
-	bin/danube_generate -c configs/kacst-ls1u.cfg -p2 configs/ls1u.py -o tapeout/kacst-ls1u.gds
+	bin/danube_generate -c configs/sky130.cfg -o tapeout/sky130.gds
+	bin/danube_generate -c configs/gf180.cfg -o tapeout/gf180.gds
+	bin/danube_generate -c configs/gf180-large.cfg -o tapeout/gf180-large.gds
+	bin/danube_generate -c configs/kacst-ls1u.cfg -o tapeout/kacst-ls1u.gds
 
 # For faster speed we can also not generate the documentation:
 nd:
-	bin/danube_generate -nd -c configs/sky130.cfg -p2 configs/sky130.py -o tapeout/sky130.gds
-	bin/danube_generate -nd -c configs/gf180.cfg -p2 configs/gf180.py -o tapeout/gf180.gds
-	bin/danube_generate -nd -c configs/gf180-large.cfg -p2 configs/gf180.py -o tapeout/gf180-large.gds
-	bin/danube_generate -nd -c configs/kacst-ls1u.cfg -p2 configs/ls1u.py -o tapeout/kacst-ls1u.gds
+	bin/danube_generate -nd -c configs/sky130.cfg -o tapeout/sky130.gds
+	bin/danube_generate -nd -c configs/gf180.cfg -o tapeout/gf180.gds
+	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
 
-- 
GitLab