Skip to content

On reset, the design might not get any clocks while reset is asserted #3

@MichaelBell

Description

@MichaelBell

When you press the reset button, ttcontrol sends a short reset pulse.

However, many designs don't use async reset, so they will miss the reset if running at a slow frequency or clcoking manually.

I'm not sure of the best fix, but one option would be to make the reset button toggle reset on and off instead of a single pulse - then you could clock it manually if required.

Alternatively the reset could automatically send some clocks if the clock is stopped, or sleep for a long enough time for a couple of clocks to happen if the clock is running.

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