torc-master
|
Header for the PrimitiveStructure class. More...
#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.
Data Structures | |
class | torc::packer::PrimitiveStructure |
Encapsulation of the site index, pin name, and pin flags for a package. More... | |
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::packer | |
torc::packer::architecture | |
torc::packer::packer | |
Typedefs | |
typedef boost::shared_ptr < PrimitiveStructure > | torc::packer::PrimitiveStructureSharedPtr |
Shared pointer encapsulation of a PrimitiveStructure. More... | |
Enumerations | |
enum | torc::packer::ELogicType { torc::packer::eLogicTypeUnknown = 0, torc::packer::eLogicTypeLUT, torc::packer::eLogicTypeFlop, torc::packer::eLogicTypeInv, torc::packer::eLogicTypeAnd, torc::packer::eLogicTypeXor, torc::packer::eLogicTypeMux, torc::packer::eLogicTypeCount } |
Enumeration of logic types. More... | |
Header for the PrimitiveStructure class.
Definition in file PrimitiveStructure.hpp.