Skip to content

Commit 51ee93a

Browse files
committed
klayout: keep seal generation out of database mode
1 parent 3babeed commit 51ee93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

klayout/run_finishing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ gen_seal_ring() {
125125
run_cmd "seal_height=$(( $die_height + 2 * $SEAL_RING_SPACE ))"
126126
run_cmd "echo [INFO][KLayout] Read ../openroad/out/${PROJ_NAME}.def - die area: ${die_width} um x ${die_height} um"
127127
run_cmd "echo [INFO][KLayout] Chip dimensions with seal: ${seal_width} um x ${seal_height} um"
128-
run_cmd "klayout -nc -rx -zz \
128+
run_cmd "klayout -z -rx \
129129
-r scripts/generate_seal_ring.py \
130130
-rd width=$seal_width \
131131
-rd height=$seal_height \

0 commit comments

Comments
 (0)