代码搜索:alu
找到约 3,998 项符合「alu」的源代码
代码结果 3,998
www.eeworm.com/read/386117/8764339
v alu_alu.v
module ALU(c32,s,op,a,b,ci,v,z,n);
input [1:0]op;
input [31:0]a,b;
output[31:0]s;
output n,v,c32,z;
input ci;
wire z;
wire [31:0]d,e,f,s1;
assign d=a&b;
assign e=a|b;
mux21_32 mux1(op[0],a,b,f);
add
www.eeworm.com/read/211608/15176666
v alu.v
//**************************************************
//** Revision : 0.1
//** File name : ALU.v
//** Module name : ALU
//** Discription : 本文件描述了算术逻辑部件,此部件有功能
//** Simulator : Max+plus
www.eeworm.com/read/379944/9171792
out test_alu.out
ALU Test Log
___________________
Test# 1 ran without incident.
================
Alu_A=00000007 Alu_B=00000002 Alu_C=0 Alu_Cntrl=00000 Alu_Result=00000007 Alu_Signals=0000
Alu_A=00000007 Alu_B
www.eeworm.com/read/353698/10431064
out test_alu.out
ALU Test Log
___________________
Test# 1 ran without incident.
================
Alu_A=00000007 Alu_B=00000002 Alu_C=0 Alu_Cntrl=00000 Alu_Result=00000007 Alu_Signals=0000
Alu_A=00000007 Alu_B
www.eeworm.com/read/225948/14510013
out test_alu.out
ALU Test Log
___________________
Test# 1 ran without incident.
================
Alu_A=00000007 Alu_B=00000002 Alu_C=0 Alu_Cntrl=00000 Alu_Result=00000007 Alu_Signals=0000
Alu_A=00000007 Alu_B
www.eeworm.com/read/412239/11208812
out test_alu.out
ALU Test Log
___________________
Test# 1 ran without incident.
================
Alu_A=00000007 Alu_B=00000002 Alu_C=0 Alu_Cntrl=00000 Alu_Result=00000007 Alu_Signals=0000
Alu_A=00000007 Alu_B
www.eeworm.com/read/379944/9171844
v alu.v
//Name: Tam Nguyen, Long Pham, Thinh Le
//Behavior of ALU:
//Last modified 4/30/00
//`include "/work1/ece371emr/mcrum/.archCVS/defines.v"
`include "defines.v"
`timescale 1ns/100ps
module ALU_ARM7(A
www.eeworm.com/read/164900/10082471
v alu.v
//Name: Tam Nguyen, Long Pham, Thinh Le
//Behavior of ALU:
//Last modified 4/30/00
//`include "/work1/ece371emr/mcrum/.archCVS/defines.v"
`include "defines.v"
`timescale 1ns/100ps
module ALU_ARM7(A