Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

What it means ? 'left

Hi,

Could you explain to me the "left" of this code ?

signal reset : std_logic_vector(15 downto 0) := (others => '1');

reset <= reset(reset'left - 1 downto 0) & "0";

Thanks

Jennifer

2 Replies