From 61ab30a739ed267240ed41023b2c249c154eb122 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 28 Oct 2024 20:05:47 +0100 Subject: [PATCH] soc/cores/jtag: Revert p_INIT since not tested. --- litex/soc/cores/jtag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/cores/jtag.py b/litex/soc/cores/jtag.py index 4bd52c553c..0b8b09a787 100644 --- a/litex/soc/cores/jtag.py +++ b/litex/soc/cores/jtag.py @@ -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,