mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/xilinx_zc706: typo...
This commit is contained in:
parent
27dce96bf8
commit
a72f2a2e68
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class BaseSoC(SoCCore):
|
|||
|
||||
# When nor jtagbone, nor etherbone are set forces jtagbone.
|
||||
kwargs["uart_name"] = "crossover"
|
||||
if kwargs["with_jtagbone"] or with_etherbone:
|
||||
if not (kwargs["with_jtagbone"] or with_etherbone):
|
||||
kwargs["with_jtagbone"] = True
|
||||
|
||||
# CRG --------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue