Commit 71f76b73 authored by Dimitris Lampridis's avatar Dimitris Lampridis

hdl: add missing signal to sensitivity list

parent 32333315
......@@ -89,7 +89,7 @@ begin -- arch
end if;
end process p_write_config_regs;
p_read_config_regs : process(snk_config_i)
p_read_config_regs : process(config, snk_config_i)
begin
case to_integer(unsigned(snk_config_i.adr(9 downto 2))) is
when c_ADDR_CONFIG =>
......
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