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 the ability to configure WaveDumper to ignore internal signals #323

Open chykon opened 1 year ago

chykon commented 1 year ago

Motivation

The presence of internal signals in the WaveDumper output can interfere with black box debugging (when only input/output ports is evaluated).

Desired solution

Add the ability to configure WaveDumper to ignore internal signals.

Alternatives considered

No response

Additional details

No response

mkorbel1 commented 1 year ago

This is a great suggestion, thanks! It could really save a lot of performance on wave dumping, as well.