2 #include "common/common.hpp"
3 #include "rules/rule.hpp"
4 #include "rules/rule_match.hpp"
9 static const auto id = RuleID::TRACK_WIDTH;
10 RuleID get_id()
const override
19 json serialize()
const;
28 json serialize()
const override;
30 std::string get_brief(
const class Block *block =
nullptr,
class IPool *pool =
nullptr)
const override;
31 bool is_match_all()
const override;
32 bool can_export()
const override;
35 std::map<int, Widths> widths;
A block is one level of hierarchy in the netlist.
Definition: block.hpp:29
Definition: rule_match.hpp:8
Definition: rule_track_width.hpp:15
Definition: rule_track_width.hpp:7
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
a class to store JSON values
Definition: json.hpp:177
zip_uint64_t uint64_t
zip_uint64_t_t typedef.
Definition: zip.hpp:108