Verilog to Routing - VPR
Data Fields
AtomContext Struct Reference

State relating to the atom-level netlist. More...

#include <vpr_context.h>

Inheritance diagram for AtomContext:
Inheritance graph
[legend]
Collaboration diagram for AtomContext:
Collaboration graph
[legend]

Data Fields

AtomNetlist nlist
 Atom netlist. More...
 
AtomLookup lookup
 Mappings to/from the Atom Netlist to physically described .blif models. More...
 

Additional Inherited Members

- Public Member Functions inherited from Context
 Context ()=default
 
 Context (Context &)=delete
 
Contextoperator= (Context &)=delete
 
virtual ~Context ()=default
 

Detailed Description

State relating to the atom-level netlist.

This should contain only data structures related to user specified netlist being implemented by VPR onto the target device.

Field Documentation

◆ lookup

AtomLookup AtomContext::lookup

Mappings to/from the Atom Netlist to physically described .blif models.

◆ nlist

AtomNetlist AtomContext::nlist

Atom netlist.


The documentation for this struct was generated from the following file: