Verilog to Routing - VPR
|
Represents the placement location of a clustered block. More...
#include <vpr_types.h>
Data Fields | |
t_pl_loc | loc |
bool | is_fixed = false |
Represents the placement location of a clustered block.
x: x-coordinate y: y-coordinate z: occupancy coordinate is_fixed: true if this block's position is fixed by the user and shouldn't be moved during annealing
bool t_block_loc::is_fixed = false |
t_pl_loc t_block_loc::loc |