Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by geanni

  1. geanni

    what is wrong in this code?

    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...

Part and Inventory Search

Back
Top