Skip to content
Snippets Groups Projects
Commit b49f40e3 authored by Lucas Russo's avatar Lucas Russo Committed by Maciej Lipinski
Browse files

gc_async_signals_input_stage: fix generation of deglitched pulse


Signed-off-by: default avatarMaciej Lipinski <maciej.lipinski@cern.ch>
parent 4100df70
No related merge requests found
......@@ -148,7 +148,7 @@ begin
if(signals_deglitched(i) = '1' and signals_deglitched_d1(i) = '0') then
signals_pulse_p1(i) <= '1';
else
signals_pulse_p1(i) <= '1';
signals_pulse_p1(i) <= '0';
end if;
signals_deglitched_d1(i) <= signals_deglitched(i);
end if;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment