VPR-6.0

s_block Struct Reference

#include <vpr_types.h>

Collaboration diagram for s_block:

Data Fields

char * name
t_type_ptr type
int * nets
int x
int y
int z
t_pbpb

Detailed Description

Represents a clustered logic block of a user circuit that fits into one unit of space in an FPGA grid block

  • name: identifier for this block
  • type: the type of physical block this user circuit block can map into
  • nets: nets that connect to other user circuit blocks
  • x: x-coordinate
  • y: y-coordinate
  • z: occupancy coordinate
  • pb: Physical block representing the clustering of this CLB

Definition at line 405 of file vpr_types.h.


Field Documentation

Definition at line 407 of file vpr_types.h.

Definition at line 409 of file vpr_types.h.

Definition at line 414 of file vpr_types.h.

Definition at line 408 of file vpr_types.h.

Definition at line 410 of file vpr_types.h.

Definition at line 411 of file vpr_types.h.

Definition at line 412 of file vpr_types.h.


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