35 std::unique_ptr<BOARD> board;
39 BOOST_CHECK_CLOSE( len_1, 3300000.0, 0.01 );
40 BOOST_CHECK_CLOSE( delay_1, 0.0, 0.01 );
43 BOOST_CHECK_CLOSE( len_2, 3300000.0, 0.01 );
44 BOOST_CHECK_CLOSE( delay_2, 3300000.0, 0.01 );
std::tuple< double, double > BoardChainBridging(const BOARD *aBoard, const wxString &aNetChain, const double aDefaultBridgeUnitDelay)
Compute both the chain bridging length and its associated propagation delay (in internal delay IU,...