soc/integration/builder: call do_exit with vns when build is done.
This commit is contained in:
parent
cb5f1467cf
commit
62f53d5035
|
@ -194,6 +194,7 @@ class Builder:
|
|||
kwargs["run"] = self.compile_gateware
|
||||
vns = self.soc.build(build_dir=os.path.join(self.output_dir, "gateware"),
|
||||
toolchain_path=toolchain_path, **kwargs)
|
||||
self.soc.do_exit(vns=vns)
|
||||
return vns
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue