Skip to content

Commit

Permalink
Lowering target density to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 27, 2023
1 parent 9cf15af commit 77b7fd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:
- name: Save Failure Logs
if: failure()
run: |
cp -r ${GITHUB_WORKSPACE}/openlane/user_project_wrapper/runs/23* /root/old-runs/
SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)
ARCHIVE_PATH="/root/old-runs/${SHORT_SHA}.tar.gz"
tar -czvf $ARCHIVE_PATH -C ${GITHUB_WORKSPACE} .
echo "Saving archive to $ARCHIVE_PATH"
# - name: Run DV RTL Tests
# run: |
Expand Down
2 changes: 1 addition & 1 deletion openlane/user_project_wrapper/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"FP_PIN_ORDER_CFG": "dir::pin_order.cfg",
"MAX_TRANSITION_CONSTRAINT": 1.0,
"MAX_FANOUT_CONSTRAINT": 16,
"PL_TARGET_DENSITY": 0.20,
"PL_TARGET_DENSITY": 0.15,
"LEC_ENABLE": 0,
"GRT_OVERFLOW_ITERS": 100000,
"PL_RESIZER_SETUP_SLACK_MARGIN": 0.4,
Expand Down

0 comments on commit 77b7fd2

Please sign in to comment.