Skip to content

Commit 36ec9ba

Browse files
author
Muhammad Haris Zafar
committed
Adding api set_node_ptc_num to rr_graph_builder.h
1 parent 9658060 commit 36ec9ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vpr/src/device/rr_graph_builder.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ class RRGraphBuilder {
8080
inline void set_node_class_num(RRNodeId id, short new_class_num) {
8181
node_storage_.set_node_class_num(id, new_class_num);
8282
}
83+
84+
inline void set_node_ptc_num(RRNodeId id, short new_ptc_num) {
85+
node_storage_.set_node_ptc_num(id, new_ptc_num);
86+
}
8387
/* -- Internal data storage -- */
8488
private:
8589
/* TODO: When the refactoring effort finishes,

0 commit comments

Comments
 (0)