#include "torc/architecture/XilinxDatabaseTypes.hpp"
#include "torc/architecture/PrimitivePin.hpp"
#include "torc/architecture/Array.hpp"
#include <boost/shared_ptr.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::architecture |
namespace | torc::architecture::architecture |
Classes | |
class | torc::architecture::PrimitiveElementPin |
Encapsulation of a primitive element pin's name, flags, and element pointer. Primitive element pins are sub-site inputs or outputs. More... | |
Typedefs | |
typedef boost::shared_ptr < const PrimitiveConn > | torc::architecture::PrimitiveConnSharedPtr |
typedef Array< const PrimitiveElementPin > | torc::architecture::PrimitiveElementPinArray |
Array of constant PrimitiveElementPin objects. | |
typedef std::vector< const PrimitiveElementPin * > | torc::architecture::PrimitiveElementPinPtrVector |
Vector of constant PrimitiveElementPin pointers. |
Definition in file PrimitiveElementPin.hpp.