rohd icon indicating copy to clipboard operation
rohd copied to clipboard

Expose & infer `name` on automations like `flop`, `cases`, `mux`, etc.

Open mkorbel1 opened this issue 4 months ago • 0 comments

Motivation

The underlying modules for some convenience functions like flop, cases, and mux have arguments for name, but the functions themselves do not. It would be nice to expose name as well.

Desired solution

Add name arguments to the convenience functions

Alternatives considered

No response

Additional details

Perhaps some additional work would be nice to construct some good guesses at default names, since these always only have 1 output.

mkorbel1 avatar Oct 03 '24 21:10 mkorbel1