搜索资源列表
Parallel_Booth_Multiplier
- Parallel Booth Multiplier Circuit in VHDL
my_multiplier
- 一个VHDL编的简单乘法器,基本原理设计如下图所示: 将两个操作数分别以串行和并行模式输入到乘法器的输入端, 用串行输入操作数的每一位依次去乘并行输入的操作数, 每次的结果称之为部分积, 将每次相乘得到的部分积加到累加器里, 形成部分和, 部分和在与下一个部分积相加前要进行移位操作。-A simple multiplier VHDL series, the basic principles of design as follows: two operands, respectively, ser
ParallelSerialMult
- 用verilog代码来实现并行序列乘法器,采用乘法器结构,读者可以自行编译,-Use verilog code to implement a parallel sequence multiplier, using the multiplier structure, readers can compile their own,