2#include "common/common.hpp"
3#include "rules/rule.hpp"
8 static const auto id = RuleID::NET_TIES;
9 RuleID get_id()
const override
16 json serialize()
const override;
18 std::string get_brief(
const class Block *block =
nullptr,
class IPool *pool =
nullptr)
const override;
A block is one level of hierarchy in the netlist.
Definition block.hpp:29
Definition rule_net_ties.hpp:6
a class to store JSON values
Definition json.hpp:177