代码搜索:Clock
找到约 10,000 项符合「Clock」的源代码
代码结果 10,000
www.eeworm.com/read/314805/13558688
pad clock.pad
Release 6.2i - Par G.28
Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved.
Sun Nov 11 22:38:47 2007
NOTE: This file is designed to be imported into a spreadsheet program
such as Microsoft E
www.eeworm.com/read/314805/13558698
ngm clock.ngm
www.eeworm.com/read/314805/13558703
ngd clock.ngd
www.eeworm.com/read/314805/13558715
ncd clock.ncd
www.eeworm.com/read/314805/13558742
stx clock.stx
www.eeworm.com/read/314805/13558744
bld clock.bld
Release 6.2i - ngdbuild G.28
Copyright (c) 1995-2004 Xilinx, Inc. All rights reserved.
Command Line: ngdbuild -intstyle ise -dd e:\资料\计算机设计与实践\mycpu16/_ngo
-i -p xcv200-pq240-4 clock.ngc clock.ngd
www.eeworm.com/read/314805/13558745
pcf clock.pcf
SCHEMATIC START ;
// created by map version G.28 on Sun Nov 11 22:38:43 2007
SCHEMATIC END ;
www.eeworm.com/read/314805/13558747
vhdl clock.vhdl
library ieee;
library UNISIM;
use ieee.std_logic_1164.all;
use IEEE.STD_LOGIC_ARITH.ALL;
use UNISIM.VComponents.all;
entity clock is
port(
clk: in std_logic;
RST: in std_logic;
T: out st