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

Subversion Repositories vtach

[/] [vtach/] [trunk/] [_ngo/] [cs_icon_pro/] [icon_pro.vhd] - 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.vhd
11
-- /___/   /\     Timestamp  : Sun May 19 09:50:10 CDT 2013
12
-- \   \  /  \
13
--  \___\/\___\
14
--
15
-- Design Name: VHDL Synthesis Wrapper
16
-------------------------------------------------------------------------------
17
-- This wrapper is used to integrate with Project Navigator and PlanAhead
18
 
19
LIBRARY ieee;
20
USE ieee.std_logic_1164.ALL;
21
ENTITY icon_pro IS
22
  port (
23
    CONTROL0: inout std_logic_vector(35 downto 0));
24
END icon_pro;
25
 
26
ARCHITECTURE icon_pro_a OF icon_pro IS
27
BEGIN
28
 
29
END icon_pro_a;

powered by: WebSVN 2.1.0

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