|
HAL
|
This is the complete list of members for hal::LatchComponent, 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_async_reset_function() const | hal::LatchComponent | |
| get_async_set_function() const | hal::LatchComponent | |
| get_async_set_reset_behavior() const | hal::LatchComponent | |
| 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::LatchComponent | virtual |
| get_data_in_function() const | hal::LatchComponent | |
| get_enable_function() const | hal::LatchComponent | |
| get_type() const override | hal::LatchComponent | virtual |
| is_class_of(const GateTypeComponent *component) | hal::LatchComponent | static |
| LatchComponent(std::unique_ptr< GateTypeComponent > component) | hal::LatchComponent | |
| set_async_reset_function(const BooleanFunction &async_reset_bf) | hal::LatchComponent | |
| set_async_set_function(const BooleanFunction &async_set_bf) | hal::LatchComponent | |
| set_async_set_reset_behavior(AsyncSetResetBehavior behav_state, AsyncSetResetBehavior behav_neg_state) | hal::LatchComponent | |
| set_data_in_function(const BooleanFunction &data_in_bf) | hal::LatchComponent | |
| set_enable_function(const BooleanFunction &enable_bf) | hal::LatchComponent | |
| ~GateTypeComponent()=default | hal::GateTypeComponent | virtual |