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

14 lines
301 B
VHDL

-- generated by newgenasym Mon Jul 14 17:35:55 2014
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity f07 is
generic (
size:positive:= 1
);
port (
A: IN STD_LOGIC_VECTOR (size-1 DOWNTO 0);
Y: OUT STD_LOGIC);
end f07;