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

Fixed bug

parent e49dba07
No related branches found
No related tags found
1 merge request!34Add functionality for multiple module types in a single image
Pipeline #6175419 failed
......@@ -74,7 +74,7 @@ begin
end if;
valid_event <= and_reduce(valid_event_array) and header_start;
if valid_event then
if valid_event = '1' then
histogram_input.valid <= '1';
histogram_input.data(11 downto 0) <= std_logic_vector(to_unsigned(stub_array(0).localx, 12));
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment