Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git_vivado.py checkout fails with: KeyError: 'Linux' #17

Open
eliotstock opened this issue Mar 24, 2021 · 0 comments
Open

git_vivado.py checkout fails with: KeyError: 'Linux' #17

eliotstock opened this issue Mar 24, 2021 · 0 comments

Comments

@eliotstock
Copy link

On Ubuntu 20.04, running this from in the Arty-A7-35-GPIO project:

$python3 ./digilent-vivado-scripts/git_vivado.py checkout
Traceback (most recent call last):
  File "./digilent-vivado-scripts/git_vivado.py", line 106, in <module>
    config_settings = config[operating_system]
  File "/usr/lib/python3.8/configparser.py", line 960, in __getitem__
    raise KeyError(key)
KeyError: 'Linux'
artvvb added a commit that referenced this issue Apr 27, 2021
Issue #17 presents an error that occurs when only Vivado and not Vitis is installed. The check that was forcing this error was redundant anyway, as the xsct binary included in the Vitis install path is never used by the scripts, and was a holdover from when some Xilinx SDK suport was provided.
artvvb added a commit that referenced this issue Apr 27, 2021
Issue #17 presents an error that occurs when only Vivado and not Vitis is installed. The check that was forcing this error was redundant anyway, as the xsct binary included in the Vitis install path is never used by the scripts, and was a holdover from when some Xilinx SDK suport was provided.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant