1 #include "rules/rule.hpp"
2 #include "common/common.hpp"
9 json serialize()
const override;
11 std::string get_brief(
const class Block *block =
nullptr)
const override;
13 bool include_unnamed =
true;
A block is one level of hierarchy in the netlist.
Definition: block.hpp:26
Definition: rule_single_pin_net.hpp:5
a class to store JSON values
Definition: json.hpp:166