blob: c969d585a50acf0e18c46328cce96ceb10e9ca72 [file] [log] [blame]
#ifndef VPR_ATOM_LOOKUP_FWD_H
#define VPR_ATOM_LOOKUP_FWD_H
class AtomLookup;
enum class BlockTnode {
INTERNAL, //tnodes corresponding to internal paths withing atom blocks
EXTERNAL //tnodes corresponding to exteranl interface of atom blocks
};
#endif