Skip to content

Commit

Permalink
run dynamic drc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Aug 6, 2024
1 parent c448c19 commit 3e856f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ jobs:
FileRe="FMD_QNC.*\.gds"
if [[ $file =~ $FileRe ]]; then
echo $file;
path=/home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib${file:1};
path=/home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/${file:1};
echo $path;
OUTPUT=$(klayout -b -r /home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/Open-PDK/ihp-sg13g2/libs.tech/klayout/tech/drc/sg13g2_minimal.lydrc -rd "in_gds"="${path}")
echo $OUTPUT
fi
done
#OUTPUT=$(klayout -b -r /home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/Open-PDK/ihp-sg13g2/libs.tech/klayout/tech/drc/sg13g2_minimal.lydrc -rd "in_gds"="/home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/AnalogLDO_exampleDesign/design_data/klayout/gds/LDO.gds")
#

#OUTPUT=$(klayout -b -r /home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/Open-PDK/ihp-sg13g2/libs.tech/klayout/tech/drc/sg13g2_minimal.lydrc -rd "in_gds"="/home/runner/work/IHP-Open-DesignLib/IHP-Open-DesignLib/AnalogLDO_exampleDesign/design_data/klayout/gds/LDO.gds")
#echo $OUTPUT
#re="Number of DRC errors: [0-9]+"
#if [[ $OUTPUT =~ $re ]]; then
Expand Down

0 comments on commit 3e856f2

Please sign in to comment.