Public Member Functions | |
void | visit (torc::generic::Root &inRoot) throw (torc::generic::Error) |
void | visit (torc::generic::Library &inLibrary) throw (torc::generic::Error) |
void | visit (torc::generic::Cell &inCell) throw (torc::generic::Error) |
void | visit (torc::generic::View &inView) throw (torc::generic::Error) |
void | visit (torc::generic::SingleInstance &inInstance) throw (torc::generic::Error) |
void | visit (torc::generic::ScalarNet &inNet) throw (torc::generic::Error) |
torc::physical::DesignSharedPtr & | getDesignPtr (void) |
Protected Types | |
enum | ELogicType { eLogicTypeUnknown, eLogicTypeGnd, eLogicTypeVcc, eLogicTypeFF, eLogicTypeLut1, eLogicTypeLut2, eLogicTypeLut3, eLogicTypeLut4 } |
Protected Attributes | |
torc::physical::DesignSharedPtr | mDesignPtr |
torc::physical::InstanceSharedPtr | mCurrentInstancePtr |
torc::physical::NetSharedPtr | mCurrentNetPtr |
std::map< std::string, ELogicType > | mLogicTypeMap |
Definition at line 67 of file CollatzMapper.cpp.