Skip to content

Commit

Permalink
Merge pull request #2 from saicharan0112/patch-3
Browse files Browse the repository at this point in the history
Update cryo_sky130hd.yml
  • Loading branch information
Jerry-lqx authored Apr 14, 2023
2 parents 3ec616f + b77435b commit ae46f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cryo_sky130hd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
pip3 install -r requirements.txt &&\
cd ./openfasoc/generators/cryo-gen &&\
make sky130hd_cryo &&\
python3 parse_rpt.py
python3 parse_rpt.py sky130hd
"| tee -a file.log
if grep "^Error" file.log; then exit 1; else exit 0; fi

0 comments on commit ae46f64

Please sign in to comment.