Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

"ARCTAN" Function's Issue

Hi bros, this is my VHDL code to implement an "ARCTAN" function: -- This is my code -- LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.MATH_REAL.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; ...