process (CLK,RES,CEI,UP)
variable temp:integer;
begin
--if (CEI='0') then
-- OUTP<="0000";
--else
if (RES='1') then
-- OUTP<="0000";
if(UP='1') then
temp := 1;
else
temp := 0 ;
end if;
--temp<=UP;
else
if CLK'event and CLK='1' then...
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.