rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Add async reset option for `FlipFlop`

Open mkorbel1 opened this issue 2 years ago • 2 comments

Motivation

In addition to #69, it would be nice to be able to use an async reset on the flop.

Desired solution

Add a way to configure the flop to reset using async reset. Perhaps a separate named argument for asyncReset?

Alternatives considered

No response

Additional details

No response

mkorbel1 avatar Apr 04 '23 16:04 mkorbel1

Also add for flop

mkorbel1 avatar Sep 28 '23 22:09 mkorbel1

Should have either asyncReset, reset, or no reset, but not both.

Perhaps flop(clk, a, asyncReset: reset

mkorbel1 avatar Sep 28 '23 22:09 mkorbel1