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_in4.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_in4.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_in4 (
37
        aclr,
38
        datain,
39
        inclock,
40
        dataout_h,
41
        dataout_l);
42
 
43
        input     aclr;
44
        input   [3:0]  datain;
45
        input     inclock;
46
        output  [3:0]  dataout_h;
47
        output  [3:0]  dataout_l;
48
 
49
        wire [3:0] sub_wire0;
50
        wire [3:0] sub_wire1;
51
        wire [3:0] dataout_h = sub_wire0[3:0];
52
        wire [3:0] dataout_l = sub_wire1[3:0];
53
 
54
        altddio_in      altddio_in_component (
55
                                .datain (datain),
56
                                .inclock (inclock),
57
                                .aclr (aclr),
58
                                .dataout_h (sub_wire0),
59
                                .dataout_l (sub_wire1),
60
                                .aset (1'b0),
61
                                .inclocken (1'b1));
62
        defparam
63
                altddio_in_component.intended_device_family = "Stratix II",
64
                altddio_in_component.invert_input_clocks = "OFF",
65
                altddio_in_component.lpm_type = "altddio_in",
66
                altddio_in_component.width = 4;
67
 
68
 
69
endmodule
70
 
71
// ============================================================
72
// CNX file retrieval info
73
// ============================================================
74
// Retrieval info: PRIVATE: ARESET_MODE NUMERIC "0"
75
// Retrieval info: PRIVATE: CLKEN NUMERIC "0"
76
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Stratix II"
77
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Stratix II"
78
// Retrieval info: PRIVATE: INVERT_INPUT_CLOCKS NUMERIC "0"
79
// Retrieval info: PRIVATE: POWER_UP_HIGH NUMERIC "0"
80
// Retrieval info: PRIVATE: WIDTH NUMERIC "4"
81
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Stratix II"
82
// Retrieval info: CONSTANT: INVERT_INPUT_CLOCKS STRING "OFF"
83
// Retrieval info: CONSTANT: LPM_TYPE STRING "altddio_in"
84
// Retrieval info: CONSTANT: WIDTH NUMERIC "4"
85
// Retrieval info: USED_PORT: aclr 0 0 0 0 INPUT GND aclr
86
// Retrieval info: USED_PORT: datain 0 0 4 0 INPUT NODEFVAL datain[3..0]
87
// Retrieval info: USED_PORT: dataout_h 0 0 4 0 OUTPUT NODEFVAL dataout_h[3..0]
88
// Retrieval info: USED_PORT: dataout_l 0 0 4 0 OUTPUT NODEFVAL dataout_l[3..0]
89
// Retrieval info: USED_PORT: inclock 0 0 0 0 INPUT_CLK_EXT NODEFVAL inclock
90
// Retrieval info: CONNECT: @datain 0 0 4 0 datain 0 0 4 0
91
// Retrieval info: CONNECT: dataout_h 0 0 4 0 @dataout_h 0 0 4 0
92
// Retrieval info: CONNECT: dataout_l 0 0 4 0 @dataout_l 0 0 4 0
93
// Retrieval info: CONNECT: @inclock 0 0 0 0 inclock 0 0 0 0
94
// Retrieval info: CONNECT: @aclr 0 0 0 0 aclr 0 0 0 0
95
// Retrieval info: LIBRARY: altera_mf altera_mf.altera_mf_components.all
96
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4.v TRUE
97
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4.ppf TRUE
98
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4.inc FALSE
99
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4.cmp FALSE
100
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4.bsf TRUE FALSE
101
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4_inst.v FALSE
102
// Retrieval info: GEN_FILE: TYPE_NORMAL rgmii_in4_bb.v TRUE

powered by: WebSVN 2.1.0

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