2 #include "nlohmann/json_fwd.hpp" 3 #include "pool/unit.hpp" 4 #include "util/uuid.hpp" 5 #include "util/uuid_provider.hpp" 6 #include "util/uuid_ptr.hpp" 11 #include "net_class.hpp" 21 virtual UUID get_uuid()
const;
24 bool is_power =
false;
26 enum class PowerSymbolStyle { GND, EARTH, DOT, ANTENNA };
27 PowerSymbolStyle power_symbol_style = PowerSymbolStyle::GND;
28 bool power_symbol_name_visible =
true;
32 bool diffpair_master =
false;
35 bool is_power_forced =
false;
36 bool is_bussed =
false;
37 unsigned int n_pins_connected = 0;
38 bool has_bus_rippers =
false;
39 json serialize()
const;
40 bool is_named()
const;
a class to store JSON values
Definition: json.hpp:161
Interface for objects that have a UUID.
Definition: uuid_provider.hpp:9
A block is one level of hierarchy in the netlist.
Definition: block.hpp:26
Definition: uuid_ptr.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61