搜索资源列表
三种16位整数运算器的ALU设计方法
- 三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器。,Three 16-bit integer arithmetic logic unit of the ALU
alu
- 这是32位alu的代码,使用verilog写的,包含了简单的运算功能-This is a 32-bit alu code, use verilog to write, and includes a simple arithmetic functions
4bitALU
- 4 bit ALU 设计功能仿真和门级仿真结果 -4 bit ALU
16bitalu
- 16 bit alu using the vhdl it has 16 function perform by control unit with 4 control signal
ALU_ise10migration
- It s vhdl source code for 32 bit ALU.
8-bit-alu
- this is an 8 bit alu. to perform various arithmetic and logical operations
4BIT_ALU
- this program performs the functonality of 4 bit alu
4_Bit_Alu_vhdl
- Complete VHDL Code for a 4 BIT ALU PROJECT
spartan_alu_8_bit
- Verilog based 8 bit ALU module, implemented on Spartan 3E FPGA.
CPU
- Simple 8 bit ALU which subs, adds, ands, ors, nots, ...
2bit_ALU
- This is a source code of 2 bit ALU and this is in VHDL form.-This is a source code of 2 bit ALU and this is in VHDL form.
alu_32_bit
- 一个Verilog语言写的32位ALU的源码。-A language written in Verilog source code for a 32-bit ALU.
ALU
- Write an 8085 ALP to design a 4-bit ALU. The ALU should be able to perform addition, subtraction, AND operation, OR operation on 4-bit inputs based on the desired operation
ALU_32
- 32 bit ALU design,LU Operations: This input specifies the ALU operation to be used during the acquisition process. The ALU operations are divided into logical operations and two classes of arithmetic operations. The two classes of arithmetic operatio
Alu-4bit
- alu 4 bit with verilog in modelsim and work correct
ALUALUcontrol
- 实现32位的ALU,使其能够支持基本的指令。用Verilog HDL语言或VHDL语言来编写,实现ALU及ALU控制器。 -To achieve 32-bit ALU, so that it can support the basic directives. With the Verilog HDL language or VHDL language to write, implement ALU and the ALU controller.
8-alu
- 8-bit alu design...it has arithematic and shift operation-8-bit alu design...it has arithematic and shift operation....
ALU
- 这个是我的数字电路设计报告,利用了vhdl语言制作了一个n位的可配置alu器件,实现了一些基本的功能,附有完整的报告及代码,我没有对我的信息进行删除,是希望大家能够诚实的利用这个代码,提高自身本领。-This is my digital circuit design report, using the vhdl language produced an n-bit alu device can be configured to achieve some basic functions, with
ALU
- this is a 4 bit alu design-this is a 4 bit alu design
alu
- the 8 bit alu by verilog