Skip to content

Commit cb004a4

Browse files
committed
minor fixes
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 3d5cf82 commit cb004a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/user/FlowVariables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ configuration file.
355355
- [FLOORPLAN_DEF](#FLOORPLAN_DEF)
356356
- [GPL_ROUTABILITY_DRIVEN](#GPL_ROUTABILITY_DRIVEN)
357357
- [GPL_TIMING_DRIVEN](#GPL_TIMING_DRIVEN)
358+
- [HOLD_SLACK_MARGIN](#HOLD_SLACK_MARGIN)
358359
- [IO_PLACER_H](#IO_PLACER_H)
359360
- [IO_PLACER_V](#IO_PLACER_V)
360361
- [MATCH_CELL_FOOTPRINT](#MATCH_CELL_FOOTPRINT)

flow/scripts/repair_timing_post_place.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ erase_non_stage_variables place
44
load_design 3_5_place_dp.odb 3_place.sdc
55

66
set_placement_padding -global \
7-
-left $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT) \
8-
-right $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT)
7+
-left $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT) \
8+
-right $::env(CELL_PAD_IN_SITES_DETAIL_PLACEMENT)
99

1010
puts "Repair setup and hold violations"
1111
estimate_parasitics -placement

0 commit comments

Comments
 (0)