19 #include <boost/test/unit_test.hpp>
26 namespace architecture {
28 using namespace torc::architecture::xilinx;
30 BOOST_AUTO_TEST_SUITE(architecture)
46 BOOST_CHECK_EQUAL(s.str(),
"CNR_TBTERM_N6A1@[0,1] CNR_TTERM \"LIOITTERM\" (0@1)");
49 BOOST_AUTO_TEST_SUITE_END()
Encapsulation of a tile index in an unsigned 32-bit integer.
Device database, including complete wiring and logic support.
Header for the DDBStreamHelper class.
Encapsulation of a wire index in an unsigned 16-bit integer.
BOOST_AUTO_TEST_CASE(TilewireUnitTest)
Unit test for the Tilewire class.
static const class DDB * getDDBPtr(std::ostream &os)
Return the device database pointer associated with this stream.
Header for torc::physical output stream helpers.
Encapsulation of a device tile and wire pair.
Header for the DDB class.