Skip to content

Commit

Permalink
Add debug flags to tutorial CI make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed May 11, 2024
1 parent 4e6062b commit 813822f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chipyard-full-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
export tutorial=sky130-openroad
export EXTRA_CONFS=tutorial.yml
export VLSI_TOP=RocketTile
make buildfile
make syn
make -d buildfile
make -d syn
# NOTE: commenting out for now bc this times out - need to debug why
# openroad freezes during some write commands after detailed route
# so need to stop the flow & run last step separately
Expand Down

0 comments on commit 813822f

Please sign in to comment.