Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
f146726e65e8ed10a9d8a42188cf9e819e172acd
/
.
/
vpr
/
src
/
timing
/
endpoint_timing.h
blob: 5ba2a12efdb60219885ce54203cd879907f2a76d [
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