Skip to content

Commit

Permalink
Don't reset JTAG request register asynchronously
Browse files Browse the repository at this point in the history
There's no point and it causes Vivado to spew a pile of warnings

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
ozbenh committed Sep 30, 2019
1 parent 48e6e71 commit 5f28109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dmi_dtm_xilinx.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f28109

Please sign in to comment.