here's the libararies I'm using:
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.NUMERIC_STD.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
the signal:
signal CountTemp : std_logic_vector(15 downto 0);
and the report statement:
report "Actual CountTemp: " & integer'image(to_integer(unsigned(CountTemp)));
I'm recieving this error:
at 30 ns, Instance /TESTFILE_tb/ : Warning: NUMERIC_STD.TO_INTEGER: metavalue detected, returning 0