torc-master
|
Device database types for Xilinx architectures. More...
Go to the source code of this file.
Data Structures | |
struct | torc::architecture::xilinx::WireCount |
Encapsulation of a wire count in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::WireIndex |
Encapsulation of a wire index in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::WireFlags |
Encapsulation of wire attribute flags in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::TileCount |
Encapsulation of a tile count in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::TileIndex |
Encapsulation of a tile index in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::TileOffset |
Encapsulation of a tile offset in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::TileRow |
Encapsulation of a tile row in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::TileCol |
Encapsulation of a tile column in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::TileTypeCount |
Encapsulation of a tile type count in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::TileTypeIndex |
Encapsulation of a tile type index in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::CompactSegmentCount |
Encapsulation of a compact segment count in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::CompactSegmentIndex |
Encapsulation of a compact segment index in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::SiteCount |
Encapsulation of a site count in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::SiteIndex |
Encapsulation of a site index in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::SiteFlags |
Encapsulation of site attribute flags in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::SiteTypeCount |
Encapsulation of a site type count in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::SiteTypeIndex |
Encapsulation of a site type index in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::PinCount |
Encapsulation of a pin count in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::PinIndex |
Encapsulation of a pin index in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::PinFlags |
Encapsulation of pin attribute flags in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::PackageCount |
Encapsulation of a package count in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::PackageIndex |
Encapsulation of a package index in an unsigned 16-bit integer. More... | |
struct | torc::architecture::xilinx::PadCount |
Encapsulation of a pad count in an unsigned 32-bit integer. More... | |
struct | torc::architecture::xilinx::PadIndex |
Encapsulation of a pad index in an unsigned 32-bit integer. 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::xilinx | |
Namespace for Xilinx architecture support. | |
Functions | |
TileIndex | torc::architecture::xilinx::operator+ (const TileOffset &inTileOffset, const TileIndex &inTileIndex) |
Addition operator to add an anchor tile index to a relative tile offset. More... | |
Device database types for Xilinx architectures.
Definition in file XilinxDatabaseTypes.hpp.