|
torc-master
|
Header for the PrimitiveElementPin class. More...
#include "torc/architecture/XilinxDatabaseTypes.hpp"#include "torc/architecture/PrimitivePin.hpp"#include "torc/architecture/Array.hpp"#include <boost/shared_ptr.hpp>#include <string>#include <vector>
Include dependency graph for PrimitiveElementPin.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| 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... | |
Namespaces | |
| torc | |
| Implementation of class to encapsulate micro-bitstream library generation code. | |
| torc::architecture | |
| Namespace for the Torc architecture support, providing device logic and wiring information, and design usage tracking. | |
| torc::architecture::architecture | |
Typedefs | |
| typedef boost::shared_ptr < const PrimitiveConn > | torc::architecture::PrimitiveConnSharedPtr |
| typedef Array< const PrimitiveElementPin > | torc::architecture::PrimitiveElementPinArray |
| Array of constant PrimitiveElementPin objects. More... | |
| typedef std::vector< const PrimitiveElementPin * > | torc::architecture::PrimitiveElementPinPtrVector |
| Vector of constant PrimitiveElementPin pointers. More... | |
Header for the PrimitiveElementPin class.
Definition in file PrimitiveElementPin.hpp.