devika v kurup
Newbie level 6
- Joined
- May 23, 2011
- Messages
- 11
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,303
- Location
- India/Kerala
- Activity points
- 1,383
SINE and COSINE calculations using CORDIC Algorithm
Hai,
I am new in this world of fpga. I am trying to code cordic algorithm in vhdl. i want to divide a signed number by a power of 2. i know it can be implement using a shift operation. i searched about syntax of arithmetic shift and got
<signed_sig> sra <shift_amount_in_integer>.
is this a correct one?
please give me an example
- - - Updated - - -
anyone used OpenCore cordic core successfully?
Hai,
I am new in this world of fpga. I am trying to code cordic algorithm in vhdl. i want to divide a signed number by a power of 2. i know it can be implement using a shift operation. i searched about syntax of arithmetic shift and got
<signed_sig> sra <shift_amount_in_integer>.
is this a correct one?
please give me an example
- - - Updated - - -
anyone used OpenCore cordic core successfully?