Skip to content

Commit

Permalink
build/generic_platform: Fix jtag_support typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 23, 2023
1 parent 86cf240 commit 7617116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/build/generic_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def create_programmer(self):

@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:
Expand Down

0 comments on commit 7617116

Please sign in to comment.