diff --git a/Makefile b/Makefile index e1889e7c4726356159b3aea25129fb90f2115d80..79b3b4f6979935a9360d1a6996371b989e84f7eb 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