3 #include "util/uuid_path.hpp"
4 #include "nlohmann/json_fwd.hpp"
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;
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61
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
Where Tools and and documents meet.
Definition: core.hpp:240
a class to store JSON values
Definition: json.hpp:161