Altera_Forum
Honored Contributor
13 years agovriable length counter
hello, im trying to do a simple morsecode : library ieee; use ieee.std_logic_1164.all; entity morse is port ( sw : in std_logic_vector(2 downto 0); e : in std_logic; clock : i...