0
mirror of https://github.com/Jimmy-Bots/Short-Term.git synced 2026-03-28 03:09:58 +00:00
2021-07-20 16:39:56 +08:00

14 lines
331 B
VHDL

-- generated by newgenasym Thu Jul 15 19:04:37 2021
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity socket5 is
port (
\+5v\: INOUT STD_LOGIC;
\3v3\: INOUT STD_LOGIC;
GND: INOUT STD_LOGIC;
RXD: INOUT STD_LOGIC;
TXD: INOUT STD_LOGIC);
end socket5;