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