Verilog to Routing - VPR
Data Fields
t_trace Struct Reference

Basic element used to store the traceback (routing) of each net. More...

#include <vpr_types.h>

Collaboration diagram for t_trace:
Collaboration graph
[legend]

Data Fields

t_tracenext
 
int index
 
short iswitch
 

Detailed Description

Basic element used to store the traceback (routing) of each net.

Parameters
indexArray index (ID) of this routing resource node.
iswitchIndex of the switch type used to go from this rr_node to the next one in the routing. OPEN if there is no next node (i.e. this node is the last one (a SINK) in a branch of the net's routing).
nextPointer to the next traceback element in this route.

Field Documentation

◆ index

int t_trace::index

◆ iswitch

short t_trace::iswitch

◆ next

t_trace* t_trace::next

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