This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library IEEE; | |
use IEEE.std_logic_1164.all; | |
entity morse is | |
port | |
( | |
-- Input ports | |
clk : in std_logic; | |
message : in std_logic; | |
ss : in std_logic; |