Skip to content

Commit

Permalink
run drc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Aug 6, 2024
1 parent 3e856f2 commit ecde726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ 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};
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
Expand Down

0 comments on commit ecde726

Please sign in to comment.