change
NextPoint <= "0000000000000000";
case NextPoint is
when Bud = Rolval then
NextPoint <= point + sats;
else
if Bud /= Rolval then
NextPoint <= Point - sats;
end if
end if;
to
NextPoint <= "0000000000000000";
if Bud ==...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.