torc-master
|
Data Fields | |
short | xlow |
short | xhigh |
short | ylow |
short | yhigh |
short | ptc_num |
short | cost_index |
short | occ |
short | capacity |
short | fan_in |
short | num_edges |
t_rr_type | type |
int * | edges |
short * | switches |
float | R |
float | C |
enum e_direction | direction |
enum e_drivers | drivers |
int | num_wire_drivers |
int | num_opin_drivers |
int | prev_node |
int | prev_edge |
int | net_num |
t_pb_graph_pin * | pb_graph_pin |
t_tnode * | tnode |
float | pack_intrinsic_cost |
Definition at line 49 of file VprExporter.cpp.
float s_rr_node::C |
Definition at line 68 of file VprExporter.cpp.
short s_rr_node::capacity |
Definition at line 60 of file VprExporter.cpp.
short s_rr_node::cost_index |
Definition at line 58 of file VprExporter.cpp.
enum e_direction s_rr_node::direction |
Definition at line 70 of file VprExporter.cpp.
enum e_drivers s_rr_node::drivers |
Definition at line 71 of file VprExporter.cpp.
int* s_rr_node::edges |
Definition at line 64 of file VprExporter.cpp.
short s_rr_node::fan_in |
Definition at line 61 of file VprExporter.cpp.
int s_rr_node::net_num |
Definition at line 78 of file VprExporter.cpp.
short s_rr_node::num_edges |
Definition at line 62 of file VprExporter.cpp.
int s_rr_node::num_opin_drivers |
Definition at line 73 of file VprExporter.cpp.
int s_rr_node::num_wire_drivers |
Definition at line 72 of file VprExporter.cpp.
short s_rr_node::occ |
Definition at line 59 of file VprExporter.cpp.
float s_rr_node::pack_intrinsic_cost |
Definition at line 81 of file VprExporter.cpp.
t_pb_graph_pin* s_rr_node::pb_graph_pin |
Definition at line 79 of file VprExporter.cpp.
int s_rr_node::prev_edge |
Definition at line 77 of file VprExporter.cpp.
int s_rr_node::prev_node |
Definition at line 76 of file VprExporter.cpp.
short s_rr_node::ptc_num |
Definition at line 56 of file VprExporter.cpp.
float s_rr_node::R |
Definition at line 67 of file VprExporter.cpp.
short* s_rr_node::switches |
Definition at line 65 of file VprExporter.cpp.
t_tnode* s_rr_node::tnode |
Definition at line 80 of file VprExporter.cpp.
t_rr_type s_rr_node::type |
Definition at line 63 of file VprExporter.cpp.
short s_rr_node::xhigh |
Definition at line 52 of file VprExporter.cpp.
short s_rr_node::xlow |
Definition at line 51 of file VprExporter.cpp.
short s_rr_node::yhigh |
Definition at line 54 of file VprExporter.cpp.
short s_rr_node::ylow |
Definition at line 53 of file VprExporter.cpp.