Skip to content

Commit

Permalink
remove crit_path_router_iterations from vpr_args when a fixed chan is…
Browse files Browse the repository at this point in the history
… used
  • Loading branch information
amin1377 committed May 22, 2023
1 parent 9e04c28 commit 271eebd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vtr_flow/scripts/python_libs/vtr/vpr/vpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 271eebd

Please sign in to comment.