diff --git a/vtr_flow/scripts/python_libs/vtr/vpr/vpr.py b/vtr_flow/scripts/python_libs/vtr/vpr/vpr.py index 208d5ab6082..b7509c1e700 100644 --- a/vtr_flow/scripts/python_libs/vtr/vpr/vpr.py +++ b/vtr_flow/scripts/python_libs/vtr/vpr/vpr.py @@ -165,6 +165,8 @@ def run( """ + if "crit_path_router_iterations" in vpr_args: + del vpr_args["crit_path_router_iterations"] if vpr_args is None: vpr_args = OrderedDict()