URL
https://opencores.org/ocsvn/vtach/vtach/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
2 |
wd5gnr |
-------------------------------------------------------------------------------
|
2 |
|
|
-- Copyright (c) 2013 Xilinx, Inc.
|
3 |
|
|
-- All Rights Reserved
|
4 |
|
|
-------------------------------------------------------------------------------
|
5 |
|
|
-- ____ ____
|
6 |
|
|
-- / /\/ /
|
7 |
|
|
-- /___/ \ / Vendor : Xilinx
|
8 |
|
|
-- \ \ \/ Version : 13.2
|
9 |
|
|
-- \ \ Application: Xilinx CORE Generator
|
10 |
|
|
-- / / Filename : ila_pro_0.vho
|
11 |
|
|
-- /___/ /\ Timestamp : Sun May 19 09:51:22 CDT 2013
|
12 |
|
|
-- \ \ / \
|
13 |
|
|
-- \___\/\___\
|
14 |
|
|
--
|
15 |
|
|
-- Design Name: ISE Instantiation template
|
16 |
|
|
-- Component Identifier: xilinx.com:ip:chipscope_ila:1.04.a
|
17 |
|
|
-------------------------------------------------------------------------------
|
18 |
|
|
-- The following code must appear in the VHDL architecture header:
|
19 |
|
|
|
20 |
|
|
------------- Begin Cut here for COMPONENT Declaration ------ COMP_TAG
|
21 |
|
|
component ila_pro_0
|
22 |
|
|
PORT (
|
23 |
|
|
CONTROL : INOUT STD_LOGIC_VECTOR(35 DOWNTO 0);
|
24 |
|
|
CLK : IN STD_LOGIC;
|
25 |
|
|
TRIG0 : IN STD_LOGIC_VECTOR(8 DOWNTO 0));
|
26 |
|
|
|
27 |
|
|
end component;
|
28 |
|
|
|
29 |
|
|
-- COMP_TAG_END ------ End COMPONENT Declaration ------------
|
30 |
|
|
-- The following code must appear in the VHDL architecture
|
31 |
|
|
-- body. Substitute your own instance name and net names.
|
32 |
|
|
------------- Begin Cut here for INSTANTIATION Template ----- INST_TAG
|
33 |
|
|
|
34 |
|
|
your_instance_name : ila_pro_0
|
35 |
|
|
port map (
|
36 |
|
|
CONTROL => CONTROL,
|
37 |
|
|
CLK => CLK,
|
38 |
|
|
TRIG0 => TRIG0);
|
39 |
|
|
|
40 |
|
|
-- INST_TAG_END ------ End INSTANTIATION Template ------------
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.