mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/efinity: Update to 2022.1.226.
This commit is contained in:
parent
84db6a0b3a
commit
24cfbd8d67
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class EfinityToolchain(GenericToolchain):
|
|||
root.attrib["xmlns:efx"] = "http://www.efinixinc.com/enf_proj"
|
||||
root.attrib["name"] = self._build_name
|
||||
root.attrib["location"] = str(pathlib.Path().resolve())
|
||||
root.attrib["sw_version"] = "2021.1.165.2.19" # TODO: read it from sw_version.txt
|
||||
root.attrib["sw_version"] = "2022.1.226" # TODO: read it from sw_version.txt
|
||||
root.attrib["last_change_date"] = f"Date : {now.strftime('%Y-%m-%d %H:%M')}"
|
||||
|
||||
# Add Device.
|
||||
|
|
Loading…
Reference in a new issue