soc/integration/builder: update copyright, align arguments
This commit is contained in:
parent
98ae91ada5
commit
1d6ce66bf7
|
@ -5,6 +5,7 @@
|
||||||
# This file is Copyright (c) 2018 Sergiusz Bazanski <q3k@q3k.org>
|
# This file is Copyright (c) 2018 Sergiusz Bazanski <q3k@q3k.org>
|
||||||
# This file is Copyright (c) 2016-2017 Tim 'mithro' Ansell <mithro@mithis.com>
|
# This file is Copyright (c) 2016-2017 Tim 'mithro' Ansell <mithro@mithis.com>
|
||||||
# This file is Copyright (c) 2018 William D. Jones <thor0505@comcast.net>
|
# This file is Copyright (c) 2018 William D. Jones <thor0505@comcast.net>
|
||||||
|
# This file is Copyright (c) 2020 Xiretza <xiretza@xiretza.xyz>
|
||||||
# License: BSD
|
# License: BSD
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,9 +43,11 @@ class Builder:
|
||||||
software_dir = None,
|
software_dir = None,
|
||||||
include_dir = None,
|
include_dir = None,
|
||||||
generated_dir = None,
|
generated_dir = None,
|
||||||
compile_software=True, compile_gateware=True,
|
compile_software = True,
|
||||||
|
compile_gateware = True,
|
||||||
gateware_toolchain_path = None,
|
gateware_toolchain_path = None,
|
||||||
csr_json=None, csr_csv=None):
|
csr_json = None,
|
||||||
|
csr_csv = None):
|
||||||
self.soc = soc
|
self.soc = soc
|
||||||
|
|
||||||
# From Python doc: makedirs() will become confused if the path
|
# From Python doc: makedirs() will become confused if the path
|
||||||
|
|
Loading…
Reference in New Issue