Skip to content

Commit

Permalink
targets/xilinx_zc706: typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Mar 29, 2024
1 parent 27dce96 commit a72f2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex_boards/targets/xilinx_zc706.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, sys_clk_freq=125e6,

# 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 --------------------------------------------------------------------------------------
Expand Down

0 comments on commit a72f2a2

Please sign in to comment.