Skip to content

Commit

Permalink
litex/soc/cores/jtag.py: lattice target: INIT -> init (otherwise fail…
Browse files Browse the repository at this point in the history
…s with diamond)
  • Loading branch information
trabucayre committed Oct 16, 2024
1 parent ea81314 commit 06f9f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/cores/jtag.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def __init__(self, tck_delay_luts=8):
new_tck = Signal()
self.specials += Instance("LUT4",
attr = {"keep"},
p_INIT = 2,
p_init = 2,
i_A = tck,
i_B = 0,
i_C = 0,
Expand Down

0 comments on commit 06f9f97

Please sign in to comment.