| 1 | mv.upf.enable_golden_upf | Enables the golden UPF flow, in which the same original golden UPF file is maintained and used throughout the flow while the tool writes power intent changes into a separate supplemental UPF file. Set The option before loading the UPF | fc_shell> set_app_options -as_user_default \ -list {mv.upf.enable_golden_upf true} |
| 2 | route.global.deterministic | Enables deterministic mode for global routing when using multiple threads; ensures identical routing results across runs with the same starting block | |
| 3 | place_opt.initial_drc.global_route _based | Enables global-route based buffering when set to true; used within a checkpoint action to activate this behavior during place_opt | set_app_options -name place_opt.initial_drc.global_route_based -value true |
| 4 | place.legalize.enable_advanced_ legalizer | Enables advanced legalization mode for the check_legality command, which then supports multicore processing | |
Comments
Leave a Reply