Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFloat to Fixed Point in FPGA
Hi there. I have DSP code in C with floating point, now I try to convert to FPGA to use fixed point. Can you guys show me how to do it? I did little research document from http://www.vh...
Altera_Forum
Honored Contributor
15 years agoIn terms of a general tool that converts C to verilog I never use them. You will need to do the conversion per the range(s) of your targets and aoid under/over representation. Conversion itself is very easy but the difficulty is knowing what the C code is doing.