Horizon
src
schematic
rule_single_pin_net.hpp
1
#include "rules/rule.hpp"
2
#include "common/common.hpp"
3
4
namespace
horizon {
5
class
RuleSinglePinNet
:
public
Rule
{
6
public
:
7
RuleSinglePinNet
();
8
RuleSinglePinNet
(
const
json
&j);
9
json
serialize()
const override
;
10
11
std::string get_brief(
const
class
Block
*block =
nullptr
)
const override
;
12
13
bool
include_unnamed =
true
;
14
};
15
}
// namespace horizon
horizon::RuleSinglePinNet
Definition:
rule_single_pin_net.hpp:5
horizon::Rule
Definition:
rule.hpp:26
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