From cb16c7401e453a922a46450f6c0e8ceccef3fbd5 Mon Sep 17 00:00:00 2001 From: Jonathan Hargreaves <hargreaves@astron.nl> Date: Tue, 12 Jun 2018 09:45:43 +0000 Subject: [PATCH] Add offset signal to sensitivity list --- libraries/base/dp/src/vhdl/dp_counter_func_single.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/dp/src/vhdl/dp_counter_func_single.vhd b/libraries/base/dp/src/vhdl/dp_counter_func_single.vhd index c4c953e349..1b14612f8e 100644 --- a/libraries/base/dp/src/vhdl/dp_counter_func_single.vhd +++ b/libraries/base/dp/src/vhdl/dp_counter_func_single.vhd @@ -86,7 +86,7 @@ BEGIN -------------------------------------------------------------------------------- -- Combinational logic -------------------------------------------------------------------------------- - p_comb : PROCESS(rst, r, count_en, check_max) + p_comb : PROCESS(rst, r, count_en, check_max, count_offset) VARIABLE v : t_reg; BEGIN v := r; -- GitLab