Skip to content

Instantly share code, notes, and snippets.

@PixelWeaver
PixelWeaver / SauvezLesMorses.vhdl
Created April 30, 2017 08:38
Sauvez Les Morses
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;