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