VPR-6.0

s_grid_loc_def Struct Reference

#include <physical_types.h>

Data Fields

enum e_grid_loc_type grid_loc_type
int start_col
int repeat
float col_rel
int priority

Detailed Description

Definition of how to place physical logic block in the grid

  • grid_loc_type - where the type goes and which numbers are valid
  • start_col - the absolute value of the starting column from the left to fill, used with COL_REPEAT
  • repeat - the number of columns to skip before placing the same type, used with COL_REPEAT. 0 means do not repeat
  • rel_col - the fractional column to place type
  • priority - in the event of conflict, which type gets picked?

Definition at line 79 of file physical_types.h.


Field Documentation

Definition at line 84 of file physical_types.h.

Definition at line 85 of file physical_types.h.

Definition at line 83 of file physical_types.h.

Definition at line 82 of file physical_types.h.


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