Closed
Description
The UnusedMustUse warnings rely on the garbage-collector and are therefore are emitted at the termination of the python script. This is quite unfortunate when one is using nmigen to execute the build plan because one has to wait for the (long-running) toolchain to finish before obvious bugs are pointed out.