Hi,
the following code :
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.numeric_std.ALL;
....
rnext.addr <= std_logic_vector(unsigned(rreg.addr) + 1);
....
yields the following error :
Line 140. Expression in type conversion to std_logic_vector has 3 possible
definitions in this scope, for example, UNSIGNED and UNSIGNED.
What can I do ?
Regards
Thorsten