View Single Post
  #1 (permalink)  
Old 08-23-2006, 05:14 PM
Magne Munkejord
Guest
 
Posts: n/a
Default std.textio and ieee.std_logic_textio procedure overloading

Hi,

I have problems using both std.textio.all and ieee.std_logic_textio.all
When I try to compile ModelSim gives me an error: Subprogram 'write' is
ambiguous. Suitable definitions exist in packages 'std_logic_textio' and
'textio'.

When i take a look at source code for std_logic_textio it says:
-- Purpose: This package overloads the standard TEXTIO procedures
-- READ and WRITE.

This is exactly what I want it to do. Any tips how to make this happen?
Reply With Quote