We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01db63 commit 5658924Copy full SHA for 5658924
flow/scripts/variables.yaml
@@ -284,13 +284,23 @@ SYNTH_WRAPPED_OPERATORS:
284
the flow.
285
stages:
286
- synth
287
+ - floorplan
288
+ - place
289
+ - cts
290
+ - grt
291
+ - route
292
+ - final
293
SWAP_ARITH_OPERATORS:
294
description: >
295
Improve timing QoR by swapping ALU and MULT arithmetic operators.
296
297
298
- floorplan
299
- place
300
301
302
303
304
FLOORPLAN_DEF:
305
description: |
306
Use the DEF file to initialize floorplan.
0 commit comments