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

completed sensitivity lists

parent a5e08951
No related branches found
No related tags found
1 merge request!136Resolve L2SDP-431
...@@ -192,7 +192,7 @@ BEGIN ...@@ -192,7 +192,7 @@ BEGIN
END IF; END IF;
END PROCESS; END PROCESS;
p_control_packet_offload : PROCESS(r, gn_index, in_sosi, trigger, done, dp_header_info) p_control_packet_offload : PROCESS(r, gn_index, in_sosi, trigger, done, dp_header_info, selected_crosslet)
VARIABLE v: t_reg; VARIABLE v: t_reg;
BEGIN BEGIN
v := r; v := r;
......
...@@ -462,7 +462,7 @@ architecture str of wpfb_unit_dev is ...@@ -462,7 +462,7 @@ architecture str of wpfb_unit_dev is
begin begin
-- The complete input sosi arry is registered. -- The complete input sosi arry is registered.
comb : process(r, in_sosi_arr) comb : process(r, in_sosi_arr, dp_bsn_source_restart)
variable v : reg_type; variable v : reg_type;
begin begin
v := r; v := r;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment