rohd
rohd copied to clipboard
Add a utility for "waiting" a certain amount of time in the Simulator.
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