mirror of
https://hub.allspice.io/AllSpice-Demos/Cadence-DeHDL-Demo.git
synced 2025-09-09 07:13:48 +00:00
12 lines
277 B
VHDL
12 lines
277 B
VHDL
-- generated by newgenasym Mon Oct 10 17:27:26 2016
|
|
|
|
library ieee;
|
|
use ieee.std_logic_1164.all;
|
|
use work.all;
|
|
entity \trans mosfet\ is
|
|
port (
|
|
D: INOUT STD_LOGIC;
|
|
G: INOUT STD_LOGIC;
|
|
S: INOUT STD_LOGIC);
|
|
end \trans mosfet\;
|