torc-master
|
Unit test for the SiteTypes class. More...
#include <boost/test/unit_test.hpp>
#include "torc/architecture/Sites.hpp"
#include "torc/architecture/DDB.hpp"
#include "torc/architecture/XdlImporter.hpp"
#include "torc/physical/Design.hpp"
#include "torc/common/DirectoryTree.hpp"
#include "torc/physical/ConfigMap.hpp"
#include "torc/physical/Circuit.hpp"
#include "torc/physical/Instance.hpp"
#include "torc/physical/Named.hpp"
#include <boost/regex.hpp>
#include <string>
#include <map>
#include <fstream>
#include <iostream>
Go to the source code of this file.
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. | |
Functions | |
torc::architecture::BOOST_AUTO_TEST_CASE (iterate_configmaps) | |
Unit test to iterate through the ConfigMaps of a XDL file. More... | |
bool | torc::architecture::findLUTbyCfg (const std::string isit) |
bool | torc::architecture::findFFbyCfg (const std::string isit) |
bool | torc::architecture::findINV (const std::string isit) |
bool | torc::architecture::findROUTETHROUGH (const std::string isit) |
bool | torc::architecture::findAND (const std::string isit) |
bool | torc::architecture::findVCC (const std::string isit) |
bool | torc::architecture::findGND (const std::string isit) |
torc::architecture::BOOST_AUTO_TEST_CASE (classify_elements) | |
Unit test to iterate through a database and classify all existing elements into pseudo-types. More... | |
torc::architecture::BOOST_AUTO_TEST_CASE (SiteTypesUnitTest) | |
Unit test for the SiteTypes class. More... | |
Unit test for the SiteTypes class.
Definition in file SiteTypesUnitTest.cpp.