Verilog to Routing - VPR
atom_lookup_fwd.h
Go to the documentation of this file.
1 #ifndef VPR_ATOM_LOOKUP_FWD_H
2 #define VPR_ATOM_LOOKUP_FWD_H
3 
4 class AtomLookup;
5 
6 enum class BlockTnode {
7  INTERNAL,
8  EXTERNAL
9 };
10 
11 #endif
The AtomLookup class describes the mapping between components in the AtomNetlist and other netlists/e...
Definition: atom_lookup.h:20
BlockTnode
Definition: atom_lookup_fwd.h:6