View Single Post
  #2 (permalink)  
Old 07-25-2003, 04:04 PM
FE
Guest
 
Posts: n/a
Default Re: the textio lib and std_logic_textio

It's for simulation only. Not synthesisable.

regards
FE


"Pedro Claro" <[email protected]> wrote in message
news:[email protected] om...
> Greetings,
>
> Recently I tried to use the facilities that textio has for my project.
> I'm using Xilinx ISE 5.1 and strangely it appears that it complaints about
> the std_logic_textio. It says that it doesn't exist in library IEEE.
> I checked and the package is there. Of course I wrote in the top of my
> project, "use ieee.std_logic_textio.all". I thought "hhhmm, maybe Xilinx
> doesn't like the std_logic_textio, let's try the basic one: std.textio."
> This one Xilinx recognizes but then it gives me errors saying that it

doesn't
> recognize the commands: LINE, TEXT, etc... It feels like Xilinx knows that
> the package is there but doesn't use it.
>
> Btw, I tried to copy-paste the textio package in my own package but then
> it says that FILE is unsupported, and that ACCESS is unssoported.
>
> Any ideias how to solve this?
>
> Pedro Claro




Reply With Quote