1 #include "rules/rule.hpp"
2 #include "common/common.hpp"
7 static const auto id = RuleID::SINGLE_PIN_NET;
8 RuleID get_id()
const override
15 json serialize()
const override;
17 std::string get_brief(
const class Block *block =
nullptr,
class IPool *pool =
nullptr)
const override;
19 bool include_unnamed =
true;
A block is one level of hierarchy in the netlist.
Definition: block.hpp:29
Definition: rule_single_pin_net.hpp:5
a class to store JSON values
Definition: json.hpp:177