mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/integration/builder: call do_exit with vns when build is done.
This commit is contained in:
parent
cb5f1467cf
commit
62f53d5035
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ class Builder:
|
||||||
kwargs["run"] = self.compile_gateware
|
kwargs["run"] = self.compile_gateware
|
||||||
vns = self.soc.build(build_dir=os.path.join(self.output_dir, "gateware"),
|
vns = self.soc.build(build_dir=os.path.join(self.output_dir, "gateware"),
|
||||||
toolchain_path=toolchain_path, **kwargs)
|
toolchain_path=toolchain_path, **kwargs)
|
||||||
|
self.soc.do_exit(vns=vns)
|
||||||
return vns
|
return vns
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue