Verilog to Routing - VPR
|
An offset between placement locations (t_pl_loc) More...
#include <vpr_types.h>
Public Member Functions | |
t_pl_offset ()=default | |
t_pl_offset (int xoffset, int yoffset, int sub_tile_offset) | |
t_pl_offset & | operator+= (const t_pl_offset &rhs) |
t_pl_offset & | operator-= (const t_pl_offset &rhs) |
Data Fields | |
int | x = 0 |
int | y = 0 |
int | sub_tile = 0 |
Friends | |
t_pl_offset | operator+ (t_pl_offset lhs, const t_pl_offset &rhs) |
t_pl_offset | operator- (t_pl_offset lhs, const t_pl_offset &rhs) |
t_pl_offset | operator- (const t_pl_offset &other) |
t_pl_offset | operator+ (const t_pl_offset &other) |
bool | operator< (const t_pl_offset &lhs, const t_pl_offset &rhs) |
bool | operator== (const t_pl_offset &lhs, const t_pl_offset &rhs) |
bool | operator!= (const t_pl_offset &lhs, const t_pl_offset &rhs) |
An offset between placement locations (t_pl_loc)
x: x-offset y: y-offset z: z-offset
|
default |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
int t_pl_offset::sub_tile = 0 |
int t_pl_offset::x = 0 |
int t_pl_offset::y = 0 |