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

14 lines
330 B
VHDL

-- generated by newgenasym Wed Aug 20 16:01:43 2014
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity hct04 is
generic (
size:positive:= 1
);
port (
A: IN STD_LOGIC_VECTOR (size-1 DOWNTO 0);
\y*\: OUT STD_LOGIC_VECTOR (size-1 DOWNTO 0));
end hct04;