Skip to content

Commit e418cf4

Browse files
committed
vpr: Fix compilation issue with classic timing analyzer
1 parent e30c8ad commit e418cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/pack/cluster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ std::map<t_type_ptr,size_t> do_clustering(const t_packer_opts& packer_opts, cons
445445

446446

447447
#ifdef ENABLE_CLASSIC_VPR_STA
448-
t_slack* slacks = alloc_and_load_pre_packing_timing_graph(inter_cluster_net_delay, timing_inf, expected_lowest_cost_pb_gnode);
448+
t_slack* slacks = alloc_and_load_pre_packing_timing_graph(packer_opts.inter_cluster_net_delay, timing_inf, expected_lowest_cost_pb_gnode);
449449
do_timing_analysis(slacks, timing_inf, true, true);
450450
std::string fname = std::string("classic.") + getEchoFileName(E_ECHO_PRE_PACKING_TIMING_GRAPH);
451451
print_timing_graph(fname.c_str());

0 commit comments

Comments
 (0)