搜索资源列表
三种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_74181
- 4 bit alu to replace a 74LS181
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
4_Bit_Alu_vhdl
- Complete VHDL Code for a 4 BIT ALU PROJECT
yetert
- This package includes 4-bit calculator designed in Xilinx FPGA 10 using VHDL. This calculator contains 3 registers, 1 ALU, 1 decoder and 1 FSM (finite state machine).
traffic_lights
- Verilog语言3个程序,包括4位二进制的BCD码加法器,ALU位片,交通信号灯。既有源码也有word文档说明。-Verilog language three procedures, including 4-bit binary code of the BCD adder, ALU-bit chip, traffic lights. Only source documents that have word.
4ALU
- The project is used to perform the operation of 4 bit arethmatic and logical operation. the projcet is implemented in spartan 3E
alu_final
- This a program which performs addition,subtraction,multiplication and division of two 4 bit binary numbers..therefore it is called as 4 bit binary ALU..if u have any doubt,then mail me at prem_bombay@yahoo.co.in -This is a program which performs addi
4
- simple code based on verilog shifter , cla ,clg , ALU , PC
ALU
- a simple 4 bit alu in verilog
ALU
- this is a 4 bit alu design-this is a 4 bit alu design
slice
- A technique for constructing a processor from modules,each of which processes one bit-field or “slice” of an operand.Bit slice processors usually consist of an ALU of 1,2,4 or 8-bits and control lines including carry or overflow signals usually inter
alu
- 一个简单的四位alu,用max+plusII运行-a simple 4bit alu by vhdl.You can use max+plusII to text it
4-bit-ALU
- it is a 4 bit airthmatic logic unit in which all basic mathematical operation of binary number can done. it is a vhdl code file
VHDL_book2
- add4a:4位加法器的设计 add8a:8位加法器的设计 subtract:4位减法器的设计 addsub: 4位加法器/减法器的设计 shift4:移位寄存器的设计 mult4:乘法器设计 div8:除法器设计 alu4:算术逻辑单元ALU设计-add4a: 4-bit adder design add8a: 8 bit adder design subtract: 4-bit subtraction Design addsub: 4-bit ad
ALU
- 在Sparten3E上实现4位操作数、3位指令ALU功能,包含7段数码管的译码显示。具有异步清零功能。-Implemented on Sparten3E 4-bit operand, 3 instruction ALU functions, including the 7-segment display decoder. With asynchronous clear function.
ALU
- How to implement a simple 4-bit ALU using VHDL. ALU can perform addition, subtraction, multiplication, logic AND, logic OR and logic NOT of two 4-bit numbers.
project_ALU
- 4-bit ALU for adding and subtracting 4 bit numbers. It displays the output on the sevensegment display
ALU_4bit
- 4-bit ALU in verilog