litex/soc/cores/jtag.py: lattice target: INIT -> init (otherwise fails with diamond)

This commit is contained in:
Gwenhael Goavec-Merou 2024-10-16 13:47:42 +02:00
parent ea81314866
commit 06f9f9780d
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class ECP5JTAG(LiteXModule):
new_tck = Signal()
self.specials += Instance("LUT4",
attr = {"keep"},
p_INIT = 2,
p_init = 2,
i_A = tck,
i_B = 0,
i_C = 0,