Tubii_Tk2/Parts/parts/transistors/mrf5943/entity/vhdl.vhd
2015-02-27 19:09:38 -05:00

12 lines
263 B
VHDL

-- generated by newgenasym Tue May 18 12:06:22 2010
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity MRF5943 is
port (
B: IN STD_LOGIC;
C: INOUT STD_LOGIC;
E: INOUT STD_LOGIC);
end MRF5943;