Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
3039c4c2f35470e4ea13bd47044df8cd254bbc7d
/
.
/
vpr
/
src
/
route
/
clock_fwd.h
blob: e4e232bd9ad5abe1966bde4962ca0cac00ad80a2 [
file
] [
log
] [
blame
]
#ifndef
CLOCK_FWD
#define
CLOCK_FWD
struct
Coordinates
{
int
x
;
int
y
;
};
#endif