BIGFIX: For simu initialize delay value to 0

This commit is contained in:
2019-12-13 14:34:37 +01:00
parent 83a4435e41
commit 0d6457cb77

View File

@ -112,8 +112,8 @@ architecture rtl of evr320_tmem is
-- event pulse config
signal evr_puls_width_cfg_s : typ_arr_width;
signal evr_puls_delay_cfg_s : typ_arr_delay;
signal evr_puls_width_cfg_s : typ_arr_width :=((others=>(others=>'0')));
signal evr_puls_delay_cfg_s : typ_arr_delay :=((others=>(others=>'0')));
-- ----------------------------------------------------------------------------
-- ----------------------------------------------------------------------------