Verilog to Routing - VPR
|
Representation of intra-logic block routing. More...
#include <vpr_types.h>
Data Fields | |
AtomNetId | atom_net_id |
int | driver_pb_pin_id = OPEN |
std::vector< int > | sink_pb_pin_ids |
const t_pb_graph_pin * | pb_graph_pin = nullptr |
Representation of intra-logic block routing.
AtomNetId t_pb_route::atom_net_id |
which net in the atom netlist uses this pin
int t_pb_route::driver_pb_pin_id = OPEN |
The pb_pin id of the pb_pin that drives this pin
const t_pb_graph_pin* t_pb_route::pb_graph_pin = nullptr |
The graph pin associated with this node
std::vector<int> t_pb_route::sink_pb_pin_ids |
The pb_pin id's of the pb_pins driven by this node