Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
e1bd0ce5eac8298c948cf6ab0f47359366ddb3f0
/
.
/
vpr
/
src
/
timing
/
endpoint_timing.h
blob: 51577b676ec3b5903fd6e78203394b5d3f337928 [
file
] [
log
] [
blame
]
#ifndef
ENDPOINT_TIMING_H
//Prints out the timing information for all endpoints
//(e.g. top-level outputs, FF inputs)
void
print_endpoint_timing
(
char
*
filename
);
#endif