OpenCores
URL https://opencores.org/ocsvn/vtach/vtach/trunk

Subversion Repositories vtach

[/] [vtach/] [trunk/] [_ngo/] [cs_icon_pro/] [icon_pro.vho] - Blame information for rev 2

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   : icon_pro.vho
11
-- /___/   /\     Timestamp  : Sun May 19 09:50:10 CDT 2013
12
-- \   \  /  \
13
--  \___\/\___\
14
--
15
-- Design Name: ISE Instantiation template
16
-- Component Identifier: xilinx.com:ip:chipscope_icon:1.05.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 icon_pro
22
  PORT (
23
    CONTROL0 : INOUT STD_LOGIC_VECTOR(35 DOWNTO 0));
24
 
25
end component;
26
 
27
-- COMP_TAG_END ------ End COMPONENT Declaration ------------
28
-- The following code must appear in the VHDL architecture
29
-- body. Substitute your own instance name and net names.
30
------------- Begin Cut here for INSTANTIATION Template ----- INST_TAG
31
 
32
your_instance_name : icon_pro
33
  port map (
34
    CONTROL0 => CONTROL0);
35
 
36
-- INST_TAG_END ------ End INSTANTIATION Template ------------

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.