rohd-vf
rohd-vf copied to clipboard
Change `build` to return `Future<void>`
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