G
G Iveco
Guest
Hi, there:
I am getting a long list of this warning in my simulations ocurring at 0ps.
Code segments is down below.
Other simulation results are unaffected.
How do I remove this warning?
Thanks in advance!
# ** Warning: NUMERIC_STD.">": metavalue detected, returning FALSE
# Time: 0 ps Iteration: 1 Instance: /conv_vit_sim/i_vitb_dec/i_aem_0
library IEEE;
use IEEE.numeric_std.all;
use IEEE.std_logic_1164.all;
....
signal tmp_aem_0, tmp_aem_1, tmp_aem_2, tmp_aem_3 : unsigned(BW_AEM-1 downto
0);
....
cmp_u <= '1' when (tmp_aem_0 <= tmp_aem_1) else '0';
cmp_l <= '1' when (tmp_aem_2 <= tmp_aem_3) else '0';
I am getting a long list of this warning in my simulations ocurring at 0ps.
Code segments is down below.
Other simulation results are unaffected.
How do I remove this warning?
Thanks in advance!
# ** Warning: NUMERIC_STD.">": metavalue detected, returning FALSE
# Time: 0 ps Iteration: 1 Instance: /conv_vit_sim/i_vitb_dec/i_aem_0
library IEEE;
use IEEE.numeric_std.all;
use IEEE.std_logic_1164.all;
....
signal tmp_aem_0, tmp_aem_1, tmp_aem_2, tmp_aem_3 : unsigned(BW_AEM-1 downto
0);
....
cmp_u <= '1' when (tmp_aem_0 <= tmp_aem_1) else '0';
cmp_l <= '1' when (tmp_aem_2 <= tmp_aem_3) else '0';