mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/generic_platform: Fix jtag_support typo.
This commit is contained in:
parent
86cf24023d
commit
5a217528a4
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ class GenericPlatform:
|
|||
|
||||
@property
|
||||
def jtag_support(self):
|
||||
if isinstance(self._jtag_support, str):
|
||||
if isinstance(self._jtag_support, bool):
|
||||
return self._jtag_support
|
||||
else:
|
||||
for dev in self._jtag_support:
|
||||
|
|
Loading…
Reference in a new issue