Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EDA Floating Point Package and Xilinx WebPack

Status
Not open for further replies.

jrbennet

Programmer
Aug 6, 2003
1
US
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;

Has anybody else had this problem??

JRBennet
 
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 ).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top