25 using namespace torc::architecture;
45 while(pp < pe) {
if(pp->isInput()) mInvertedInputs.insert(&*pp); pp++; }
const std::string cByInvOutUsedElementName
The name of the BYINVOUTUSED slice element.
const const PrimitiveElement * const_iterator
Constant T iterator type.
T * end(void)
Returns the non-constant end iterator.
const string & getName(void) const
Returns the name of the element.
PrimitiveElementPinArray & getPins(void)
Returns a non-constant array of element pins. This function should only be used by the Sites class d...
Header for the Virtex2PrimitiveStructure class.
Encapsulation of a primitive site element. Primitive elements are subcomponents of logic primitive s...
const std::string cSliceTypeName
The type name of slice primitives.
T * begin(void)
Returns the non-constant begin iterator.
virtual void initialize(void)
Initialize this object based on the PrimitiveDef information.