Verilog to Routing - VPR
read_route.h
Go to the documentation of this file.
1 
9 #ifndef READ_ROUTE_H
10 #define READ_ROUTE_H
11 
12 bool read_route(const char* route_file, const t_router_opts& RouterOpts, bool verify_file_digests);
13 
14 #endif /* READ_ROUTE_H */
bool read_route(const char *route_file, const t_router_opts &RouterOpts, bool verify_file_digests)
Reads in the routing file to fill in the trace.head and t_clb_opins_used data structure.
Definition: read_route.cpp:67
Definition: vpr_types.h:1023