1 #ifndef ATOM_NETLIST_FWD_H 2 #define ATOM_NETLIST_FWD_H 3 #include "vtr_strong_id.h" 23 struct atom_block_id_tag;
24 struct atom_net_id_tag;
25 struct atom_port_id_tag;
26 struct atom_pin_id_tag;
29 typedef vtr::StrongId<atom_block_id_tag>
AtomBlockId;
vtr::StrongId< atom_net_id_tag > AtomNetId
Definition: atom_netlist_fwd.h:32
AtomBlockType
Definition: atom_netlist_fwd.h:44
vtr::StrongId< atom_pin_id_tag > AtomPinId
Definition: atom_netlist_fwd.h:38
The AtomLookup class describes the mapping between components in the AtomNetlist and other netlists/e...
Definition: atom_lookup.h:20
Definition: atom_netlist.h:80
vtr::StrongId< atom_port_id_tag > AtomPortId
Definition: atom_netlist_fwd.h:35
vtr::StrongId< atom_block_id_tag > AtomBlockId
Definition: atom_netlist_fwd.h:26
unsigned BitIndex
Definition: atom_netlist_fwd.h:41