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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. germandj

    math_real problem with sin function

    Hi, I was checking a little bit the CORDIC algorithm, but on the math_real library it seems to be using it. Do you have an article where it explains how to use CORDIC on VHDL? Is there any library or something like it. Thank you
  2. germandj

    Multiplication-Accu into a for not working

    Hi guys, I'm working on a FIR Filter. On the code above, I'm doing a multiplication (*) of eight signals with a for and with an accumulator I'm doing the addition of every result. The for works to move the pointer of the array. I've checked several times the code, but on compilation it says...
  3. germandj

    VHDL serial multiplier

    If you´re trying to write a simple code, have you tried with "*" multiplier? With the library ieee.std_logic_unsigned.all you might use it. You could also convert the types from integer to any other types to use this function easily. Tell me if that would help you.
  4. germandj

    math_real problem with sin function

    Hi, I'm an Eng. Electronic trying to modulate a communication channel on VHDL. That's why I need to use the library math_real, but I'm having problems to use it. I declared to signals a,b as real to try to use the sin function as example. The simple code signal e,d: real; c <= sin(d); Gives...

Part and Inventory Search

Back
Top