You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be used for tree-based common reduction operations, for example bitwise or/and/xor across a List<Logic> where each element is multiple bits.
Motivation
A good example from ROHD is the
TreeOfTwoInputModules
:https://github.com/intel/rohd/blob/main/example/tree.dart
Some sort of component like this would be useful in the component library.
Desired solution
Add a configurable tree component
Alternatives considered
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: