Verilog to Routing - VPR
|
A placement location coordinate. More...
#include <vpr_types.h>
Public Member Functions | |
t_pl_loc ()=default | |
t_pl_loc (int xloc, int yloc, int sub_tile_loc) | |
t_pl_loc & | operator+= (const t_pl_offset &rhs) |
t_pl_loc & | operator-= (const t_pl_offset &rhs) |
Data Fields | |
int | x = OPEN |
int | y = OPEN |
int | sub_tile = OPEN |
Friends | |
t_pl_loc | operator+ (t_pl_loc lhs, const t_pl_offset &rhs) |
t_pl_loc | operator+ (t_pl_offset lhs, const t_pl_loc &rhs) |
t_pl_loc | operator- (t_pl_loc lhs, const t_pl_offset &rhs) |
t_pl_loc | operator- (t_pl_offset lhs, const t_pl_loc &rhs) |
t_pl_offset | operator- (const t_pl_loc &lhs, const t_pl_loc &rhs) |
bool | operator< (const t_pl_loc &lhs, const t_pl_loc &rhs) |
bool | operator== (const t_pl_loc &lhs, const t_pl_loc &rhs) |
bool | operator!= (const t_pl_loc &lhs, const t_pl_loc &rhs) |
A placement location coordinate.
x: x-coordinate y: y-coordinate z: z-coordinate (capacity postion)
|
default |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
int t_pl_loc::sub_tile = OPEN |
int t_pl_loc::x = OPEN |
int t_pl_loc::y = OPEN |