rohd
rohd copied to clipboard
Add async reset option for `FlipFlop`
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
Also add for flop
Should have either asyncReset, reset, or no reset, but not both.
Perhaps flop(clk, a, asyncReset: reset