代码搜索:mult
找到约 6,230 项符合「mult」的源代码
代码结果 6,230
www.eeworm.com/read/374308/9411358
class mult.class
www.eeworm.com/read/374228/9415398
v mult_for.v
module mult_for(outcome,a,b);
parameter size=8;
input[size:1] a,b;
output[2*size:1] outcome;
reg[2*size:1] outcome;
integer i;
always @(a or b)
begin
outcome=0;
for(i=1; i
www.eeworm.com/read/374228/9415564
v mult.v
module mult(outcome,a,b);
parameter size=8;
input[size:1] a,b;
output[2*size:1] outcome;
assign outcome=a*b;
endmodule
www.eeworm.com/read/178176/9415597
dsc mult.dsc
An multiplication program.
The program multiplies two numbers.
A number 'n' is represented by n 1-s.
Sample :
5 is represented as 1 1 1 1 1
3 is represented as 1 1 1
Input : Two number
www.eeworm.com/read/178176/9415612
rul mult.rul
q0 1 q1 b R
q1 1 q1 1 R
q1 * q2 * R
q2 1 q2 x R
q2 b q2 * L
q2 x q2 x L
q2 * q3 * R
q3 x q4 1 R
q3 1 q3 1 R
q3 * q7 * L
q4 x q4 x R
q4 * q4 * R
q4 1 q4 1 R
q4 b q5 1 L
q5 1 q5 1 L
q5 *
www.eeworm.com/read/178176/9415659
meta_mult
mult.dsc 1 mult.sta mult.abt mult.rul mult1.in mult2.in mult3.in