代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/399963/7818840
c menu5.c
#include
#include
#include
#include
#include
static FILE *output_stream = (FILE *)0;
char *menu[] = {
"a - add new record",
"d - delete r
www.eeworm.com/read/399787/7836296
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/399411/7865445
hif traffic.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
38
2265
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Path
www.eeworm.com/read/433538/7923389
hif dk74x191.hif
Version 8.0 Build 215 05/29/2008 SJ Full Version
11
1009
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Path
www.eeworm.com/read/297875/7990889
v funct_tp.v
`define clk_cycle 50
`include "funct.v"
module funct_tp;
reg[3:0] n;
reg reset,clk;
wire[31:0] result;
initial
begin
n=0; reset=1; clk=0;
for(n=0;n
www.eeworm.com/read/297703/8002904
v funct_tp.v
`define clk_cycle 50
`include "funct.v"
module funct_tp;
reg[3:0] n;
reg reset,clk;
wire[31:0] result;
initial
begin
n=0; reset=1; clk=0;
for(n=0;n
www.eeworm.com/read/397558/8038514
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/297233/8039015
c nextstep.c
/* Functions for generic NeXT as target machine for GNU C compiler.
Copyright (C) 1989, 90-93, 96, 1997 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you ca
www.eeworm.com/read/397329/8055590
v testmem.v
// test file for MEM unit
module testmem;
wire [31:0] MEMDataOut;
reg clk;
reg M_WriteMem;
reg [31:0]M_ALUResult,M_B;
MEM MEM(
//input
.clk(clk),
.M_WriteMem(M_WriteMem),
.M_ALUResult(M_ALUResult)
www.eeworm.com/read/196322/8098844
h lcd.h
/* //////////////////////////////////////////////////////////////////////
NAME: LCD.h
Function: print debug information
//////////////////////////////////////////////////////////////////////// */