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 12f2ca6 commit bcd1550Copy full SHA for bcd1550
vpr/src/route/connection_router.cpp
@@ -251,8 +251,6 @@ t_heap* ConnectionRouter<Heap>::timing_driven_route_connection_from_heap(RRNodeI
251
const t_conn_cost_params cost_params,
252
t_bb bounding_box) {
253
VTR_ASSERT_SAFE(heap_.is_valid());
254
- //std::cout << "using this: " << (void *)this << "\n";
255
- //std::cout << "using heap: " << heap_.get_ptr() << "\n";
256
257
if (heap_.is_empty_heap()) { //No source
258
VTR_LOGV_DEBUG(router_debug_, " Initial heap empty (no source)\n");
0 commit comments