mirror of
https://github.com/Jimmy-Bots/Short-Term.git
synced 2026-04-11 04:15:49 +00:00
13 lines
295 B
VHDL
13 lines
295 B
VHDL
-- generated by newgenasym Thu Jul 15 13:45:59 2021
|
|
|
|
library ieee;
|
|
use ieee.std_logic_1164.all;
|
|
use work.all;
|
|
entity switch is
|
|
port (
|
|
\1\: INOUT STD_LOGIC;
|
|
\2\: INOUT STD_LOGIC;
|
|
\3\: INOUT STD_LOGIC;
|
|
\4\: INOUT STD_LOGIC);
|
|
end switch;
|