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