Open mkorbel1 opened 1 month ago
A good example from ROHD is the TreeOfTwoInputModules: https://github.com/intel/rohd/blob/main/example/tree.dart
TreeOfTwoInputModules
Some sort of component like this would be useful in the component library.
Add a configurable tree component
No response
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.
List<Logic>
Motivation
A good example from ROHD is the
TreeOfTwoInputModules
: https://github.com/intel/rohd/blob/main/example/tree.dartSome 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