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

Update top/firmware/hdl/emp_payload.vhd

parent 33141cff
No related branches found
No related tags found
1 merge request!27Change criteria to 2 hits per module
Pipeline #4613573 passed
......@@ -308,7 +308,7 @@ pHistogram: process(clk_p)
begin
if rising_edge(clk_p) then
if stubs(0).valid = '1' and histogram_enable = '1' then
if stubs0).data(50) = '0' then
if stubs(0).data(50) = '0' then
hist_l0_0_stub <= stubs(0);
hist_l0_1_stub <= LWORD_NULL;
else
......
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