### 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_
Motivation
Constructing a DUT using
Module.buildor other time-consuming functions can be nice to run prior torunphase.Desired solution
Change
buildto returnFuture.Alternatives considered
No response
Additional details
No response