搜索资源列表
ALU
- ALU与ALU控制器设计,verlog语言书写-ALU
VHDLdanpianji
- 本文首先对MCS8051单片机的原理进行介绍和分析;接着介绍使用EDA技术,用VHDL语言完成了8051单片机的设计工作;MCS8051单片机的CPU和数模转换器的设计运用了算术逻辑单元ALU算术运算的算法实现和控制单元的状态机;以及数模转换器的∑-△调制方法的实现。通过如上的算法实现,可以看出VHDL语言在算法级的设计上具有很多的优势和特点。使用EDA技术设计的结果既可以用FPGA/CPLD来实施验证,也可以直接做成专用集成电路(ASIC)。-VHDL
alu
- 加法器FPGA 实现,精简,快速,高效,有仿真文件-adder base on FPGA ,verilog HDL
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).
spartan_alu_8_bit
- Verilog based 8 bit ALU module, implemented on Spartan 3E FPGA.
alu_struct
- ALU written in VHDL, tested in FPGA advantage, there will be no support on this code. All right reserved by developer.
alucode
- the code is written to perform an ALU operation which is implemented in fpga
PseudoHC11_MCU
- This extensive proyect turns an FPGA or CPLD into an HC11 simulation. It takes in various opcodes and performs several 8bit operations. The package includes an ALU, UART, RAM module, LCD display and 7 segments as well.-This extensive proyect turns an
Alu-with-seven-segmetn-output
- This contains VHDL source code for a simple arithmetic logic unit. the input and results are displayed on a 4 digit 7 segment display. The user controls the input throug the use of switches. This design was created for the nexys 2 fpga but can be eas
alu
- cpu中的一个部件——运算器。实现八种运算,是FPGA编程-In a CPU parts-- operator. The realization of eight kinds of operations, is the FPGA programming
FPGA_ARM_ALU
- 基于FPGA的ARM的ALU设计,供大家一起参考学习。-FPGA-based ARM ALU design for your reference learning together.
ALU
- 基于FPGA实现的简单ALU。ALU中主要包含有符号的加法、减法、乘法、左移、右移。ALU的顶层要控制运算和复位。-FPGA-based implementation of a simple ALU. ALU mainly contains symbols of addition, subtraction, multiplication, left, right. To control the operation of the ALU and reset the top.
day8_alu_design
- this verilog code for designing ALU in fpga.-this is verilog code for designing ALU in fpga.
ALU
- 简单在fpga上实现的alu部分功能,初学数字信号处理者使用-Simple on fpga alu implemented some functions, beginner to use digital signal processing
ALU
- designing ALU using FPGA
各种基础module打包下载全集
- 例如分频器,alu,ram的verilog实现(The implementation of divider, alu, ram etc. in verilog)
MyALU1
- 一个关于寄存器的ALU功能,并能进行寄存器间的相互转化。(ALU REGISTER. THEY CAN TRANSLATE TO EACH OTHER.)
alu
- A simple ALU on Altera FPGA for learners