M
Martin Maurer
Guest
Hello,
i have a counter which is 27 bit long.
signal counter : STD_LOGIC_VECTOR(26 downto 0);
Is there a "better" way to reset than counter <= "00000000...00000" ?
Something like counter <= 0 (26 downto 0) or counter <= 0 ?
Regards,
Martin
i have a counter which is 27 bit long.
signal counter : STD_LOGIC_VECTOR(26 downto 0);
Is there a "better" way to reset than counter <= "00000000...00000" ?
Something like counter <= 0 (26 downto 0) or counter <= 0 ?
Regards,
Martin