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

Subversion Repositories z80control

[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [HW/] [CLK_LOCK.v] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 tylerapohl
//Legal Notice: (C)2006 Altera Corporation. All rights reserved. Your
2
//use of Altera Corporation's design tools, logic functions and other
3
//software and tools, and its AMPP partner logic functions, and any
4
//output files any of the foregoing (including device programming or
5
//simulation files), and any associated documentation or information are
6
//expressly subject to the terms and conditions of the Altera Program
7
//License Subscription Agreement or other applicable license agreement,
8
//including, without limitation, that your use is for the sole purpose
9
//of programming logic devices manufactured by Altera and sold by Altera
10
//or its authorized distributors.  Please refer to the applicable
11
//agreement for further details.
12
 
13
 
14
// ============================================================
15
// File Name: CLK_LOCK.v
16
// Megafunction Name(s):
17
//                      altclkctrl
18
// ============================================================
19
// ************************************************************
20
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
21
//
22
// 5.0 Build 168 06/22/2005 SP 1 SJ Full Version
23
// ************************************************************
24
 
25
 
26
//Copyright (C) 1991-2005 Altera Corporation
27
//Your use of Altera Corporation's design tools, logic functions 
28
//and other software and tools, and its AMPP partner logic       
29
//functions, and any output files any of the foregoing           
30
//(including device programming or simulation files), and any    
31
//associated documentation or information are expressly subject  
32
//to the terms and conditions of the Altera Program License      
33
//Subscription Agreement, Altera MegaCore Function License       
34
//Agreement, or other applicable license agreement, including,   
35
//without limitation, that your use is for the sole purpose of   
36
//programming logic devices manufactured by Altera and sold by   
37
//Altera or its authorized distributors.  Please refer to the    
38
//applicable agreement for further details.
39
 
40
 
41
//altclkctrl clock_type="Global Clock" DEVICE_FAMILY="CYCLONE II" clkselect ena inclk outclk
42
//VERSION_BEGIN 5.0 cbx_altclkbuf 2004:11:30:11:29:52:SJ cbx_mgl 2005:05:19:13:51:58:SJ cbx_stratixii 2004:12:22:13:27:12:SJ  VERSION_END
43
 
44
//synthesis_resources = clkctrl 1 
45
//synopsys translate_off
46
`timescale 1 ps / 1 ps
47
//synopsys translate_on
48
module  CLK_LOCK_altclkctrl_tb8
49
        (
50
        clkselect,
51
        ena,
52
        inclk,
53
        outclk) /* synthesis synthesis_clearbox=1 */;
54
        input   [1:0]  clkselect;
55
        input   ena;
56
        input   [3:0]  inclk;
57
        output   outclk;
58
 
59
        wire  wire_clkctrl1_outclk;
60
 
61
        cycloneii_clkctrl   clkctrl1
62
        (
63
        .clkselect(clkselect),
64
        .ena(ena),
65
        .inclk(inclk),
66
        .outclk(wire_clkctrl1_outclk));
67
        defparam
68
                clkctrl1.clock_type = "Global Clock",
69
                clkctrl1.ena_register_mode = "none",
70
                clkctrl1.lpm_type = "cycloneii_clkctrl";
71
        assign
72
                outclk = wire_clkctrl1_outclk;
73
endmodule //CLK_LOCK_altclkctrl_tb8
74
//VALID FILE
75
 
76
 
77
// synopsys translate_off
78
`timescale 1 ps / 1 ps
79
// synopsys translate_on
80
module CLK_LOCK (
81
        inclk,
82
        outclk)/* synthesis synthesis_clearbox = 1 */;
83
 
84
        input     inclk;
85
        output    outclk;
86
 
87
        wire  sub_wire0;
88
        wire  sub_wire1 = 1'h1;
89
        wire [2:0] sub_wire4 = 3'h0;
90
        wire [1:0] sub_wire5 = 2'h0;
91
        wire  outclk = sub_wire0;
92
        wire  sub_wire2 = inclk;
93
        wire [3:0] sub_wire3 = {sub_wire4, sub_wire2};
94
 
95
        CLK_LOCK_altclkctrl_tb8 CLK_LOCK_altclkctrl_tb8_component (
96
                                .ena (sub_wire1),
97
                                .inclk (sub_wire3),
98
                                .clkselect (sub_wire5),
99
                                .outclk (sub_wire0));
100
 
101
endmodule
102
 
103
// ============================================================
104
// CNX file retrieval info
105
// ============================================================
106
// Retrieval info: PRIVATE: clock_inputs NUMERIC "1"
107
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone II"
108
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone II"
109
// Retrieval info: CONSTANT: clock_type STRING "Global Clock"
110
// Retrieval info: USED_PORT: outclk 0 0 0 0 OUTPUT NODEFVAL "outclk"
111
// Retrieval info: USED_PORT: inclk 0 0 0 0 INPUT NODEFVAL "inclk"
112
// Retrieval info: CONNECT: @inclk 0 0 1 0 inclk 0 0 0 0
113
// Retrieval info: CONNECT: @clkselect 0 0 2 0 GND 0 0 2 0
114
// Retrieval info: CONNECT: outclk 0 0 0 0 @outclk 0 0 0 0
115
// Retrieval info: CONNECT: @inclk 0 0 3 1 GND 0 0 3 0
116
// Retrieval info: CONNECT: @ena 0 0 0 0 VCC 0 0 0 0
117
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.v TRUE FALSE
118
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.inc FALSE FALSE
119
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.cmp FALSE FALSE
120
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.bsf FALSE FALSE
121
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK_inst.v FALSE FALSE
122
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK_bb.v FALSE FALSE

powered by: WebSVN 2.1.0

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