Skip to content

Commit 498fe20

Browse files
fourth attempt, only violations are for hold..
1 parent 1010e00 commit 498fe20

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
"//": "PL_TARGET_DENSITY_PCT - You can increase this if Global Placement fails with error GPL-0302.",
1515
"//": "Users have reported that values up to 80 worked well for them.",
16-
"PL_TARGET_DENSITY_PCT": 75,
16+
"PL_TARGET_DENSITY_PCT": 80,
1717

1818
"//": "CLOCK_PERIOD - Increase this in case you are getting setup time violations.",
1919
"//": "The value is in nanoseconds, so 20ns == 50MHz.",
20-
"CLOCK_PERIOD": 30,
20+
"CLOCK_PERIOD": 20,
2121

2222
"//": "Hold slack margin - Increase them in case you are getting hold violations.",
23-
"PL_RESIZER_HOLD_SLACK_MARGIN": 0.4,
24-
"GRT_RESIZER_HOLD_SLACK_MARGIN": 0.05,
23+
"PL_RESIZER_HOLD_SLACK_MARGIN": 0.3,
24+
"GRT_RESIZER_HOLD_SLACK_MARGIN": 0.1,
2525

2626
"//": "RUN_LINTER, LINTER_INCLUDE_PDK_MODELS - Disabling the linter is not recommended!",
2727
"RUN_LINTER": 1,

0 commit comments

Comments
 (0)