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

Trace for driver of a signal #465

Open quekyj opened 7 months ago

quekyj commented 7 months ago

Motivation

We need a mechanism to search for the driver of a signal.

Desired solution

When a user perform an [event] in the UI, it will show which driver is driving on this signal.

Alternatives considered

No response

Additional details

No response