We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3c985 commit 5a9fa88Copy full SHA for 5a9fa88
vtr_flow/scripts/python_libs/vtr/vpr/vpr.py
@@ -298,9 +298,9 @@ def run_second_time(
298
if "write_intra_cluster_router_lookahead" in second_run_args:
299
intra_cluster_router_lookahead = second_run_args["write_intra_cluster_router_lookahead"]
300
second_run_args["read_intra_cluster_router_lookahead"] = intra_cluster_router_lookahead
301
- second_run_args[
302
- "write_intra_cluster_router_lookahead"
303
- ] = "intra_cluster_router_lookahead2.capnp"
+ second_run_args["write_intra_cluster_router_lookahead"] = (
+ "intra_cluster_router_lookahead2.capnp"
+ )
304
305
# run VPR
306
run(
0 commit comments