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

Subversion Repositories z80control

[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [HW/] [CLK_LOCK_bb.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
// 6.0 Build 202 06/20/2006 SP 1 SJ Full Version
23
// ************************************************************
24
 
25
//Copyright (C) 1991-2006 Altera Corporation
26
//Your use of Altera Corporation's design tools, logic functions 
27
//and other software and tools, and its AMPP partner logic 
28
//functions, and any output files any of the foregoing 
29
//(including device programming or simulation files), and any 
30
//associated documentation or information are expressly subject 
31
//to the terms and conditions of the Altera Program License 
32
//Subscription Agreement, Altera MegaCore Function License 
33
//Agreement, or other applicable license agreement, including, 
34
//without limitation, that your use is for the sole purpose of 
35
//programming logic devices manufactured by Altera and sold by 
36
//Altera or its authorized distributors.  Please refer to the 
37
//applicable agreement for further details.
38
 
39
module CLK_LOCK (
40
        inclk,
41
        outclk)/* synthesis synthesis_clearbox = 1 */;
42
 
43
        input     inclk;
44
        output    outclk;
45
 
46
endmodule
47
 
48
// ============================================================
49
// CNX file retrieval info
50
// ============================================================
51
// Retrieval info: PRIVATE: INTENDED_DEVICE_FAMILY STRING "Cyclone II"
52
// Retrieval info: PRIVATE: clock_inputs NUMERIC "1"
53
// Retrieval info: CONSTANT: INTENDED_DEVICE_FAMILY STRING "Cyclone II"
54
// Retrieval info: CONSTANT: clock_type STRING "Global Clock"
55
// Retrieval info: USED_PORT: inclk 0 0 0 0 INPUT NODEFVAL "inclk"
56
// Retrieval info: USED_PORT: outclk 0 0 0 0 OUTPUT NODEFVAL "outclk"
57
// Retrieval info: CONNECT: @inclk 0 0 1 0 inclk 0 0 0 0
58
// Retrieval info: CONNECT: @clkselect 0 0 2 0 GND 0 0 2 0
59
// Retrieval info: CONNECT: outclk 0 0 0 0 @outclk 0 0 0 0
60
// Retrieval info: CONNECT: @inclk 0 0 3 1 GND 0 0 3 0
61
// Retrieval info: CONNECT: @ena 0 0 0 0 VCC 0 0 0 0
62
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.v TRUE FALSE
63
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.inc FALSE FALSE
64
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.cmp FALSE FALSE
65
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK.bsf TRUE FALSE
66
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK_inst.v TRUE FALSE
67
// Retrieval info: GEN_FILE: TYPE_NORMAL CLK_LOCK_bb.v TRUE FALSE

powered by: WebSVN 2.1.0

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