代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/233704/14142753
bak ex3.v.bak
module ex3;
integer a,b;
parameter size=7;
initial
begin
a=2;
b=1;
repeat(size) begin
#5 a
www.eeworm.com/read/233704/14142770
v ex3.v
module ex3;
integer a,b;
parameter size=7;
initial
begin
a=2;
b=1;
repeat(size) begin
#5 a=a+1;
#5 b=b+1;
end
end
initial
$monitor($time,"a=%d,b=%d",a,b);
endmodule
www.eeworm.com/read/233704/14142792
v ex2.v
module ex2;
integer a,b;
parameter size=7;
initial
begin
a=2;
b=1;
repeat(size) begin
#5 a=a+1;b=b+1;
end
end
initial
$monitor($time,,,,,,,"a=%d,b=%d",a,b);
endmodule
www.eeworm.com/read/233704/14142831
bak ex2.v.bak
module ex2;
integer a,b;
parameter size=7;
initial
begin
a=2;
b=1;
repeat(size) begin
#5 a=a+1;b=b+1;
end
end
initial
$display($time,,,,,,,"a=%d,b=%d",a,b);
endmodule
www.eeworm.com/read/131463/14144884
dat example5_4.dat
num. of node
6
node type
0 1
1 1
2 1
3 1
4 1
5 1
coordinate
0 0.0 6.0
1 0.0 3.0
2 0.0 0.0
3 4.0 6.0
4 4.0 3.0
5 4.0 0.0
num. constrained node
4
2 1 1 1
3 1 0 0
4 1 0 0
5 1 1 1
nu
www.eeworm.com/read/131463/14144890
dat example7_1.dat
num. of node
6
node type
0 1
1 1
2 1
3 1
4 1
5 1
coordinate
0 0.0 6.0
1 5.0 6.0
2 0.0 3.0
3 5.0 3.0
4 0.0 0.0
5 5.0 0.0
num. constrained node
2
4 1 1 1
5 1 1 1
num. of element
6
www.eeworm.com/read/131463/14144896
dat example5_4b.dat
num. of node
6
node type
0 1
1 1
2 1
3 1
4 1
5 1
coordinate
0 0.0 6.0
1 0.0 3.0
2 0.0 0.0
3 4.0 6.0
4 4.0 3.0
5 4.0 0.0
num. constrained node
2
2 1 1 1
5 1 1 1
num. of element
6
www.eeworm.com/read/131220/14155385
h field.h
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/131088/14161687
h params.h
/*----------------------------------------------------------------------
File : params.h
Contents: command line parameter retrieval
Author : Christian Borgelt
History : 05.06.2003 file cre
www.eeworm.com/read/131038/14163089
v alu.v
/* ***********************************************************************
The Free IP Project
Free-RISC8 -- Verilog 8-bit Microcontroller
(c) 1999, The Free IP Project and Thomas Coonan
FR