Verilog to Routing - VPR
read_netlist.h
Go to the documentation of this file.
1 
10 #ifndef READ_NETLIST_H
11 #define READ_NETLIST_H
12 
13 #include "vpr_types.h"
14 
15 ClusteredNetlist read_netlist(const char* net_file,
16  const t_arch* arch,
17  bool verify_file_digests,
18  int verbosity);
19 
20 #endif
This is a core file that defines the major data types used by VPR.
Definition: clustered_netlist.h:120
ClusteredNetlist read_netlist(const char *net_file, const t_arch *arch, bool verify_file_digests, int verbosity)
Initializes the clb_nlist with info from a netlist.
Definition: read_netlist.cpp:70