搜索资源列表
multiplyingunit
- 其乘法器原理是:乘法通过逐项移位相加原理来实现,从被乘数的最低位开始,若为1,则乘数左移后与上一次的和相加;若为0,左移后以全零相加,直至被乘数的最高位-Its multiplier principle is: the sum of multiplication through each shift principle to achieve, from the lowest bit multiplicand to start, if 1, then the multiplier on the l
123
- 請設計一個8位元移位暫存器,規格如下: 當控制線S1,S2輸入為00時,平行載入; 當控制線S1,S2輸入為01時,在一時脈內向右shift 1位元; 當控制線S1,S2輸入為10時,在一時脈內向右shift 2位元; 當控制線S1,S2輸入為11時,在一時脈內向右shift 3位元 -Serial Adder
a_serial_adder
- 一位串行加法器,是用MAXPLUSII实现VHDL程序的编程-A serial adder is used MAXPLUSII programming VHDL implementation
Serialadder
- VHDL语言串行加法器 可以实现五位加法运算-Serial adder five addition operations can be achieved
serialadder
- serial adder a simple lab experiment with explanation-serial adder a simple lab experiment with explanation
pipeline
- 用流水线构成的串行八位加法器,可以输出进位级联-With a line consisting of eight serial adder, can output binary cascade
Case_Study_FA
- This document objective is to design a one bit full adder to be used as part of a serial adder.-This document objective is to design a one bit full adder to be used as part of a serial adder.
serial_adder
- This is a simple Serial Adder for Quartus II. The source code is in verilog HDL
serial-adder
- VHDL code for adding two hard-coded 8-bit binary numbers
serialadder
- serial adder in behavioural model
adder-VerilogHDL
- 各种加法器的VerilogHDL语言编写的包括普通加法器,串行进位加法器,超前进位加法器等-Adder VerilogHDL various languages, including ordinary adder, serial carry adder, CLA, etc.
4BitSerialAdder
- Four Bit Serial Adder
ser_adder
- 串入串出加法器 verilog 代码 串入串出加法器 verilog 代码-serial adder verilog code serial adder verilog code
assg-5-(serial-bit-adder)
- 4 bit adder using four full adder’s structural modeling style
Four-serial-binary-adder
- 用Quartus II软件原理图编写四位串行二进制加法器-Principle of Quartus II software, written in four serial binary adder
vhdl
- 通过VHDL语言,实现简单的多路选择器、串行加法器、并行加法器、计数器-By VHDL language, a simple multiple-choice, serial adder, parallel adder, counter
SA_VHDL-
- a simple serial adder in vhdl, enjoy it
da2c
- VHDL硬件描述语言实现DA转化-In quurtus call half adder to achieve 16-bit serial adder
adder
- 四位二进制串行加法器 VHDL语言 EPM240 数字逻辑实验-Four serial binary adder VHDL language EPM240 digital logic test
src
- Digit serial adder, can be used in digital filter design You can choose the pipeline length, digit size and the word length of the adder.