Skip to content
Snippets Groups Projects
Commit 324905af authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Remove duplicate signals in sensistivity list.

parent 0ca699cf
No related branches found
No related tags found
1 merge request!429Resolve L2SDP-1079
...@@ -367,7 +367,7 @@ begin ...@@ -367,7 +367,7 @@ begin
-- cycles, but for timing closure it is preferred to use r.enable. -- cycles, but for timing closure it is preferred to use r.enable.
-- Verify out_enable -- Verify out_enable
p_expected_out_enable : process(ctrl_enable, in_sosi, ctrl_start_bsn, ctrl_enable_evt, out_enable_cnt, ctrl_enable, in_sosi, ctrl_start_bsn) p_expected_out_enable : process(ctrl_enable, in_sosi, ctrl_start_bsn, ctrl_enable_evt, out_enable_cnt)
begin begin
-- Default -- Default
expected_out_enable_comb <= '0'; expected_out_enable_comb <= '0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment