problem using HexImage (no feasible entry)

L

lapenta[

Guest
Hello,

ModelSim reports
No feasible entries for subprogram 'heximage'

At the top I've included:

use work.Image_Pkg.all;

which compiles fine.

In the code I'm trying to do a

HexImage( data )

for

variable data : unsigned( 15 downto 0 ) := (others => '0');

any ideas?

Thanks
Jason
 
lapenta[ wrote:

ModelSim reports
No feasible entries for subprogram 'heximage'
Your function argument does not
match the type(s) required by the packaged function.
Look at the package source for HexImage in Image_Pkg.vhd.
See also: http://groups.google.com/groups?q=to_hex+spivey

-- Mike Treseler
 

Welcome to EDABoard.com

Sponsor

Back
Top