|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <filesystem>#include <fstream>#include <base_units.h>#include <board.h>#include <drc/drc_chain_topology.h>#include <footprint.h>#include <net_chain_bridging.h>#include <netinfo.h>#include <pad.h>#include <pcb_track.h>#include <pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (DaisyTrunkDelayEqualsBridgeWithoutStackup) | |
| BOOST_AUTO_TEST_CASE (NoTerminalsFallbackUsesBridgingDelay) | |
Variables | |
| static const char * | DAISY_PCB |
| BOOST_AUTO_TEST_CASE | ( | DaisyTrunkDelayEqualsBridgeWithoutStackup | ) |
Definition at line 178 of file test_net_chain_trunk_delay.cpp.
References BoardChainBridging(), BOOST_AUTO_TEST_CASE(), BOOST_REQUIRE(), DAISY_PCB, DEFAULT_PROPAGATION_DELAY_PS_PER_MM, CHAIN_TOPOLOGY::IsValid(), pcbIUScale, CHAIN_TOPOLOGY::TrunkDelay(), and CHAIN_TOPOLOGY::TrunkLength().
| BOOST_AUTO_TEST_CASE | ( | NoTerminalsFallbackUsesBridgingDelay | ) |
Definition at line 205 of file test_net_chain_trunk_delay.cpp.
References BoardChainBridging(), BOOST_CHECK_EQUAL(), DAISY_PCB, DEFAULT_PROPAGATION_DELAY_PS_PER_MM, CHAIN_TOPOLOGY::GetStatus(), CHAIN_TOPOLOGY::IsValid(), CHAIN_TOPOLOGY::NO_TERMINAL_PADS, and pcbIUScale.
|
static |
Definition at line 43 of file test_net_chain_trunk_delay.cpp.