Skip to content

Commit

Permalink
try out another slew value
Browse files Browse the repository at this point in the history
  • Loading branch information
fstolzcode authored Apr 16, 2024
1 parent 3aaab42 commit cf3e427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ set ::env(PL_TARGET_DENSITY) 0.7
# The value is in nanoseconds, so 20ns == 50MHz.
set ::env(CLOCK_PERIOD) "25"

set ::env(PL_RESIZER_MAX_SLEW_MARGIN) 2.0
set ::env(GLB_RESIZER_MAX_SLEW_MARGIN) 2.0
set ::env(PL_RESIZER_MAX_SLEW_MARGIN) 10.0
set ::env(GLB_RESIZER_MAX_SLEW_MARGIN) 10.0

# Hold slack margin - Increase them in case you are getting hold violations.
set ::env(PL_RESIZER_HOLD_SLACK_MARGIN) 0.1
Expand Down

0 comments on commit cf3e427

Please sign in to comment.