-
Shumaguan
在BASYS3上实现跑马灯的功能。第一LED交替闪烁;第二LED由左至右逐个变亮,再逐个变暗;第三LED由右至左逐个变亮,再逐个变暗;第四LED由两边逐个变亮,再从中间逐个变暗。(Realize the function of the horse light on BASYS3. The first LED flashes alternately; second LED brightens from left to right and then darkens one by one; the third LED turns from right to left, then darkens one by one, and then darkens one by one; fourth LED is brightened by both sides, and then darkening from the middle.)
- 2018-06-21 11:06:16下载
- 积分:1
-
RS485verilog
这是用Verilog写的RS485通信程序,可以使用,希望大家能够互相交流,(This is a Verilog writing RS485 communication program, can be used, I hope we can communicate with each other,)
- 2021-04-01 15:59:08下载
- 积分:1
-
1024point-fft--using-verilog-hdl
1024点快速傅里叶变换,使用verilog hdl硬件描述语言(1024point FFT,using verilog hdl)
- 2013-03-09 10:54:42下载
- 积分:1
-
simple_cpu
初学cpu结构的很好的verilog代码的示例,适合初学者(novice cpu structure of the good verilog code examples for beginners)
- 2007-03-03 01:05:16下载
- 积分:1
-
如何使用FFT ip core--verilog
应用背景
在图像处理领域中,及数字信号处理中,很多时候需要用到FFT(快速傅里叶变换)。
很多人不知道如何使用快速傅里叶变换。其实快速傅里叶变换并不复杂,这里提供FFT进行256点的快速傅里叶变换,并给出测试激励。仿真全部通过,基于ISE14.2 xilinx公司提供的IP核。
关键技术快速傅里叶变化并没有那么神秘,程序中有注释,可以不看公司的手册就可以简单实用FFT IP核了。
这里我们并不是编写FFT核,二是利用xilinx公司提供的IP核,本工程就是教你如何使用FFT核。
很多人不知道如何使用快速傅里叶变换。其实快速傅里叶变换并不复杂。
读者可以使用MaTLAB仿真,同FFT ip核的结果进行对比,可以更好的理解FFT变换
- 2022-05-14 02:40:11下载
- 积分:1
-
ofdm_integration
整合的OFDM调制解调方法,matlab文件,modelsim仿真(Integration OFDM modulation and demodulation method, matlab file, modelsim simulation)
- 2012-09-03 17:13:35下载
- 积分:1
-
I2C主实现用有限状态机
- 2022-03-18 18:02:01下载
- 积分:1
-
MP3-coder
In this design, it is assumed that a buffer sized as 1024x8 bits provides main data including scale factors and Huffman code bits to Huffman decoder.
Also, it is assumed that a memory with 1024x8 bits is ready for each component to write or read the output or input 576 frequency lines.(This folder contains three directories: Huffman, IMDCT and Filterbank, each of them
includes all the VHDL source codes of the component.)
- 2013-08-06 15:40:24下载
- 积分:1
-
I2C串行协议
I²C(内部集成电路,称为I-平方-C,I-2-C中,或IIC)是由飞利浦发明的多主串行单端计算机总线用于连接低速外围设备的母板,嵌入式系统,蜂窝电话,或其他电子设备。为了不被混淆的术语双线接口,只描述了一个兼容的硬件接口。自1990年代中期以来,一些竞争对手(例如,西门子公司(后来的英飞凌科技股份公司,目前英特尔移动通信),NEC,德州仪器,意法半导体(前身SGS - 汤姆逊),摩托罗拉(后来飞思卡尔),Intersil公司等)带来的I²C产品在市场上,这是与恩智浦(前身为飞利浦半导体部门)I²C系统完全兼容。自2006年10月10日,是不需要授权费来实现I²C协议。但是,收费仍需要获得恩智浦分配I²C从地址。[1]SMBus的,由英特尔在1995年的定义,是I²C的是更严格地定义了协议的一个子集。 SMBus的一个目的是促进稳健性和互操作性。因此,现代的I²C系统整合的政策和规则由SMBus,有时同时支持I²C和SMBus需要最小的重新配置。
- 2022-10-04 02:00:03下载
- 积分:1
-
FPGA数码管显示秒表实验
说明: FPGA数码管显示秒表实验
三种方法实现:
方法一: 对秒计数,得到(秒显示)0~9,
对(秒显示)计数,得到(分秒显示)0~5,
对(分秒显示)计数,得到(分钟显示)0~5,
注意进位时机
方法二: 对秒计数,得到(秒显示)0~9
对秒计数,得到(分秒显示)0~5
对秒计数,得到(分钟显示)0~5
方法三:
只对秒计数,分别取模
%60得到分钟显示 ************************
余数%10得到分秒显示 (据说)取模运算占资源!!!!(也能接受?好像...)
再剩下的余数为秒显示 ************************(Experiment of Digital Tube Display Stopwatch Based on FPGA
Three ways to achieve)
- 2020-06-22 04:40:02下载
- 积分:1