代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/481648/6636912

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,,,"
www.eeworm.com/read/481648/6636913

v mult_tp.v

`timescale 10ns/1ns module mult_tp; reg[7:0] a,b; wire [15:0] out; integer i,j; mult8 m1(out,a,b); initial begin a=0;b=0; for(i=1;i
www.eeworm.com/read/481376/6639529

v bootht_tb.v

module mul_tb ; ; reg [15:0] M ; wire [31:0] Cout ; reg [15:0] Q ; initial begin #0 M
www.eeworm.com/read/481376/6639530

v logbooth_tb.v

module mul_tb ; ; reg [15:0] M ; wire [31:0] Cout ; reg [15:0] Q ; initial begin #0 M
www.eeworm.com/read/481243/6645786

bas mdl_data.bas

Attribute VB_Name = "Mdl_Data" '数据连接模块 Public PublicStr As String Public AdoRs As New ADODB.Recordset '后添加一个记录集对象 Public AdoRs1 As New ADODB.Recordset '后添加一个记录集对象 Public AdoRs
www.eeworm.com/read/480430/6664231

m ex4_20.m

G1=tf([5,100],[1,8,32,80,100]); G=ss(G1); u0=[2,-1,-24]; Y0=[0.3; 0.5; 0; 0]; hatY0=Y0-[0; G.c*G.b*u0(1); G.c*G.b*u0(2)+G.c*G.a*G.b*u0(1); G.c*G.b*u0(3)+G.c*G.a*G.b*u0(2)+G.c*G.a^2*G.b
www.eeworm.com/read/479815/6679234

v viterbi_testbench.v

/*****************************************************/ /* module viterbi_testbench */ /*****************************************************/ // --------------------------
www.eeworm.com/read/479927/6683730

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/479927/6683743

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,,,"
www.eeworm.com/read/479927/6683744

v mult_tp.v

`timescale 10ns/1ns module mult_tp; reg[7:0] a,b; wire [15:0] out; integer i,j; mult8 m1(out,a,b); initial begin a=0;b=0; for(i=1;i