代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/264079/11330401

v c.v

module var_declare(a); output a; integer a; integer b[10:1]; real c; realtime d; time e; time f[10:0]; and (out,a,c); initial a = b[6]; endmodule
www.eeworm.com/read/408799/11369577

v stopwatch_tb.v

`timescale 1 ns / 1 ps module testbench; reg tbreset, tbstrtstop; reg tbclk; wire [6:0] onesout, tensout; wire [9:0] tbtenthsout; // ///////////////////////////// // Instantiatation of the D
www.eeworm.com/read/407295/11422481

txt release_notes.txt

#################################################################### # # Release notes for EKF/UKF # # $Id: Release_Notes.txt 112 2007-09-04 12:28:19Z ssarkka $ # ###################
www.eeworm.com/read/405708/11459095

sv 08.03.00_example_8-1.sv

/********************************************************************** * Declaring nested modules * * Author: Stuart Sutherland * Revision: 1.00 * Last modified: 11/20/2003 * * (c) Copyright 2
www.eeworm.com/read/405708/11459099

sv 08.03.02_example_8-2.sv

/********************************************************************** * Nested modules with hierarchy * * Author: Stuart Sutherland * * (c) Copyright 2003, Sutherland HDL, Inc. *** ALL RIGHTS R
www.eeworm.com/read/405069/11472233

m hmm_forward_backward.m

function [a, b] = HMM_Forward_Backward(a, b, V) % Find the probability transition matrices a,b from sample data using the forward-backward algorithm % % Inputs: % a - Initial estimate of the
www.eeworm.com/read/404468/11484860

qmsg 1.tan.qmsg

{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0} { "I
www.eeworm.com/read/401439/11557678

h scan.h

#ifndef _SCAN_H #define _SCAN_H #include #line 15 ".\\scan.l" #define MAXTOKENLEN 40 extern char tokenString[MAXTOKENLEN+1]; TokenType getToken(void); #line 41 "scan
www.eeworm.com/read/401363/11558643

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
www.eeworm.com/read/401363/11558656

v time_dif.v

`timescale 10ns/1ns module time_dif; reg ts; parameter delay=2.6; initial begin #delay ts=1; #delay ts=0; #delay ts=1; #delay ts=0; end initial $monitor($time,,,"