Represent the netlist connectivity of an elaborated design.
Definition NetlistGraph.hpp:33
Definition Utilities.hpp:16
Definition NetlistSerializer.hpp:30
static constexpr int formatVersion
Definition NetlistSerializer.hpp:31
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.