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

Subversion Repositories sgmii

[/] [sgmii/] [trunk/] [build/] [OpenCore_MAC/] [TECH/] [altera/] [DDR_O.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.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 (
40
        datain_h,
41
        datain_l,
42
        outclock,
43
        dataout);
44
 
45
        input   [5:0]  datain_h;
46
        input   [5:0]  datain_l;
47
        input     outclock;
48
        output  [5:0]  dataout;
49
 
50
        wire [5:0] sub_wire0;
51
        wire [5:0] dataout = sub_wire0[5:0];
52
 
53
        altddio_out     altddio_out_component (
54
                                .outclock (outclock),
55
                                .datain_h (datain_h),
56
                                .datain_l (datain_l),
57
                                .dataout (sub_wire0),
58
                                .aclr (1'b0),
59
                                .aset (1'b0),
60
                                .oe (1'b1),
61
                                .oe_out (),
62
                                .outclocken (1'b1),
63
                                .sclr (1'b0),
64
                                .sset (1'b0));
65
        defparam
66
                altddio_out_component.extend_oe_disable = "UNUSED",
67
                altddio_out_component.intended_device_family = "Arria II GX",
68
                altddio_out_component.lpm_type = "altddio_out",
69
                altddio_out_component.oe_reg = "UNUSED",
70
                altddio_out_component.power_up_high = "OFF",
71
                altddio_out_component.width = 6;
72
 
73
 
74
endmodule
75
 
76
// ============================================================
77
// CNX file retrieval info
78
// ============================================================
79
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "2"
80
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
81
// Retrieval info: PRIVATE: EXTEND_OE_DISABLE NUMERIC "0"
82
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Arria II GX"
83
// Retrieval info: PRIVATE: OE NUMERIC "0"
84
// Retrieval info: PRIVATE: OE_REG NUMERIC "0"
85
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
86
// Retrieval info: PRIVATE: SRESET_MODE NUMERIC "2"
87
// Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0"
88
// Retrieval info: PRIVATE: WIDTH NUMERIC "6"
89
// Retrieval info: CONSTANT: EXTEND_OE_DISABLE STRING "UNUSED"
90
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Arria II GX"
91
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_out"
92
// Retrieval info: CONSTANT: OE_REG STRING "UNUSED"
93
// Retrieval info: CONSTANT: POWER_UP_HIGH STRING "OFF"
94
// Retrieval info: CONSTANT: WIDTH NUMERIC "6"
95
// Retrieval info: USED_PORT: datain_h 0 0 6 0 INPUT NODEFVAL datain_h[5..0]
96
// Retrieval info: USED_PORT: datain_l 0 0 6 0 INPUT NODEFVAL datain_l[5..0]
97
// Retrieval info: USED_PORT: dataout 0 0 6 0 OUTPUT NODEFVAL dataout[5..0]
98
// Retrieval info: USED_PORT: outclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL outclock
99
// Retrieval info: CONNECT: @datain_h 0 0 6 0 datain_h 0 0 6 0
100
// Retrieval info: CONNECT: @datain_l 0 0 6 0 datain_l 0 0 6 0
101
// Retrieval info: CONNECT: dataout 0 0 6 0 @dataout 0 0 6 0
102
// Retrieval info: CONNECT: @outclock 0 0 0 0 outclock 0 0 0 0
103
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
104
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.v TRUE
105
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.ppf TRUE
106
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.inc FALSE
107
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.cmp FALSE
108
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.bsf FALSE
109
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_inst.v FALSE
110
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_bb.v TRUE
111
// 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.