Commit 00012c2d authored by Lucas Russo's avatar Lucas Russo

reset_synch: add missing rst signal to sensitivity list

parent 7cd84815
......@@ -50,7 +50,7 @@ begin
gen_pipe : if g_pipeline > 1 generate
-- Shift reg
p_rst_pipe : process (clk_i)
p_rst_pipe : process (clk_i, arst_n_i)
begin
if arst_n_i = '0' then
for i in 0 to g_pipeline-2 loop
......
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