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

Subversion Repositories sgmii

[/] [sgmii/] [trunk/] [sim/] [BFMs/] [SGMII_altera/] [triple_speed_ethernet-library/] [altera_tse_rgmii_in1.v] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jefflieu
// megafunction wizard: %ALTDDIO_IN%
2
// GENERATION: STANDARD
3
// VERSION: WM1.0
4
// MODULE: altddio_in 
5
 
6
// ============================================================
7
// File Name: rgmii_in1.v
8
// Megafunction Name(s):
9
//                      altddio_in
10
// ============================================================
11
// ************************************************************
12
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
13
//
14
// 6.0 Build 176 04/19/2006 SJ Full Version
15
// ************************************************************
16
 
17
 
18
//Copyright (C) 1991-2006 Altera Corporation
19
//Your use of Altera Corporation's design tools, logic functions 
20
//and other software and tools, and its AMPP partner logic 
21
//functions, and any output files any of the foregoing 
22
//(including device programming or simulation files), and any 
23
//associated documentation or information are expressly subject 
24
//to the terms and conditions of the Altera Program License 
25
//Subscription Agreement, Altera MegaCore Function License 
26
//Agreement, or other applicable license agreement, including, 
27
//without limitation, that your use is for the sole purpose of 
28
//programming logic devices manufactured by Altera and sold by 
29
//Altera or its authorized distributors.  Please refer to the 
30
//applicable agreement for further details.
31
 
32
 
33
// synopsys translate_off
34
`timescale 1 ps / 1 ps
35
// synopsys translate_on
36
module altera_tse_rgmii_in1 (
37
        aclr,
38
        datain,
39
        inclock,
40
        dataout_h,
41
        dataout_l);
42
 
43
        input     aclr;
44
        input     datain;
45
        input     inclock;
46
        output    dataout_h;
47
        output    dataout_l;
48
 
49
        wire [0:0] sub_wire0;
50
        wire [0:0] sub_wire2;
51
        wire [0:0] sub_wire1 = sub_wire0[0:0];
52
        wire  dataout_h = sub_wire1;
53
        wire [0:0] sub_wire3 = sub_wire2[0:0];
54
        wire  dataout_l = sub_wire3;
55
        wire  sub_wire4 = datain;
56
        wire  sub_wire5 = sub_wire4;
57
 
58
        altddio_in      altddio_in_component (
59
                                .datain (sub_wire5),
60
                                .inclock (inclock),
61
                                .aclr (aclr),
62
                                .dataout_h (sub_wire0),
63
                                .dataout_l (sub_wire2),
64
                                .aset (1'b0),
65
                                .inclocken (1'b1));
66
        defparam
67
                altddio_in_component.intended_device_family = "Stratix II",
68
                altddio_in_component.invert_input_clocks = "OFF",
69
                altddio_in_component.lpm_type = "altddio_in",
70
                altddio_in_component.width = 1;
71
 
72
 
73
endmodule
74
 
75
// ============================================================
76
// CNX file retrieval info
77
// ============================================================
78
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "0"
79
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
80
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Stratix II"
81
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Stratix II"
82
// Retrieval info: PRIVATE: INVERT_INPUT_CLOCKS NUMERIC "0"
83
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
84
// Retrieval info: PRIVATE: WIDTH NUMERIC "1"
85
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Stratix II"
86
// Retrieval info: CONSTANT: INVERT_INPUT_CLOCKS STRING "OFF"
87
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_in"
88
// Retrieval info: CONSTANT: WIDTH NUMERIC "1"
89
// Retrieval info: USED_PORT: aclr 0 0 0 0 INPUT GND aclr
90
// Retrieval info: USED_PORT: datain 0 0 0 0 INPUT NODEFVAL datain
91
// Retrieval info: USED_PORT: dataout_h 0 0 0 0 OUTPUT NODEFVAL dataout_h
92
// Retrieval info: USED_PORT: dataout_l 0 0 0 0 OUTPUT NODEFVAL dataout_l
93
// Retrieval info: USED_PORT: inclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL inclock
94
// Retrieval info: CONNECT: @datain 0 0 1 0 datain 0 0 0 0
95
// Retrieval info: CONNECT: dataout_h 0 0 0 0 @dataout_h 0 0 1 0
96
// Retrieval info: CONNECT: dataout_l 0 0 0 0 @dataout_l 0 0 1 0
97
// Retrieval info: CONNECT: @inclock 0 0 0 0 inclock 0 0 0 0
98
// Retrieval info: CONNECT: @aclr 0 0 0 0 aclr 0 0 0 0
99
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
100
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1.v TRUE
101
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1.ppf TRUE
102
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1.inc FALSE
103
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1.cmp FALSE
104
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1.bsf TRUE
105
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1_inst.v FALSE
106
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in1_bb.v TRUE

powered by: WebSVN 2.1.0

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