Gast
#902239
Bei der Ausführung einer Testbench erhalte ich folgende Warnings: Starting static elaboration WARNING:HDLCompiler:746 - "N:/K.31/rtf/vhdl/src/ieee/numeric_std.vhd" Line 867. Range is empty (null range) WARNING:HDLCompiler:746 - "N:/K.31/rtf/vhdl/src/ieee/numeric_std.vhd" Line 868. Range is empty (null range) Completed static elaboration Fuse Memory Usage: 55804 Kb Fuse CPU Usage: 483 ms In den Zeilen der numeric_std.vhd steht folgendes: -- null range array constants constant NAU: UNSIGNED(0 downto 1) := (others => '0'); constant NAS: SIGNED(0 downto 1) := (others => '0'); 0 downto 1 ? Kann das stimmen ? Danke