Don't reset JTAG request register asynchronously
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 26 Sep 2019 01:09:46 +0000 (11:09 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Sep 2019 03:54:32 +0000 (13:54 +1000)
There's no point and it causes Vivado to spew a pile of warnings

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
dmi_dtm_xilinx.vhdl

index bab7ce8d3b7df72cb6d470838344c3ad6b7b5bda..6e47c569876c09ac84e0bad421eda422175a6754 100644 (file)
@@ -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