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 a way to run the Simulator "until" a certain time (without ending the simulation) #451

Open mkorbel1 opened 9 months ago

mkorbel1 commented 9 months ago

Motivation

Sometimes it might be helpful to run the simulator part of the way through, but then pause and perform some other activity.

Desired solution

Add a function to the Simulator, something perhaps like "Simulator.runUntil", or maybe an option to the existing Simulator.run.

Alternatives considered

No response

Additional details

No response