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

11 lines
231 B
VHDL

-- generated by newgenasym Mon Sep 13 13:45:22 2010
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity csmd1206 is
port (
A: IN STD_LOGIC;
B: OUT STD_LOGIC);
end csmd1206;