intel / rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language.
https://intel.github.io/rohd-website
BSD 3-Clause "New" or "Revised" License
374 stars 67 forks source link

Add capabilities to transpose `LogicArray`s #427

Open mkorbel1 opened 11 months ago

mkorbel1 commented 11 months ago

Motivation

Sometimes it would be nice to be able to transpose an array. There may be other utilities as well worth adding.

Desired solution

Add utilities like transpose to LogicArray.

Alternatives considered

No response

Additional details

No response