Skip to content

Commit

Permalink
30% density with corrected flow variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 27, 2023
1 parent 9826123 commit 0fc65ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
run: |
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"
tar -czvf $ARCHIVE_PATH -C ${GITHUB_WORKSPACE} .
# - 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.55,
"PL_TARGET_DENSITY": 0.30,
"LEC_ENABLE": 0,
"GRT_OVERFLOW_ITERS": 100000,
"PL_RESIZER_SETUP_SLACK_MARGIN": 0.4,
Expand Down

0 comments on commit 0fc65ae

Please sign in to comment.