Skip to content
Snippets Groups Projects
Commit e49dba07 authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Fixed syntax error

parent 3b202eba
No related branches found
No related tags found
1 merge request!34Add functionality for multiple module types in a single image
Pipeline #6175396 failed
......@@ -72,7 +72,7 @@ begin
end if;
end loop;
end if;
valid_event <= and_reduce(valid_event_array) and headder_start;
valid_event <= and_reduce(valid_event_array) and header_start;
if valid_event then
histogram_input.valid <= '1';
......
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