Forum Discussion
Altera_Forum
Honored Contributor
14 years agoArithmetics in VHDL
Hi, I need to implement some arithmetic functions in an FPGA (which I never done before) and I have a few questions. I'm currently using a Cyclone IV E dev kit, the actual design will use either C...
Altera_Forum
Honored Contributor
14 years agoThanks for your help.
1. How should I calculate the tangent? Is there a special function for it? I couldn't find a tan megafunction. 2. As you said megafunctions has fixed latency specified by clock cycles - does that mean that I have to "manually" count clock cycles and then read the output?