VPR-6.0

s_pb_graph_edge Struct Reference

#include <physical_types.h>

Collaboration diagram for s_pb_graph_edge:

Data Fields

t_pb_graph_pin ** input_pins
int num_input_pins
t_pb_graph_pin ** output_pins
int num_output_pins
float delay_max
float delay_min
float capacitance
t_interconnectinterconnect
int driver_set
int driver_pin

Detailed Description

Describes a pb graph edge, this is a "fat" edge which means it supports bused based connections

  • input_pins: array of pb_type graph input pins ptrs entering this edge
  • num_input_pins: Number of input pins entering this edge
  • output_pins: array of pb_type graph output pins ptrs entering this edge
  • num_output_pins: Number of output pins entering this edge

Definition at line 276 of file physical_types.h.


Field Documentation

Definition at line 286 of file physical_types.h.

Definition at line 284 of file physical_types.h.

Definition at line 285 of file physical_types.h.

Definition at line 291 of file physical_types.h.

Definition at line 290 of file physical_types.h.

Definition at line 279 of file physical_types.h.

Definition at line 281 of file physical_types.h.


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