代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/316158/13529437
v muxtest.v
/*MUX SIMULATION*/
`timescale 1ns/1ns
module SELE_TEST;
reg [7:0]IN;
reg [2:0]SEL_IN;
wire F;
SELE SEL (IN,SEL_IN,F);
always #800 SEL_IN=SEL_IN+1;
initial begin
SEL_IN=0;IN=1;
#50 IN[0]=1;
www.eeworm.com/read/314919/13555616
cpp winmine.cpp
/*//////////////////////文件说明//////////////////////////
// //
//文件名: WinMine.cpp //
//功 能: WinMain主函数的定义 //
//作 者: //
// //
/////////
www.eeworm.com/read/314850/13557729
bas const.bas
Attribute VB_Name = "const"
Public Const conn As String = "provider=sqloledb.1;Password=sa;User ID=sa;initial catalog=EMSystem;datasourse=localhost;"
www.eeworm.com/read/312197/13616727
v test.v
`timescale 1 ns / 1 ns
module test();
reg rst;
reg clk;
reg [7:0] d1,d2,d3,d4,d5,d6,d7,d8,d9,d10;
wire [7:0] dout;
wire [9:0] chip_sel;
led u1(
.clk(clk),
.rst(rst),
.di_1(d1),.di_2(d2
www.eeworm.com/read/310596/13648767
c ad.c
#define ADD 0x0C00000 /*随意外部的地址*/
#define VEC_ADD (volatile int *)0x00;
cregister unsigned int IF; /*定义特殊的寄存器 */
cregister unsigned int ST;
cregister unsigned int IE;
cr
www.eeworm.com/read/310187/13656745
c qep.c
// 该程序用于测试TMS320LF240X的EVB模块的正交编码脉冲(QEP)电路,
#include "register.h"
// 初始化子程序
initial()
{
asm(" setc INTM"); // 禁止所有中断
asm(" setc SXM"); // 抑制符号位扩展
asm(" clrc OVM"); // 累加器中结果正
www.eeworm.com/read/308901/13687803
bak test.v.bak
`timescale 1ns/1ns
module test;
reg clk;
reg CS;
reg LATCH;
reg [3:0] count;
reg [7:0] data_array [0:7];
wire SCK;
wire SDATA;
wire [7:0] DATA;
//instanes
PtoS u0(
www.eeworm.com/read/308901/13687804
v test.v
`timescale 1ns/1ns
module test;
reg clk;
reg CS;
reg LATCH;
reg [3:0] count;
reg [7:0] data_array [0:7];
wire SCK;
wire SDATA;
wire [7:0] DATA;
//instanes
PtoS u0(
www.eeworm.com/read/308317/13704085
c gpio.c
// gpio.c ---- 实验一 :测试GPIO口,控制D2灯(IOPF6)闪烁
//ZLX ---- SEED-DSK 2407板
#include "register.h"
// 系统初始化子程序
int initial()
{
asm(" setc INTM"); // 禁止所有中断
asm(" setc
www.eeworm.com/read/307658/13717914
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i