HAL
hal::LatchComponent Member List

This is the complete list of members for hal::LatchComponent, including all inherited members.

ComponentType enum namehal::GateTypeComponent
convert_to()hal::GateTypeComponentinline
convert_to() consthal::GateTypeComponentinline
create_ff_component(std::unique_ptr< GateTypeComponent > component, const BooleanFunction &next_state_bf, const BooleanFunction &clock_bf)hal::GateTypeComponentstatic
create_init_component(const std::string &init_category, const std::vector< std::string > &init_identifiers)hal::GateTypeComponentstatic
create_latch_component(std::unique_ptr< GateTypeComponent > component)hal::GateTypeComponentstatic
create_lut_component(std::unique_ptr< GateTypeComponent > component, bool init_ascending)hal::GateTypeComponentstatic
create_mac_component()hal::GateTypeComponentstatic
create_ram_component(std::unique_ptr< GateTypeComponent > component, const u32 bit_size)hal::GateTypeComponentstatic
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::GateTypeComponentstatic
create_state_component(std::unique_ptr< GateTypeComponent > component, const std::string &state_identifier, const std::string &neg_state_identifier)hal::GateTypeComponentstatic
get_async_reset_function() consthal::LatchComponent
get_async_set_function() consthal::LatchComponent
get_async_set_reset_behavior() consthal::LatchComponent
get_component(const std::function< bool(const GateTypeComponent *)> &filter=nullptr) consthal::GateTypeComponent
get_component_as(const std::function< bool(const GateTypeComponent *)> &filter=nullptr)hal::GateTypeComponentinline
get_components(const std::function< bool(const GateTypeComponent *)> &filter=nullptr) const overridehal::LatchComponentvirtual
get_data_in_function() consthal::LatchComponent
get_enable_function() consthal::LatchComponent
get_type() const overridehal::LatchComponentvirtual
is_class_of(const GateTypeComponent *component)hal::LatchComponentstatic
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()=defaulthal::GateTypeComponentvirtual