代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/197557/7986204
v cnt_n_2_test.v
/** 产生宽度随机的脉冲序列 **/
`timescale 1ps / 1ps
module CNT_N_TEST;
reg P, CLR;
wire [16:0] COUNT;
CNT_N CNT_N (P, CLR, COUNT);
initial
begin
www.eeworm.com/read/197552/7986352
v p_dly_2_test.v
//********************************************
// 延时模块测试程序
//*******************************************
`timescale 1ns/1ns
module ONE_PULSE_TEST;
reg CLK, RB;
wire DLY_O
www.eeworm.com/read/197552/7986359
v p_dly_1_test.v
//********************************************
// 延时模块测试程序
//*******************************************
`timescale 1ns/1ns
module P_DLY_TEST;
reg CLK, RB;
wire DLY_OUT;
www.eeworm.com/read/197319/8004412
bak test2051_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/197319/8004415
uv2 test2051.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/197254/8009276
s init.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/197254/8009303
s init.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/397558/8038610
h sm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/396488/8103215
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement
www.eeworm.com/read/396488/8103294
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement