Skip to content

Inferred latches #3034

@dxur

Description

@dxur

Clash do not prevent creating latches in combinational circuits by using infinite recursion

latch clk d = q
  where
    q = if clk then d else q

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions