vio123
-
vio123 started the topic ../packages/RandomPkg.vhd(92): Range 0 downto 1 is null in the forum OSVVM 11 years, 11 months ago
Hi all,from RandomPkg.vhd ref.: 2.1* constant NULL_INTV : integer_vector (0 downto 1) := (others => 0);Modelsim gives ** Warning: [3] ../packages/RandomPkg.vhd(92): (vcom-1246) Range 0 downto 1 is nullNULL_INTV is used as init value, but why with this empty range ?Bug, Feature ?