mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
builder: enable bios compilation on zynq
This commit is contained in:
parent
76148c4930
commit
6705972713
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class Builder:
|
|||
self.soc.platform.output_dir = self.output_dir
|
||||
|
||||
# Check if BIOS is used and add software package if so.
|
||||
with_bios = self.soc.cpu_type not in [None, "zynq7000", "eos-s3", 'gowin_emcu']
|
||||
with_bios = self.soc.cpu_type not in [None, "eos-s3", 'gowin_emcu']
|
||||
if with_bios:
|
||||
self.add_software_package("bios")
|
||||
|
||||
|
|
Loading…
Reference in a new issue