2#include "core/tool.hpp"
7 using ToolBase::ToolBase;
10 bool merge_bus_net(
class Net *net,
class Bus *bus,
class Net *net_other,
class Bus *bus_other);
11 int merge_nets(
Net *net,
Net *into);
12 void merge_and_connect(
const std::set<UUID> &extra_junctions);
A Bus is used for grouping nets.
Definition bus.hpp:18