I can't seem to get the EDA Floating point package to work with the Xilinx WebPack 5. I always get compile errors. One problem is it won't ever compile this line:
use ieee.std_logic_textio.all;
std_textio package is meant for simulation purposes only. Most of synthesis tools will ignore this package. In your case, you need to comment out the line to go thro' synthesis.
As far as floating points packages are concerned, I don't think they are supported either (....atleast as of now ).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.