Verilog to Routing - VPR
Data Fields
t_pb_route Struct Reference

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
 

Detailed Description

Representation of intra-logic block routing.

Field Documentation

◆ atom_net_id

AtomNetId t_pb_route::atom_net_id

which net in the atom netlist uses this pin

◆ driver_pb_pin_id

int t_pb_route::driver_pb_pin_id = OPEN

The pb_pin id of the pb_pin that drives this pin

◆ pb_graph_pin

const t_pb_graph_pin* t_pb_route::pb_graph_pin = nullptr

The graph pin associated with this node

◆ sink_pb_pin_ids

std::vector<int> t_pb_route::sink_pb_pin_ids

The pb_pin id's of the pb_pins driven by this node


The documentation for this struct was generated from the following file: