Commit 2f490c06 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wr_endpoint: ep_rx_early_address_match: fixed invalid clock line

parent 05d6a33a
......@@ -174,7 +174,7 @@ begin -- behavioral
p_gen_done : process(clk_rx_i)
begin
if rising_edge(clk_sys_i) then
if rising_edge(clk_rx_i) then
if rst_n_rx_i = '0' or snk_fab_i.sof = '1' then
done_int <= '0';
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment