rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Add a mechanism to reset all flops of a `Sequential`

Open mkorbel1 opened this issue 2 years ago • 0 comments

Motivation

"It's cumbersome and error prone to have to keep resetting flops I'm adding"

When creating lots of flops in a Sequential, often you want them all reset by the same reset signal. It would be convenient to make that an option.

Desired solution

An option in Sequential or a new type of sequential object that handles reset across all flops it creates.

Alternatives considered

Currently, each flop must be manually reset.

mkorbel1 avatar Jul 06 '22 21:07 mkorbel1