Represent the netlist connectivity of an elaborated design.
Definition NetlistGraph.hpp:44
Definition Utilities.hpp:16
Definition NetlistSerializer.hpp:31
static constexpr int formatVersion
Definition NetlistSerializer.hpp:32
static void deserialize(std::string_view json, NetlistGraph &graph)
static auto serialize(NetlistGraph const &graph) -> std::string
Serialise graph to a pretty-printed JSON string.