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 Chriss Miller 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 kutuev

  1. kutuev

    DCT Convertor

    Hi! I have a the following trouble: I have to design a DCT (discrete cosine transformation) Convertor in ALtera MAX+PlusII, using VHDL. Trouble is that this tool can't perform any floating point operations, but discrete cosine transmormation require many of it. Can anybody help me to bypass this...
  2. kutuev

    Multiplying 2 real values

    Hello! I'm not sure that it is a simulator problem. Tell me please - would it work: entity mult is port( in1 : in real; in2 : in real; out1 : out real ); end entity mult; architecture beh of mult is begin out1 <= in1*in2; end of architecture beh; I think, it will not...
  3. kutuev

    Multiplying 2 real values

    Hello! Tell me please, how can I multiply two REAL values. When I tried, compiler said that there is an error with supporting floating point format. Thanks. Ilya

Part and Inventory Search

Back
Top