Horizon
src
board
rule_preflight_checks.hpp
1
#pragma once
2
#include "common/common.hpp"
3
#include "rules/rule.hpp"
4
5
namespace
horizon {
6
class
RulePreflightChecks
:
public
Rule
{
7
public
:
8
RulePreflightChecks
();
9
RulePreflightChecks
(
const
json
&j);
10
json
serialize()
const override
;
11
12
std::string get_brief(
const
class
Block
*block =
nullptr
)
const override
;
13
};
14
}
// namespace horizon
horizon::Rule
Definition:
rule.hpp:26
horizon::RulePreflightChecks
Definition:
rule_preflight_checks.hpp:6
horizon::Block
A block is one level of hierarchy in the netlist.
Definition:
block.hpp:26
nlohmann::basic_json
a class to store JSON values
Definition:
json.hpp:161
Generated by
1.8.16