rohd-vf icon indicating copy to clipboard operation
rohd-vf copied to clipboard

Change `build` to return `Future<void>`

Open mkorbel1 opened this issue 5 months ago • 0 comments

Motivation

Constructing a DUT using Module.build or other time-consuming functions can be nice to run prior to run phase.

Desired solution

Change build to return Future.

Alternatives considered

No response

Additional details

No response

mkorbel1 avatar Sep 08 '25 17:09 mkorbel1