Verilog to Routing - VPR
Functions
read_netlist.h File Reference

Read a circuit netlist in XML format and populate the netlist data structures for VPR. More...

#include "vpr_types.h"
Include dependency graph for read_netlist.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Read a circuit netlist in XML format and populate the netlist data structures for VPR.

Author
Jason Luu
Date
May 2009

Function Documentation

◆ read_netlist()

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.

Parameters
net_fileName of the netlist file to read