-
Verilog流水整除算法
借助于实际计算除法的经验,比如11(1011)除以2(0010)(注:以二进制的方式进行),我们首先会比较被除数的最高位是否大于等于除数2,显然该例中1小于10,那么商0,再向下一位看,此时为10,与除数相等,商1余数为0;继续看被除数后一位为1小于除数2,商0,再向下一位看,此时为10,与除数相等,商1余数为1;这样连续比较四次便得到了最后的结果。商为5(0101),余数为1;
- 2022-08-08 11:24:59下载
- 积分:1
-
中值滤波算法
中值滤波实现。选择在Vivado软件上采用Verilog语言来编写中值滤波算法,搭建出完整的数据处理系统架构,通过仿真和验证来判断数据的处理效果,并在实际的设计过程中根据出现的问题提出解决方案。(Median filter implementation. The author chose Verilog language to write the median filter algorithm in Vivado software, built a complete data processing system architecture, judged the data processing effect through simulation and verification, and proposed a solution according to the problems in the actual design process.)
- 2018-05-30 13:44:03下载
- 积分:1
-
eetop.cn_16bits_multiplier
16位并行乘法器源代码,booth2编码,二进制树拓扑结构(16bits parallel multiplier source code
)
- 2020-12-24 20:59:05下载
- 积分:1
-
Vivado基础实验
通过用vivado完成一个流水灯项目手把手教你如何使用vivado,内容十分详细。(Using vivado to complete a running light project, you can learn how to use vivado by hand. The content is very detailed.)
- 2018-12-06 16:14:45下载
- 积分:1
-
syn_rd_wr_fifo
该代码实现了FPGA对USB芯片68013的读写,语言是VERLOD,试验通过。(The code to achieve the FPGA read and write 68013 on the USB chip, the language is VERLOD, through the test.
)
- 2015-05-02 14:34:16下载
- 积分:1
-
基于FPGA的三相异步电机变频调速程序
基于FPGA的三相异步电机变频调速程序,对三相桥式逆变器进行控制,采用VVVF调速方法,红外遥控设置频率。
基于FPGA的三相异步电机变频调速程序,对三相桥式逆变器进行控制,采用VVVF调速方法,红外遥控设置频率。
基于FPGA的三相异步电机变频调速程序,对三相桥式逆变器进行控制,采用VVVF调速方法,红外遥控设置频率。
- 2022-03-25 12:41:01下载
- 积分:1
-
LM75A
FPGA读取LM75A温度数据,并在段码LED上实时显示。(The temperature data of LM75A are read by FPGA and displayed on segment code LED in real time)
- 2021-03-29 11:19:10下载
- 积分:1
-
CPU流水线设计报告
说明: CPU课程设计要求以FPGA开发平台为例,分析 CPU 设计的流程与仿真。
本次开发使用的硬件描述语言是 Verilog 语言,使用的指令系统是一个以 MIPS 指令集为子集的指令系统,共 22 条指令,所用的设计仿真软件Modelsim。(CPU curriculum design requires FPGA development platform as an example to analyze the process and Simulation of CPU design.
The hardware description language used in this development is Verilog language, and the instruction system used is an instruction system with MIPS instruction set as a subset, with 22 instructions in total. The design simulation software Modelsim is used.)
- 2020-12-24 12:09:05下载
- 积分:1
-
vivek
THIS IS A SOURCE CODE FOR LIFT IN VHDL LANGUAGE
- 2012-04-08 02:01:07下载
- 积分:1
-
LFM
说明: 该程序使用Verilog语言产生LFM信号(The program uses Verilog language to generate LFM signals.)
- 2021-04-19 09:38:51下载
- 积分:1