Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
refs/heads/passes_vpr
/
.
/
vpr
/
src
/
timing
/
endpoint_timing.h
blob: 51577b676ec3b5903fd6e78203394b5d3f337928 [
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