From 5f281099571d5b0cc11804441651d89abe2d1763 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 26 Sep 2019 11:09:46 +1000 Subject: [PATCH] Don't reset JTAG request register asynchronously There's no point and it causes Vivado to spew a pile of warnings Signed-off-by: Benjamin Herrenschmidt --- dmi_dtm_xilinx.vhdl | 1 - 1 file changed, 1 deletion(-) diff --git a/dmi_dtm_xilinx.vhdl b/dmi_dtm_xilinx.vhdl index bab7ce8..6e47c56 100644 --- a/dmi_dtm_xilinx.vhdl +++ b/dmi_dtm_xilinx.vhdl @@ -222,7 +222,6 @@ begin begin if jtag_reset = '1' then shiftr <= (others => '0'); - request <= (others => '0'); jtag_req <= '0'; elsif rising_edge(jtag_clk) then