VPR-6.0

s_net Struct Reference

#include <vpr_types.h>

Data Fields

char * name
int num_sinks
int * node_block
int * node_block_port
int * node_block_pin
boolean is_global
boolean is_const_gen

Detailed Description

  • name: ASCII net name for informative annotations in the output.
  • num_sinks: Number of sinks on this net.
  • node_block: [0..num_sinks]. Contains the blocks to which the nodes of this net connect. The source block is node_block[0] and the sink blocks are the remaining nodes.
  • node_block_port: [0..num_sinks]. Contains port index (on a block) to which each net terminal connects.
  • node_block_pin: [0..num_sinks]. Contains the index of the pin (on a block) to which each net terminal connects.
  • is_global: not routed
  • is_const_gen: constant generator (does not affect timing)

Definition at line 343 of file vpr_types.h.


Field Documentation

Definition at line 351 of file vpr_types.h.

Definition at line 350 of file vpr_types.h.

char* s_net::name

Definition at line 345 of file vpr_types.h.

Definition at line 347 of file vpr_types.h.

Definition at line 349 of file vpr_types.h.

Definition at line 348 of file vpr_types.h.

Definition at line 346 of file vpr_types.h.


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