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 395b21d commit 3fc7d8aCopy full SHA for 3fc7d8a
vpr/src/route/router_lookahead/router_lookahead_extended_map.cpp
@@ -602,9 +602,9 @@ void ExtendedMapLookahead::read(const std::string& file) {
602
#ifndef VTR_ENABLE_CAPNPROTO
603
cost_map_.read(file);
604
605
- this->src_opin_delays = util::compute_router_src_opin_lookahead(is_flat_);
+ this->src_opin_delays = util::compute_router_src_opin_lookahead(is_flat_, route_verbosity_);
606
607
- this->chan_ipins_delays = util::compute_router_chan_ipin_lookahead();
+ this->chan_ipins_delays = util::compute_router_chan_ipin_lookahead(route_verbosity_);
608
#else // VTR_ENABLE_CAPNPROTO
609
(void)file;
610
VPR_THROW(VPR_ERROR_ROUTE, "MapLookahead::read not implemented");
0 commit comments