代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.h
/*
* clock.h -- The status bar clock ($Z), cpu saver, and system timers
*
* Copyright (c) 1990 Michael Sandroff.
* Copyright (c) 1991, 1992 Troy Rollo.
* Copyright (c) 1992-1996 Matthew Green.
*
clock.c
/*
* clock.c -- The status bar clock ($Z), cpu saver, and system timers
*
* Copyright (c) 1990 Michael Sandroff.
* Copyright (c) 1991, 1992 Troy Rollo.
* Copyright (c) 1992-1996 Matthew Green.
*
clock.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
clock.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
clock.pin
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions,
clock.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
32
1595
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
clock
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_sensitive
# so
clock.done
Fri Oct 27 22:16:35 2006
clock.qpf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
clock.v
module clock (
clk,
rst,
out,
sel
);
input clk,rst;
output [7:0] out;
output [2:0] sel;
wire carry_sec,carry_min,carry_hour;
wire [3:0] out_to_decoder;
wire [7:0] out_sec,ou