Skip to content

Commit ecec621

Browse files
committed
[vpr][base] add write_sb_count_stats to vpr analysis
1 parent 6c7365f commit ecec621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,10 @@ void vpr_analysis(const Netlist<>& net_list,
15101510
vpr_setup.RoutingArch.wire_to_rr_ipin_switch,
15111511
is_flat);
15121512

1513+
if (!vpr_setup.CRROpts.sb_count_dir.empty()) {
1514+
write_sb_count_stats(net_list, vpr_setup.CRROpts.sb_count_dir);
1515+
}
1516+
15131517
if (vpr_setup.TimingEnabled) {
15141518
//Load the net delays
15151519

0 commit comments

Comments
 (0)