Tubii_Tk2/Parts/parts/transistors/mpsh81/entity/vhdl.vhd
Eric Marzec ac5895baa3 Worked on translation schems and...
Something is wrong with the translation block symbol. I'm
gonna try and fix it without deleting everything but this commit
is just in case i fuck that up
2015-03-04 18:45:16 -05:00

12 lines
261 B
VHDL

-- generated by newgenasym Wed Mar 04 17:06:07 2015
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity mpsh81 is
port (
B: INOUT STD_LOGIC;
C: INOUT STD_LOGIC;
E: INOUT STD_LOGIC);
end mpsh81;