Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chiselsim] Add ControlAPI w/ Waveform Enable/Disable Support #4779

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seldridge
Copy link
Member

@seldridge seldridge commented Mar 8, 2025

Add a missing ChiselSim ControlAPI. This currently only includes APIs to
enable and disalbe waveforms. This API was previously inaccessible
because you would need to get at an svsim Controller to use it.

Note: the enable/disable waveform APIs will have no effect unless the
simulator is compiled with waveform support.

Release Notes

Add ControlAPI to ChiselSim. This adds enableWaves and disableWaves functions. These functions require compiling a simulator with waveform support.

@seldridge seldridge added the Feature New feature, will be included in release notes label Mar 8, 2025
@seldridge seldridge force-pushed the dev/seldridge/stimulus-enable-disable-waves branch from 13e0e43 to 6e1fa37 Compare March 8, 2025 02:10
@seldridge seldridge changed the title [chiselsim] Add Enable/DisableWaves stimulus [chiselsim] Add Enable/DisableWaves control Mar 8, 2025
Add a missing ChiselSim ControlAPI.  This currently only includes APIs to
enable and disalbe waveforms.  This API was previously inaccessible
because you would need to get at an svsim Controller to use it.

Note: the enable/disable waveform APIs will have no effect unless the
simulator is compiled with waveform support.

Signed-off-by: Schuyler Eldridge <[email protected]>
@seldridge seldridge force-pushed the dev/seldridge/stimulus-enable-disable-waves branch from 6e1fa37 to 5e9d29c Compare March 8, 2025 03:10
@seldridge seldridge changed the title [chiselsim] Add Enable/DisableWaves control [chiselsim] Add ControlAPI, Waveform Enable/Disable Support Mar 8, 2025
@seldridge seldridge changed the title [chiselsim] Add ControlAPI, Waveform Enable/Disable Support [chiselsim] Add ControlAPI w/ Waveform Enable/Disable Support Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature, will be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant