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_out1.v] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jefflieu
// megafunction wizard: %ALTDDIO_OUT%
2
// GENERATION: STANDARD
3
// VERSION: WM1.0
4
// MODULE: altddio_out 
5
 
6
// ============================================================
7
// File Name: rgmii_out1.v
8
// Megafunction Name(s):
9
//                      altddio_out
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_out1 (
37
        aclr,
38
        datain_h,
39
        datain_l,
40
        outclock,
41
        dataout);
42
 
43
        input     aclr;
44
        input     datain_h;
45
        input     datain_l;
46
        input     outclock;
47
        output    dataout;
48
 
49
        wire [0:0] sub_wire0;
50
        wire [0:0] sub_wire1 = sub_wire0[0:0];
51
        wire  dataout = sub_wire1;
52
        wire  sub_wire2 = datain_h;
53
        wire  sub_wire3 = sub_wire2;
54
        wire  sub_wire4 = datain_l;
55
        wire  sub_wire5 = sub_wire4;
56
 
57
        altddio_out     altddio_out_component (
58
                                .outclock (outclock),
59
                                .datain_h (sub_wire3),
60
                                .aclr (aclr),
61
                                .datain_l (sub_wire5),
62
                                .dataout (sub_wire0),
63
                                .aset (1'b0),
64
                                .oe (1'b1),
65
                                .outclocken (1'b1));
66
        defparam
67
                altddio_out_component.extend_oe_disable = "UNUSED",
68
                altddio_out_component.intended_device_family = "Stratix II",
69
                altddio_out_component.lpm_type = "altddio_out",
70
                altddio_out_component.oe_reg = "UNUSED",
71
                altddio_out_component.width = 1;
72
 
73
 
74
endmodule
75
 
76
// ============================================================
77
// CNX file retrieval info
78
// ============================================================
79
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "0"
80
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
81
// Retrieval info: PRIVATE: EXTEND_OE_DISABLE NUMERIC "0"
82
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Stratix II"
83
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Stratix II"
84
// Retrieval info: PRIVATE: OE NUMERIC "0"
85
// Retrieval info: PRIVATE: OE_REG NUMERIC "0"
86
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
87
// Retrieval info: PRIVATE: WIDTH NUMERIC "1"
88
// Retrieval info: CONSTANT: EXTEND_OE_DISABLE STRING "UNUSED"
89
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Stratix II"
90
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_out"
91
// Retrieval info: CONSTANT: OE_REG STRING "UNUSED"
92
// Retrieval info: CONSTANT: WIDTH NUMERIC "1"
93
// Retrieval info: USED_PORT: aclr 0 0 0 0 INPUT GND aclr
94
// Retrieval info: USED_PORT: datain_h 0 0 0 0 INPUT NODEFVAL datain_h
95
// Retrieval info: USED_PORT: datain_l 0 0 0 0 INPUT NODEFVAL datain_l
96
// Retrieval info: USED_PORT: dataout 0 0 0 0 OUTPUT NODEFVAL dataout
97
// Retrieval info: USED_PORT: outclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL outclock
98
// Retrieval info: CONNECT: @datain_h 0 0 1 0 datain_h 0 0 0 0
99
// Retrieval info: CONNECT: @datain_l 0 0 1 0 datain_l 0 0 0 0
100
// Retrieval info: CONNECT: dataout 0 0 0 0 @dataout 0 0 1 0
101
// Retrieval info: CONNECT: @outclock 0 0 0 0 outclock 0 0 0 0
102
// Retrieval info: CONNECT: @aclr 0 0 0 0 aclr 0 0 0 0
103
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
104
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1.v TRUE
105
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1.ppf TRUE
106
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1.inc FALSE
107
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1.cmp FALSE
108
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1.bsf TRUE
109
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1_inst.v FALSE
110
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_out1_bb.v TRUE

powered by: WebSVN 2.1.0

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