------------------------------------------------------------------------------- -- Copyright (c) 2011 Xilinx, Inc. -- All Rights Reserved ------------------------------------------------------------------------------- -- ____ ____ -- / /\/ / -- /___/ \ / Vendor : Xilinx -- \ \ \/ Version : 13.2 -- \ \ Application: XILINX CORE Generator -- / / Filename : ila64x4096.vhd -- /___/ /\ Timestamp : Wed Oct 05 11:23:49 Eastern Daylight Time 2011 -- \ \ / \ -- \___\/\___\ -- -- Design Name: VHDL Synthesis Wrapper ------------------------------------------------------------------------------- -- This wrapper is used to integrate with Project Navigator and PlanAhead LIBRARY ieee; USE ieee.std_logic_1164.ALL; ENTITY ila64x4096 IS port ( CONTROL: inout std_logic_vector(35 downto 0); CLK: in std_logic; DATA: in std_logic_vector(63 downto 0); TRIG0: in std_logic_vector(7 downto 0)); END ila64x4096; ARCHITECTURE ila64x4096_a OF ila64x4096 IS BEGIN END ila64x4096_a;