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

Subversion Repositories sgmii

[/] [sgmii/] [trunk/] [build/] [OpenCore_MAC/] [TECH/] [altera/] [DDR_O_CLK.v] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jefflieu
// megafunction wizard: %ALTDDIO_OUT%
2
// GENERATION: STANDARD
3
// VERSION: WM1.0
4
// MODULE: altddio_out 
5
 
6
// ============================================================
7
// File Name: DDR_O_CLK.v
8
// Megafunction Name(s):
9
//                      altddio_out
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
// 9.0 Build 235 06/17/2009 SP 2 SJ Full Version
18
// ************************************************************
19
 
20
 
21
//Copyright (C) 1991-2009 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
// synopsys translate_off
37
`timescale 1 ps / 1 ps
38
// synopsys translate_on
39
module DDR_O_CLK (
40
        datain_h,
41
        datain_l,
42
        outclock,
43
        dataout);
44
 
45
        input     datain_h;
46
        input     datain_l;
47
        input     outclock;
48
        output    dataout;
49
 
50
        wire [0:0] sub_wire0;
51
        wire [0:0] sub_wire1 = sub_wire0[0:0];
52
        wire  dataout = sub_wire1;
53
        wire  sub_wire2 = datain_h;
54
        wire  sub_wire3 = sub_wire2;
55
        wire  sub_wire4 = datain_l;
56
        wire  sub_wire5 = sub_wire4;
57
 
58
        altddio_out     altddio_out_component (
59
                                .outclock (outclock),
60
                                .datain_h (sub_wire3),
61
                                .datain_l (sub_wire5),
62
                                .dataout (sub_wire0),
63
                                .aclr (1'b0),
64
                                .aset (1'b0),
65
                                .oe (1'b1),
66
                                .oe_out (),
67
                                .outclocken (1'b1),
68
                                .sclr (1'b0),
69
                                .sset (1'b0));
70
        defparam
71
                altddio_out_component.extend_oe_disable = "UNUSED",
72
                altddio_out_component.intended_device_family = "Arria II GX",
73
                altddio_out_component.lpm_type = "altddio_out",
74
                altddio_out_component.oe_reg = "UNUSED",
75
                altddio_out_component.power_up_high = "OFF",
76
                altddio_out_component.width = 1;
77
 
78
 
79
endmodule
80
 
81
// ============================================================
82
// CNX file retrieval info
83
// ============================================================
84
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "2"
85
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
86
// Retrieval info: PRIVATE: EXTEND_OE_DISABLE NUMERIC "0"
87
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Arria II GX"
88
// Retrieval info: PRIVATE: OE NUMERIC "0"
89
// Retrieval info: PRIVATE: OE_REG NUMERIC "0"
90
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
91
// Retrieval info: PRIVATE: SRESET_MODE NUMERIC "2"
92
// Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0"
93
// Retrieval info: PRIVATE: WIDTH NUMERIC "1"
94
// Retrieval info: CONSTANT: EXTEND_OE_DISABLE STRING "UNUSED"
95
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Arria II GX"
96
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_out"
97
// Retrieval info: CONSTANT: OE_REG STRING "UNUSED"
98
// Retrieval info: CONSTANT: POWER_UP_HIGH STRING "OFF"
99
// Retrieval info: CONSTANT: WIDTH NUMERIC "1"
100
// Retrieval info: USED_PORT: datain_h 0 0 0 0 INPUT NODEFVAL datain_h
101
// Retrieval info: USED_PORT: datain_l 0 0 0 0 INPUT NODEFVAL datain_l
102
// Retrieval info: USED_PORT: dataout 0 0 0 0 OUTPUT NODEFVAL dataout
103
// Retrieval info: USED_PORT: outclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL outclock
104
// Retrieval info: CONNECT: @datain_h 0 0 1 0 datain_h 0 0 0 0
105
// Retrieval info: CONNECT: @datain_l 0 0 1 0 datain_l 0 0 0 0
106
// Retrieval info: CONNECT: dataout 0 0 0 0 @dataout 0 0 1 0
107
// Retrieval info: CONNECT: @outclock 0 0 0 0 outclock 0 0 0 0
108
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
109
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK.v TRUE
110
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK.ppf TRUE
111
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK.inc FALSE
112
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK.cmp FALSE
113
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK.bsf TRUE
114
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK_inst.v FALSE
115
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_CLK_bb.v FALSE
116
// 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.