#include "torc/architecture/PrimitiveDef.hpp"
#include <boost/regex.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::packer |
| namespace | torc::packer::architecture |
| namespace | torc::packer::packer |
Classes | |
| class | torc::packer::PrimitiveStructure |
| Encapsulation of the site index, pin name, and pin flags for a package. More... | |
Typedefs | |
| typedef boost::shared_ptr < PrimitiveStructure > | torc::packer::PrimitiveStructureSharedPtr |
| Shared pointer encapsulation of a PrimitiveStructure. | |
Enumerations | |
| enum | ELogicType { eLogicTypeUnknown = 0, eLogicTypeLUT, eLogicTypeFlop, eLogicTypeInv, eLogicTypeAnd, eLogicTypeXor, eLogicTypeMux, eLogicTypeCount } |
| Enumeration of logic types. More... | |
Definition in file PrimitiveStructure.hpp.
1.5.6