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 9658060 commit 36ec9baCopy full SHA for 36ec9ba
vpr/src/device/rr_graph_builder.h
@@ -80,6 +80,10 @@ class RRGraphBuilder {
80
inline void set_node_class_num(RRNodeId id, short new_class_num) {
81
node_storage_.set_node_class_num(id, new_class_num);
82
}
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
+ }
87
/* -- Internal data storage -- */
88
private:
89
/* TODO: When the refactoring effort finishes,
0 commit comments