soc/cores/jtag: Revert p_INIT since not tested.
This commit is contained in:
parent
10184ad325
commit
61ab30a739
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue