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

Subversion Repositories sgmii

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jefflieu
// megafunction wizard: %ALTDDIO_OUT%VBB%
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
//Copyright (C) 1991-2009 Altera Corporation
21
//Your use of Altera Corporation's design tools, logic functions 
22
//and other software and tools, and its AMPP partner logic 
23
//functions, and any output files from any of the foregoing 
24
//(including device programming or simulation files), and any 
25
//associated documentation or information are expressly subject 
26
//to the terms and conditions of the Altera Program License 
27
//Subscription Agreement, Altera MegaCore Function License 
28
//Agreement, or other applicable license agreement, including, 
29
//without limitation, that your use is for the sole purpose of 
30
//programming logic devices manufactured by Altera and sold by 
31
//Altera or its authorized distributors.  Please refer to the 
32
//applicable agreement for further details.
33
 
34
module DDR_O (
35
        datain_h,
36
        datain_l,
37
        outclock,
38
        dataout);
39
 
40
        input   [5:0]  datain_h;
41
        input   [5:0]  datain_l;
42
        input     outclock;
43
        output  [5:0]  dataout;
44
 
45
endmodule
46
 
47
// ============================================================
48
// CNX file retrieval info
49
// ============================================================
50
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "2"
51
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
52
// Retrieval info: PRIVATE: EXTEND_OE_DISABLE NUMERIC "0"
53
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Arria II GX"
54
// Retrieval info: PRIVATE: OE NUMERIC "0"
55
// Retrieval info: PRIVATE: OE_REG NUMERIC "0"
56
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
57
// Retrieval info: PRIVATE: SRESET_MODE NUMERIC "2"
58
// Retrieval info: PRIVATE: SYNTH_WRAPPER_GEN_POSTFIX STRING "0"
59
// Retrieval info: PRIVATE: WIDTH NUMERIC "6"
60
// Retrieval info: CONSTANT: EXTEND_OE_DISABLE STRING "UNUSED"
61
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Arria II GX"
62
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_out"
63
// Retrieval info: CONSTANT: OE_REG STRING "UNUSED"
64
// Retrieval info: CONSTANT: POWER_UP_HIGH STRING "OFF"
65
// Retrieval info: CONSTANT: WIDTH NUMERIC "6"
66
// Retrieval info: USED_PORT: datain_h 0 0 6 0 INPUT NODEFVAL datain_h[5..0]
67
// Retrieval info: USED_PORT: datain_l 0 0 6 0 INPUT NODEFVAL datain_l[5..0]
68
// Retrieval info: USED_PORT: dataout 0 0 6 0 OUTPUT NODEFVAL dataout[5..0]
69
// Retrieval info: USED_PORT: outclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL outclock
70
// Retrieval info: CONNECT: @datain_h 0 0 6 0 datain_h 0 0 6 0
71
// Retrieval info: CONNECT: @datain_l 0 0 6 0 datain_l 0 0 6 0
72
// Retrieval info: CONNECT: dataout 0 0 6 0 @dataout 0 0 6 0
73
// Retrieval info: CONNECT: @outclock 0 0 0 0 outclock 0 0 0 0
74
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
75
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.v TRUE
76
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.ppf TRUE
77
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.inc FALSE
78
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.cmp FALSE
79
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O.bsf FALSE
80
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_inst.v FALSE
81
// Retrieval info: GEN_FILE: TYPE_NORMAL DDR_O_bb.v TRUE
82
// 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.