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
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