Tubii_Tk2/Parts/parts/ecl/10e016/entity/vhdl.vhd
2015-02-27 19:09:38 -05:00

17 lines
475 B
VHDL

-- generated by newgenasym Mon Oct 4 14:19:14 2010
library ieee;
use ieee.std_logic_1164.all;
use work.all;
entity \10e016\ is
port (
\ce*\: IN STD_LOGIC;
CLK: IN STD_LOGIC;
MR: IN STD_LOGIC;
P: IN STD_LOGIC_VECTOR (7 DOWNTO 0);
\pe*\: IN STD_LOGIC;
Q: OUT STD_LOGIC_VECTOR (7 DOWNTO 0);
\tc*\: OUT STD_LOGIC;
TCLD: IN STD_LOGIC);
end \10e016\;