Guest
I am using
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_textio.all;
use std.textio.all;
in a testbench, I need the CONV_STD_LOGIC function of std_logic_arith
lib and the unsigned type of the numeric_std.all (the DUT has unsigned
signal from this), but when compiling it in Aldec riviera, I met the"
Ambiguous reference to type `UNSIGNED'" error. Could anybody can give
me a clue?
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_textio.all;
use std.textio.all;
in a testbench, I need the CONV_STD_LOGIC function of std_logic_arith
lib and the unsigned type of the numeric_std.all (the DUT has unsigned
signal from this), but when compiling it in Aldec riviera, I met the"
Ambiguous reference to type `UNSIGNED'" error. Could anybody can give
me a clue?