soc/integration/builder: call do_exit with vns when build is done.

This commit is contained in:
Florent Kermarrec 2019-09-10 12:41:05 +02:00
parent cb5f1467cf
commit 62f53d5035
1 changed files with 1 additions and 0 deletions

View File

@ -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