Skip to content

Commit 5658924

Browse files
committed
Added all stages for SYNTH_WRAPPED_OPERATORS and SYNTH_ARITH_OPERATORS.
- This enables using "read_db -hier" in all stages. Signed-off-by: Jaehyun Kim <[email protected]>
1 parent e01db63 commit 5658924

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

flow/scripts/variables.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,23 @@ SYNTH_WRAPPED_OPERATORS:
284284
the flow.
285285
stages:
286286
- synth
287+
- floorplan
288+
- place
289+
- cts
290+
- grt
291+
- route
292+
- final
287293
SWAP_ARITH_OPERATORS:
288294
description: >
289295
Improve timing QoR by swapping ALU and MULT arithmetic operators.
290296
stages:
291297
- synth
292298
- floorplan
293299
- place
300+
- cts
301+
- grt
302+
- route
303+
- final
294304
FLOORPLAN_DEF:
295305
description: |
296306
Use the DEF file to initialize floorplan.

0 commit comments

Comments
 (0)