Skip to content
Snippets Groups Projects
Commit ac7c5ca1 authored by Job van Wee's avatar Job van Wee
Browse files

Processed feedback.

parent 6abd0eba
No related branches found
No related tags found
1 merge request!238Resolve L2SDP-705
Pipeline #28685 passed
......@@ -57,17 +57,8 @@ BEGIN
-- check if the input data is valid bij doing a and operation on all of them
p_valid : PROCESS(in_sosi_arr) IS
out_valid <= func_dp_stream_arr_and(in_sosi_arr, "VALID");
VARIABLE valid : STD_LOGIC := '1';
BEGIN
valid := '1';
FOR I IN 0 TO g_nof_streams-1 LOOP
valid := valid AND in_sosi_arr(I).valid;
END LOOP;
out_valid <= valid;
END PROCESS;
out_bsn <= in_sosi_arr(0).bsn(c_dp_stream_bsn_w-1 DOWNTO 0);
......
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