BIGFIX: For simu initialize delay value to 0
This commit is contained in:
@ -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')));
|
||||
|
||||
-- ----------------------------------------------------------------------------
|
||||
-- ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user