Altera_Forum
Honored Contributor
10 years agoWhat 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 Je...