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 5d036e6 commit bb04921Copy full SHA for bb04921
vpr/src/route/rr_node.cpp
@@ -51,10 +51,6 @@ bool t_rr_node::validate() const {
51
return true;
52
}
53
54
-void t_rr_node::set_ptc_num(short new_ptc_num) {
55
- storage_->set_node_ptc_num(id_, new_ptc_num);
56
-}
57
-
58
void t_rr_node::set_cost_index(RRIndexedDataId new_cost_index) {
59
storage_->set_node_cost_index(id_, new_cost_index);
60
vpr/src/route/rr_node.h
@@ -108,7 +108,6 @@ class t_rr_node {
108
bool validate() const;
109
110
public: //Mutators
111
- void set_ptc_num(short);
112
113
void set_cost_index(RRIndexedDataId);
114
void set_rc_index(short);
0 commit comments