VPR-6.0

s_trace Struct Reference

#include <vpr_types.h>

Collaboration diagram for s_trace:

Data Fields

int index
short iswitch
struct s_tracenext

Detailed Description

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

  • index: Array index (ID) of this routing resource node.
  • iswitch: Index 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).
  • next: pointer to the next traceback element in this route.

Definition at line 739 of file vpr_types.h.


Field Documentation

Definition at line 741 of file vpr_types.h.

Definition at line 742 of file vpr_types.h.

Definition at line 743 of file vpr_types.h.


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