My current project involves an address counter entity that outputs a 7-bit vector and that output (m) goes into a sine lookup table entity. So basically, I want m to be the x, and the output of the sine entity to be the y. But my issue lies in the entries for the lookup table. How do I turn the actual real values into std_logic_vectors?
For example, an entry's sine is 34.1326. How does that turn into a vector?