On Mar 12, 8:11 pm, "Nemesis" <gnemesis2...@gmail.com> wrote:
> Hi all,
> I'm experiencing a strange problem with Modelsim.
> I wrote a simple testbench that reads data from a file and puts them
> on a net.
> With thie commands readline(..,..) and read(..,..) importing
> std.texio.all. I used the same approach
> with two projects, in one case it is working correctly and in another
> case I get the error:
>
> No feasible entries for subprogram 'readline'.
> No feasible entries for subprogram 'read'.
>
> Where Am I wrong?
>
> Any hints?
Maybe you used std_logic data types in this new project? If so try
with:
use ieee.std_logic_textio.all;
If you still face issues, show us your exact code containing
readline
read
calls
Good Luck
Ajeetha, CVC
www.noveldv.com