In the current SWEEP base configuration, we're setting GLOBAL_ROUTE_ARGS to increase the iterations from 5 to 30, but the GRT run is run with 5 iterations:
So, we can't run experiments where we sweep through different iteration values, since it's getting overridden by:
stage_arguments = {
"grt": {
# global route is futile for now, so do a few iterations to
# get a global route artifact with .odb and .rpt file
"GLOBAL_ROUTE_ARGS": "-congestion_iterations 5 -congestion_report_iter_step 5 -verbose",
},
},
In the current SWEEP base configuration, we're setting GLOBAL_ROUTE_ARGS to increase the iterations from 5 to 30, but the GRT run is run with 5 iterations:
So, we can't run experiments where we sweep through different iteration values, since it's getting overridden by: