|
HAL
|
This is the complete list of members for hal::StateComponent, including all inherited members.
| ComponentType enum name | hal::GateTypeComponent | |
| convert_to() | hal::GateTypeComponent | inline |
| convert_to() const | hal::GateTypeComponent | inline |
| create_ff_component(std::unique_ptr< GateTypeComponent > component, const BooleanFunction &next_state_bf, const BooleanFunction &clock_bf) | hal::GateTypeComponent | static |
| create_init_component(const std::string &init_category, const std::vector< std::string > &init_identifiers) | hal::GateTypeComponent | static |
| create_latch_component(std::unique_ptr< GateTypeComponent > component) | hal::GateTypeComponent | static |
| create_lut_component(std::unique_ptr< GateTypeComponent > component, bool init_ascending) | hal::GateTypeComponent | static |
| create_mac_component() | hal::GateTypeComponent | static |
| create_ram_component(std::unique_ptr< GateTypeComponent > component, const u32 bit_size) | hal::GateTypeComponent | static |
| create_ram_port_component(std::unique_ptr< GateTypeComponent > component, const std::string &data_group, const std::string &addr_group, const BooleanFunction &clock_bf, const BooleanFunction &enable_bf, bool is_write) | hal::GateTypeComponent | static |
| create_state_component(std::unique_ptr< GateTypeComponent > component, const std::string &state_identifier, const std::string &neg_state_identifier) | hal::GateTypeComponent | static |
| get_component(const std::function< bool(const GateTypeComponent *)> &filter=nullptr) const | hal::GateTypeComponent | |
| get_component_as(const std::function< bool(const GateTypeComponent *)> &filter=nullptr) | hal::GateTypeComponent | inline |
| get_components(const std::function< bool(const GateTypeComponent *)> &filter=nullptr) const override | hal::StateComponent | virtual |
| get_neg_state_identifier() const | hal::StateComponent | |
| get_state_identifier() const | hal::StateComponent | |
| get_type() const override | hal::StateComponent | virtual |
| is_class_of(const GateTypeComponent *component) | hal::StateComponent | static |
| set_neg_state_identifier(const std::string &neg_state_identifier) | hal::StateComponent | |
| set_state_identifier(const std::string &state_identifier) | hal::StateComponent | |
| StateComponent(std::unique_ptr< GateTypeComponent > component, const std::string &state_identifier, const std::string &neg_state_identifier) | hal::StateComponent | |
| ~GateTypeComponent()=default | hal::GateTypeComponent | virtual |