Forum Discussion

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

vriable 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...