Skip to content

Commit af887de

Browse files
authored
Merge pull request #2908 from Pinata-Consulting/variables-resynth-timing-recover-fix
variables: RESYNTH_TIMING_RECOVER is a floorplan variable
2 parents 70eafd3 + 6175fe2 commit af887de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/user/FlowVariables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ configuration file.
206206
- [LATCH_MAP_FILE](#LATCH_MAP_FILE)
207207
- [MAX_UNGROUP_SIZE](#MAX_UNGROUP_SIZE)
208208
- [MIN_BUF_CELL_AND_PORTS](#MIN_BUF_CELL_AND_PORTS)
209-
- [RESYNTH_AREA_RECOVER](#RESYNTH_AREA_RECOVER)
210-
- [RESYNTH_TIMING_RECOVER](#RESYNTH_TIMING_RECOVER)
211209
- [SDC_FILE](#SDC_FILE)
212210
- [SDC_GUT](#SDC_GUT)
213211
- [SYNTH_BLACKBOXES](#SYNTH_BLACKBOXES)
@@ -250,6 +248,8 @@ configuration file.
250248
- [PLACE_PINS_ARGS](#PLACE_PINS_ARGS)
251249
- [PLACE_SITE](#PLACE_SITE)
252250
- [REMOVE_ABC_BUFFERS](#REMOVE_ABC_BUFFERS)
251+
- [RESYNTH_AREA_RECOVER](#RESYNTH_AREA_RECOVER)
252+
- [RESYNTH_TIMING_RECOVER](#RESYNTH_TIMING_RECOVER)
253253
- [RTLMP_AREA_WT](#RTLMP_AREA_WT)
254254
- [RTLMP_ARGS](#RTLMP_ARGS)
255255
- [RTLMP_BOUNDARY_WT](#RTLMP_BOUNDARY_WT)

flow/scripts/variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,13 +677,13 @@ RESYNTH_AREA_RECOVER:
677677
description: |
678678
Enable re-synthesis for area reclaim.
679679
stages:
680-
- synth
680+
- floorplan
681681
default: 0
682682
RESYNTH_TIMING_RECOVER:
683683
description: |
684684
Enable re-synthesis for timing optimization.
685685
stages:
686-
- synth
686+
- floorplan
687687
default: 0
688688
MACRO_ROWS_HALO_X:
689689
description: >

0 commit comments

Comments
 (0)