Verilog to Routing - VPR
|
State relating to the atom-level netlist. More...
#include <vpr_context.h>
Data Fields | |
AtomNetlist | nlist |
Atom netlist. More... | |
AtomLookup | lookup |
Mappings to/from the Atom Netlist to physically described .blif models. More... | |
Additional Inherited Members | |
![]() | |
Context ()=default | |
Context (Context &)=delete | |
Context & | operator= (Context &)=delete |
virtual | ~Context ()=default |
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.
AtomLookup AtomContext::lookup |
Mappings to/from the Atom Netlist to physically described .blif models.
AtomNetlist AtomContext::nlist |
Atom netlist.