Skip to content

Commit

Permalink
convert drc to json
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Nov 30, 2023
1 parent e68f341 commit d5c896e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/tcl_commands/klayout.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ proc run_klayout_drc_sky130 {args} {
-rd seal=$seal \
-rd thread=$threads \
|& tee $::env(TERMINAL_OUTPUT) $drc_log
set ::env(PYTHONPATH) /build/lib/python3/dist-packages
try_exec python3 \
$::env(SCRIPTS_DIR)/klayout/xml_drc_report_to_json.py \
--xml-file $xml_report \
--json-file $json_report
TIMER::timer_stop
}
}

Expand Down

0 comments on commit d5c896e

Please sign in to comment.