#include <boost/cstdint.hpp>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::physical |
Classes | |
class | torc::physical::WireName |
Encapsulation of a wire name. More... | |
class | torc::physical::TileName |
Encapsulation of a tile name. More... | |
class | torc::physical::TileTypeName |
Encapsulation of a tile type name. More... | |
class | torc::physical::InstanceName |
Encapsulation of an instance name. More... | |
class | torc::physical::SiteName |
Encapsulation of a site name. More... | |
class | torc::physical::SiteTypeName |
Encapsulation of a site type name. More... | |
class | torc::physical::PinName |
Encapsulation of a site pin name. More... | |
Typedefs | |
typedef boost::uint64_t | torc::physical::SequenceIndex |
Typedef for generic sequences. | |
Enumerations | |
enum | torc::physical::EInstanceBonding { eInstanceBondingUnbonded = 0, eInstanceBondingBonded, eInstanceBondingUnknown, eInstanceBondingCount } |
Enumeration of pad bonding types. More... | |
enum | torc::physical::EPinDirection { ePinDirectionInpin = 0, ePinDirectionOutpin, ePinDirectionUnknown, ePinDirectionCount } |
Enumeration of instance pin directionality. More... | |
enum | torc::physical::EPipDirection { ePipBidirectionalUnbuffered = 0, ePipBidirectionalUnidirectionallyBuffered, ePipBidirectionalBidirectionallyBuffered, ePipUnidirectionalBuffered, ePipDirectionCount } |
Enumeration of pip directionality. More... | |
enum | torc::physical::ENetType { eNetTypeNormal = 0, eNetTypePower, eNetTypeGround, eNetTypeCount } |
Enumeration of net power types. More... | |
enum | torc::physical::ESequenceIndex { eSequenceIndexNone = 0, eSequenceIndexFirst } |
Enumeration of sequence indexes. More... |
Definition in file XilinxPhysicalTypes.hpp.