File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -321,9 +321,13 @@ static void load_rr_indexed_data_T_values() {
321
321
std::vector<std::vector<float >> switch_Cinternal_total (rr_indexed_data.size ());
322
322
std::vector<short > switches_buffered (rr_indexed_data.size (), UNDEFINED);
323
323
324
- /* Get average C and R values for all the segments of this type in one *
325
- * channel segment, near the middle of the fpga. */
326
-
324
+ /*
325
+ * Walk through the RR graph and collect all R and C values of all the nodes,
326
+ * as well as their fan-in switches R, T_del, and Cinternal values.
327
+ *
328
+ * The median of R and C values for each cost index is assigned to the indexed
329
+ * data.
330
+ */
327
331
for (size_t inode = 0 ; inode < rr_nodes.size (); inode++) {
328
332
t_rr_type rr_type = rr_nodes[inode].type ();
329
333
You can’t perform that action at this time.
0 commit comments