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

ROHD Module Hierarchy and Signals Visualization (Flutter UI) #435

Closed quekyj closed 8 months ago

quekyj commented 11 months ago

Description & Motivation

Added ROHD Devtool extension. This PR introduce new feature for ROHD design to trace for module hierarchy and signals in flutter UI.

Related Issue(s)

https://github.com/intel/rohd/discussions/418 https://github.com/intel/rohd/discussions/125

Testing

Not yet added test.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Nope.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Yes, included for public documentation.