@@ -225,6 +225,7 @@ configuration file.
225225| <a name =" SKIP_REPAIR_TIE_FANOUT " ></a >SKIP_REPAIR_TIE_FANOUT| Skip repair_tie_fanout at floorplan step.| |
226226| <a name =" SKIP_REPORT_METRICS " ></a >SKIP_REPORT_METRICS| If set to 1, then metrics, report_metrics does nothing. Useful to speed up builds.| |
227227| <a name =" SKIP_VT_SWAP " ></a >SKIP_VT_SWAP| Do not perform VT swap to improve QoR (default: do VT swap).| |
228+ | <a name =" SKIP_CRIT_VT_SWAP " ></a >SKIP_CRIT_VT_SWAP| Do not perform VT swap on critical cells to improve QoR (default: do critical VT swap).| |
228229| <a name =" SLEW_MARGIN " ></a >SLEW_MARGIN| Specifies a slew margin when fixing max slew violations. This option allows you to overfix.| |
229230| <a name =" SWAP_ARITH_OPERATORS " ></a >SWAP_ARITH_OPERATORS| Improve timing QoR by swapping ALU and MULT arithmetic operators.| |
230231| <a name =" SYNTH_ARGS " ></a >SYNTH_ARGS| Optional synthesis variables for yosys.| |
@@ -341,6 +342,7 @@ configuration file.
341342- [ SKIP_REPAIR_TIE_FANOUT] ( #SKIP_REPAIR_TIE_FANOUT )
342343- [ SKIP_REPORT_METRICS] ( #SKIP_REPORT_METRICS )
343344- [ SKIP_VT_SWAP] ( #SKIP_VT_SWAP )
345+ - [ SKIP_CRIT_VT_SWAP] ( #SKIP_CRIT_VT_SWAP )
344346- [ TAPCELL_TCL] ( #TAPCELL_TCL )
345347- [ TIEHI_CELL_AND_PORT] ( #TIEHI_CELL_AND_PORT )
346348- [ TIELO_CELL_AND_PORT] ( #TIELO_CELL_AND_PORT )
@@ -391,6 +393,7 @@ configuration file.
391393- [ SKIP_PIN_SWAP] ( #SKIP_PIN_SWAP )
392394- [ SKIP_REPORT_METRICS] ( #SKIP_REPORT_METRICS )
393395- [ SKIP_VT_SWAP] ( #SKIP_VT_SWAP )
396+ - [ SKIP_CRIT_VT_SWAP] ( #SKIP_CRIT_VT_SWAP )
394397- [ TNS_END_PERCENT] ( #TNS_END_PERCENT )
395398
396399## grt variables
@@ -413,6 +416,7 @@ configuration file.
413416- [ SKIP_PIN_SWAP] ( #SKIP_PIN_SWAP )
414417- [ SKIP_REPORT_METRICS] ( #SKIP_REPORT_METRICS )
415418- [ SKIP_VT_SWAP] ( #SKIP_VT_SWAP )
419+ - [ SKIP_CRIT_VT_SWAP] ( #SKIP_CRIT_VT_SWAP )
416420- [ TNS_END_PERCENT] ( #TNS_END_PERCENT )
417421
418422## route variables
0 commit comments