torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PrimitiveStructure.hpp File Reference

Header for the PrimitiveStructure class. More...

#include "torc/architecture/PrimitiveDef.hpp"
#include <boost/regex.hpp>
#include <boost/shared_ptr.hpp>
#include <map>
#include <string>
+ Include dependency graph for PrimitiveStructure.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for the PrimitiveStructure class.

Definition in file PrimitiveStructure.hpp.