Skip to content

No Don't Cares in Window Rewriting #686

@04github

Description

@04github

The care set in window rewriting is obtained by complementing the truth table of the constant false (~tts[win.get_constant(false)]), indicating that there are no don't care conditions. Is this the expected behavior?

std::optional<index_list_t> operator()( TT const& target, TT const& care, iterator_type begin, iterator_type end, typename static_params::truth_table_storage_type const& tts, uint32_t max_size = std::numeric_limits<uint32_t>::max() )

return engine( tts[root], ~tts[win.get_constant( false )], divs.begin(), divs.end(), tts, mffc_size - 1 );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions