[core] add verbose output

This commit is contained in:
tangxifan 2024-06-26 17:55:23 -07:00
parent 576a861b8d
commit 59404e5487
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ static int route_clock_tree_rr_graph(
for (auto ipin : clk_ntwk.pins(clk_tree)) {
/* Do not route unused clock spines */
if (tree2clk_pin_map.find(ipin) == tree2clk_pin_map.end()) {
VTR_LOGV(verbose, "Skip routing backbone of unused spine '%s'...\n",
clk_ntwk.spine_name(ispine).c_str());
continue;
}
/* Route the spine from starting point to ending point */