Forum Discussion
Hello DKras4
Your question is very broad.
It would be easier to help you if your question was more specific.
What kind of project are you working on?
There is a manual at https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_fxp_mf.pdf for fixed point arithmatic with a lot of ip . However the standard IEEE vhdl libaries can also get you where you want depending on Your needs.
Best Regards,
Johi.
- DKras47 years ago
New Contributor
Hello,
In the fixed point user manual at the section "About IP cores" I can see that the target device is Arria 10 only and support only by PRO version of Quartus.
My target device is CYCLONE 5 and I am using Prime Standard version.
To be more specific :
1)Where I can find the Fix Point IPs in the IP catalog or Qsys of the Prime Standard edition?
2)Lets say I want to write function by myself that implement add/mult of the fix point numbers.
How can I do it?
Where I can get package that supports FIX point signed/unsigned numbers?
Thanks