We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3babeed commit 51ee93aCopy full SHA for 51ee93a
1 file changed
klayout/run_finishing.sh
@@ -125,7 +125,7 @@ gen_seal_ring() {
125
run_cmd "seal_height=$(( $die_height + 2 * $SEAL_RING_SPACE ))"
126
run_cmd "echo [INFO][KLayout] Read ../openroad/out/${PROJ_NAME}.def - die area: ${die_width} um x ${die_height} um"
127
run_cmd "echo [INFO][KLayout] Chip dimensions with seal: ${seal_width} um x ${seal_height} um"
128
- run_cmd "klayout -nc -rx -zz \
+ run_cmd "klayout -z -rx \
129
-r scripts/generate_seal_ring.py \
130
-rd width=$seal_width \
131
-rd height=$seal_height \
0 commit comments