Verilog to Routing - VPR
|
Read a circuit netlist in XML format and populate the netlist data structures for VPR. More...
#include "vpr_types.h"
Go to the source code of this file.
Functions | |
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. More... | |
Read a circuit netlist in XML format and populate the netlist data structures for VPR.
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.
net_file | Name of the netlist file to read |