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

Subversion Repositories gbiteth

[/] [gbiteth/] [trunk/] [rtl/] [rgmii/] [eth_ddr_in.vhd] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 axuan25268
-- megafunction wizard: %ALTDDIO_IN%
2
-- GENERATION: STANDARD
3
-- VERSION: WM1.0
4
-- MODULE: ALTDDIO_IN 
5
 
6
-- ============================================================
7
-- File Name: eth_ddr_in.vhd
8
-- Megafunction Name(s):
9
--                      ALTDDIO_IN
10
--
11
-- Simulation Library Files(s):
12
--                      altera_mf
13
-- ============================================================
14
-- ************************************************************
15
-- THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
16
--
17
-- 12.0 Build 178 05/31/2012 SJ Full Version
18
-- ************************************************************
19
 
20
 
21
--Copyright (C) 1991-2012 Altera Corporation
22
--Your use of Altera Corporation's design tools, logic functions 
23
--and other software and tools, and its AMPP partner logic 
24
--functions, and any output files from any of the foregoing 
25
--(including device programming or simulation files), and any 
26
--associated documentation or information are expressly subject 
27
--to the terms and conditions of the Altera Program License 
28
--Subscription Agreement, Altera MegaCore Function License 
29
--Agreement, or other applicable license agreement, including, 
30
--without limitation, that your use is for the sole purpose of 
31
--programming logic devices manufactured by Altera and sold by 
32
--Altera or its authorized distributors.  Please refer to the 
33
--applicable agreement for further details.
34
 
35
 
36
LIBRARY ieee;
37
USE ieee.std_logic_1164.all;
38
 
39
LIBRARY altera_mf;
40
USE altera_mf.altera_mf_components.all;
41
 
42
ENTITY eth_ddr_in IS
43
        PORT
44
        (
45
                datain          : IN STD_LOGIC_VECTOR (4 DOWNTO 0);
46
                inclock         : IN STD_LOGIC ;
47
                dataout_h               : OUT STD_LOGIC_VECTOR (4 DOWNTO 0);
48
                dataout_l               : OUT STD_LOGIC_VECTOR (4 DOWNTO 0)
49
        );
50
END eth_ddr_in;
51
 
52
 
53
ARCHITECTURE SYN OF eth_ddr_in IS
54
 
55
        SIGNAL sub_wire0        : STD_LOGIC_VECTOR (4 DOWNTO 0);
56
        SIGNAL sub_wire1        : STD_LOGIC_VECTOR (4 DOWNTO 0);
57
 
58
BEGIN
59
        dataout_h    <= sub_wire0(4 DOWNTO 0);
60
        dataout_l    <= sub_wire1(4 DOWNTO 0);
61
 
62
        ALTDDIO_IN_component : ALTDDIO_IN
63
        GENERIC MAP (
64
                intended_device_family => "Cyclone IV E",
65
                invert_input_clocks => "OFF",
66
                lpm_hint => "UNUSED",
67
                lpm_type => "altddio_in",
68
                power_up_high => "OFF",
69
                width => 5
70
        )
71
        PORT MAP (
72
                datain => datain,
73
                inclock => inclock,
74
                dataout_h => sub_wire0,
75
                dataout_l => sub_wire1
76
        );
77
 
78
 
79
 
80
END SYN;
81
 
82
-- ============================================================
83
-- CNX file retrieval info
84
-- ============================================================
85
-- Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
86
-- Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone IV E"
87
-- Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone IV E"
88
-- Retrieval info: CONSTANT: INVERT_INPUT_CLOCKS STRING "OFF"
89
-- Retrieval info: CONSTANT: LPM_HINT STRING "UNUSED"
90
-- Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_in"
91
-- Retrieval info: CONSTANT: POWER_UP_HIGH STRING "OFF"
92
-- Retrieval info: CONSTANT: WIDTH NUMERIC "5"
93
-- Retrieval info: USED_PORT: datain 0 0 5 0 INPUT NODEFVAL "datain[4..0]"
94
-- Retrieval info: CONNECT: @datain 0 0 5 0 datain 0 0 5 0
95
-- Retrieval info: USED_PORT: dataout_h 0 0 5 0 OUTPUT NODEFVAL "dataout_h[4..0]"
96
-- Retrieval info: CONNECT: dataout_h 0 0 5 0 @dataout_h 0 0 5 0
97
-- Retrieval info: USED_PORT: dataout_l 0 0 5 0 OUTPUT NODEFVAL "dataout_l[4..0]"
98
-- Retrieval info: CONNECT: dataout_l 0 0 5 0 @dataout_l 0 0 5 0
99
-- Retrieval info: USED_PORT: inclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL "inclock"
100
-- Retrieval info: CONNECT: @inclock 0 0 0 0 inclock 0 0 0 0
101
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in.vhd TRUE FALSE
102
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in.qip TRUE FALSE
103
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in.bsf FALSE TRUE
104
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in_inst.vhd FALSE TRUE
105
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in.inc FALSE TRUE
106
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in.cmp FALSE TRUE
107
-- Retrieval info: GEN_FILE: TYPE_NORMAL eth_ddr_in.ppf TRUE FALSE
108
-- Retrieval info: LIB_FILE: altera_mf

powered by: WebSVN 2.1.0

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