torc-master
|
#include "torc/physical/XilinxPhysicalTypes.hpp"
#include "torc/physical/Named.hpp"
#include <boost/smart_ptr.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | torc::physical::PrimitivePin |
Physical design primitive-pin. More... | |
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::physical | |
Namespace for the Torc physical netlist, including the XDL importer, exporter, placer, router, unpacker, and packer. | |
Typedefs | |
typedef std::vector< PrimitivePin > | torc::physical::PrimitivePinVector |
Vector of primitive pins. More... | |
typedef boost::shared_ptr < PrimitivePin > | torc::physical::PrimitivePinSharedPtr |
Shared pointer encapsulation of a componenet. More... | |
typedef boost::weak_ptr < PrimitivePin > | torc::physical::PrimitivePinWeakPtr |
Weak pointer encapsulation of a componenet. More... | |
typedef std::vector < PrimitivePinSharedPtr > | torc::physical::PrimitivePinSharedPtrVector |
Vector of componenet shared pointers. More... | |
Enumerations | |
enum | torc::physical::PinType { torc::physical::Unknown, torc::physical::InputP, torc::physical::OutputP } |