Commit 6ded333c authored by Tristan Gingold's avatar Tristan Gingold Committed by Tristan Gingold

rx_module: remove useless sensitivity

parent e07c65c3
......@@ -160,7 +160,7 @@ begin
-- | process section
-- +----------------------------------------------------------------------------
-- registers to remembe the type and fmt for the last received TLP
process(rst, clk)
process(clk)
begin
if rising_edge(clk) then
if rst = '1' then
......@@ -171,7 +171,7 @@ begin
end if;
end process;
process(rst, clk)
process(clk)
begin
if rising_edge(clk) then
if rst = '1' then
......
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