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:26
A Component is an instanced Entity in a Block.
Definition: component.hpp:39
a class to store JSON values
Definition: json.hpp:166
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61