19 #include <boost/test/unit_test.hpp>
23 namespace architecture {
25 BOOST_AUTO_TEST_SUITE(architecture)
27 using namespace torc::architecture::xilinx;
31 DDB ddb(
"xc6vlx240t");
36 BOOST_AUTO_TEST_SUITE_END()
Device database, including complete wiring and logic support.
Device database exporter for the University of Toronto's VPR.
BOOST_AUTO_TEST_CASE(ArcUnitTest)
Unit test for the Arc class.
Header for the DDB class.