Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/osx_fixes
/
.
/
vpr
/
src
/
timing
/
endpoint_timing.h
blob: 5ba2a12efdb60219885ce54203cd879907f2a76d [
file
] [
log
] [
blame
] [
edit
]
#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