Top-level Torc namespace.
|
Classes |
| class | location |
| | Abstract a location.
|
| class | position |
| | Abstract a position.
|
| class | stack |
| | Bison stack class.
|
| class | slice |
| | Present a slice of the top of a stack.
|
| class | XdlScanner |
| class | ArchitectureBrowser |
| | Utility class for exploring database contents. More...
|
| class | MarkExtracter |
| | Diff utility class for comparing physical netlists. More...
|
| class | PhysicalDiff |
| | Diff utility class for comparing physical netlists. More...
|
Namespaces |
| namespace | architecture |
| | Namespace for the Torc architecture support, providing device logic and wiring information, and design usage tracking.
|
| namespace | bitstream |
| | Namespace for the Torc bitstream frame-level support, including packet parsing and writing.
|
| namespace | generic |
| | Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters.
|
| namespace | physical |
| | Namespace for the Torc physical netlist, including the XDL importer, exporter, placer, router, unpacker, and packer.
|
Functions |
| | BOOST_AUTO_TEST_CASE (XilinxDatabaseTypesUnitTest) |
| | Unit test for device database type sizes.
|
| const location | operator+ (const location &begin, const location &end) |
| | Join two location objects to create a location.
|
| const location | operator+ (const location &begin, unsigned int width) |
| | Add two location objects.
|
| location & | operator+= (location &res, unsigned int width) |
| | Add and assign a location.
|
| std::ostream & | operator<< (std::ostream &ostr, const location &loc) |
| | Intercept output stream redirection.
|
| const position & | operator+= (position &res, const int width) |
| | Add and assign a position.
|
| const position | operator+ (const position &begin, const int width) |
| | Add two position objects.
|
| const position & | operator-= (position &res, const int width) |
| | Add and assign a position.
|
| const position | operator- (const position &begin, const int width) |
| | Add two position objects.
|
| std::ostream & | operator<< (std::ostream &ostr, const position &pos) |
| | Intercept output stream redirection.
|
| | BOOST_AUTO_TEST_CASE (xdl_parsing) |
| | Unit test for the directory tree.
|
| | BOOST_AUTO_TEST_CASE (ArchitectureBrowserUnitTest) |
| | Unit test for the design diff function.
|
| | BOOST_AUTO_TEST_CASE (PhysicalDiffDesignUnitTest) |
| | Unit test for the design diff function.
|
| | BOOST_AUTO_TEST_CASE (PhysicalDiffModuleUnitTest) |
| | Unit test for the module diff function.
|
| | BOOST_AUTO_TEST_CASE (PhysicalDiffCircuitUnitTest) |
| | Unit test for the circuit diff function.
|
| | BOOST_AUTO_TEST_CASE (PhysicalDiffConfigMapUnitTest) |
| | Unit test for the config_map diff function.
|
| | BOOST_AUTO_TEST_CASE (PhysicalDiffInstanceUnitTest) |
| | Unit test for the instance diff function.
|
| | BOOST_AUTO_TEST_CASE (PhysicalDiffNetUnitTest) |
| | Unit test for the net diff function.
|
Variables |
| const torc::common::DottedVersion | cTorcVersion (0, 9, 0) |
| | The current Torc version as a DottedVersion object.
|
| const std::string | cTorcVersionString = "0.9.0" |
| | The current Torc version as a constant string.
|
Top-level Torc namespace.