Classes | |
| struct | WireCount |
| Encapsulation of a wire count in an unsigned 16-bit integer. More... | |
| struct | WireIndex |
| Encapsulation of a wire index in an unsigned 16-bit integer. More... | |
| struct | WireFlags |
| Encapsulation of wire attribute flags in an unsigned 16-bit integer. More... | |
| struct | TileCount |
| Encapsulation of a tile count in an unsigned 32-bit integer. More... | |
| struct | TileIndex |
| Encapsulation of a tile index in an unsigned 32-bit integer. More... | |
| struct | TileOffset |
| Encapsulation of a tile offset in an unsigned 32-bit integer. More... | |
| struct | TileRow |
| Encapsulation of a tile row in an unsigned 16-bit integer. More... | |
| struct | TileCol |
| Encapsulation of a tile column in an unsigned 16-bit integer. More... | |
| struct | TileTypeCount |
| Encapsulation of a tile type count in an unsigned 16-bit integer. More... | |
| struct | TileTypeIndex |
| Encapsulation of a tile type index in an unsigned 16-bit integer. More... | |
| struct | CompactSegmentCount |
| Encapsulation of a compact segment count in an unsigned 32-bit integer. More... | |
| struct | CompactSegmentIndex |
| Encapsulation of a compact segment index in an unsigned 32-bit integer. More... | |
| struct | SiteCount |
| Encapsulation of a site count in an unsigned 32-bit integer. More... | |
| struct | SiteIndex |
| Encapsulation of a site index in an unsigned 32-bit integer. More... | |
| struct | SiteFlags |
| Encapsulation of site attribute flags in an unsigned 16-bit integer. More... | |
| struct | SiteTypeCount |
| Encapsulation of a site type count in an unsigned 16-bit integer. More... | |
| struct | SiteTypeIndex |
| Encapsulation of a site type index in an unsigned 16-bit integer. More... | |
| struct | PinCount |
| Encapsulation of a pin count in an unsigned 32-bit integer. More... | |
| struct | PinIndex |
| Encapsulation of a pin index in an unsigned 32-bit integer. More... | |
| struct | PinFlags |
| Encapsulation of pin attribute flags in an unsigned 16-bit integer. More... | |
| struct | PackageCount |
| Encapsulation of a package count in an unsigned 16-bit integer. More... | |
| struct | PackageIndex |
| Encapsulation of a package index in an unsigned 16-bit integer. More... | |
| struct | PadCount |
| Encapsulation of a pad count in an unsigned 32-bit integer. More... | |
| struct | PadIndex |
| Encapsulation of a pad index in an unsigned 32-bit integer. More... | |
Functions | |
| BOOST_AUTO_TEST_CASE (TilewireUnitTest) | |
| Unit test for the Tilewire class. | |
| TileIndex | operator+ (const TileOffset &inTileOffset, const TileIndex &inTileIndex) |
| Addition operator to add an anchor tile index to a relative tile offset. | |
This namespace defines types suitable for Xilinx architectures. These types may or may not resemble those for other architectures.
| torc::architecture::xilinx::BOOST_AUTO_TEST_CASE | ( | TilewireUnitTest | ) |
| TileIndex torc::architecture::xilinx::operator+ | ( | const TileOffset & | inTileOffset, | |
| const TileIndex & | inTileIndex | |||
| ) |
Addition operator to add an anchor tile index to a relative tile offset.
Definition at line 25 of file XilinxDatabaseTypes.cpp.
1.5.6