Skip to content
Snippets Groups Projects
Commit 5cbbffbd authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

added restart signal to sensitivity list to get rid of warning

parent 2181acda
No related branches found
No related tags found
1 merge request!118added a reverse word option to dp_block_from_mm and used it in
...@@ -95,7 +95,7 @@ BEGIN ...@@ -95,7 +95,7 @@ BEGIN
END IF; END IF;
END PROCESS; END PROCESS;
p_comb : PROCESS(r, in_sosi, recover_val) p_comb : PROCESS(r, in_sosi, recover_val, restart)
VARIABLE v : t_reg; VARIABLE v : t_reg;
BEGIN BEGIN
v := r; v := r;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment