代码搜索结果
找到约 10,000 项符合
Clock 的代码
alarm_clock.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
alarm_clock.rpt
Project Information c:\max2work\clock1\alarm_clock.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 03/26/2008 11:25:34
Copyright (C) 1988-2002 Al
alarm_clock.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
alarm_clock.fit
-- MAX+plus II Compiler Fit File
-- Version 10.2 07/10/2002
-- Compiled: 03/26/2008 11:25:34
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and
freq_clock.hex
:020000040000FA
:39000000FFFF62FF3600FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65
:39003900000C8001300006C00018000360000C80013000060000000
freq_clock.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY freq_clock IS
PORT(CLK: IN STD_LOGIC;
clock_clk: OUT STD_LOGIC);
END ENTITY