Skip to content
Snippets Groups Projects
Commit a7c9fe0b authored by Philipp Gühring's avatar Philipp Gühring
Browse files

The configs are referencing the technology automatically now

parent 66d4f609
No related branches found
No related tags found
No related merge requests found
# Generating all: # Generating all:
all: all:
bin/danube_generate -c configs/sky130.cfg -p2 configs/sky130.py -o tapeout/sky130.gds bin/danube_generate -c configs/sky130.cfg -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.cfg -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/gf180-large.cfg -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/kacst-ls1u.cfg -o tapeout/kacst-ls1u.gds
# For faster speed we can also not generate the documentation: # For faster speed we can also not generate the documentation:
nd: nd:
bin/danube_generate -nd -c configs/sky130.cfg -p2 configs/sky130.py -o tapeout/sky130.gds bin/danube_generate -nd -c configs/sky130.cfg -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.cfg -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/gf180-large.cfg -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/kacst-ls1u.cfg -o tapeout/kacst-ls1u.gds
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment