2#include "core/tool.hpp"
3#include "util/uuid_path.hpp"
4#include "nlohmann/json_fwd.hpp"
10 using ToolBase::ToolBase;
19 void from_json(
class Block &block,
const json &j);
20 bool is_valid()
const;
21 class Net *net =
nullptr;
25 std::vector<std::pair<Item, Item>> connections;
A block is one level of hierarchy in the netlist.
Definition block.hpp:29
A Component is an instanced Entity in a Block.
Definition component.hpp:40
Stores a sequence of up to 3 UUIDs.
Definition uuid_path.hpp:12
a class to store JSON values
Definition json.hpp:177
basic_json<> json
default JSON class
Definition json_fwd.hpp:62