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 utility for "waiting" a certain amount of time in the Simulator. #450

Open mkorbel1 opened 9 months ago

mkorbel1 commented 9 months ago

Motivation

See https://github.com/intel/rohd/discussions/449

Desired solution

Add a function, probably like Simulator.wait, which returns a Future that completes after waiting the specified amount of time.

Alternatives considered

No response

Additional details

No response