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

11 lines
223 B
VHDL

-- generated by newgenasym Tue May 18 12:00:47 2010
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity CTAP is
port (
B: IN STD_LOGIC;
S: OUT STD_LOGIC);
end CTAP;