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
370 stars 65 forks source link

Hierarchy Viewer need to click refresh button and then click on the signal to refresh the value #462

Open quekyj opened 6 months ago

quekyj commented 6 months ago

Motivation

The experience of using the hierarchy viewer is not seamless. The signal updating is not auto, user need to manually click on the refresh button and click again the signals to provide update.

Desired solution

The signals should auto-refresh when user click resume in the debugger.

Alternatives considered

No response

Additional details

No response