VPR-6.0

s_grid_tile Struct Reference

#include <vpr_types.h>

Collaboration diagram for s_grid_tile:

Data Fields

t_type_ptr type
int offset
int usage
int * blocks

Detailed Description

s_grid_tile is the minimum tile of the fpga

  • type: Pointer to type descriptor, NULL for illegal, IO_TYPE for io
  • offset: Number of grid tiles above the bottom location of a block
  • usage: Number of blocks used in this grid tile
  • blocks[]: Array of logical blocks placed in a physical position, EMPTY means no block at that index

Definition at line 361 of file vpr_types.h.


Field Documentation

Definition at line 366 of file vpr_types.h.

Definition at line 364 of file vpr_types.h.

Definition at line 363 of file vpr_types.h.

Definition at line 365 of file vpr_types.h.


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