资源列表
spi
- 通过SPI接口给一段位宽16位长度为8的配置寄存器进行赋值。位宽为16 表示存储的数据信息位数为16,长度为8,则代表的是寄存器的深度为8。 在输入第一位数据时,定义一个计数器count,以判断目前接收了几个数据。当接收到第8位时,后六位为地址,前两位用于判断,10表示读操作,11表示写操作,进入读写操作后仍需计数,以便判断何时读完或写完,当count=24时为读写操作完毕。(Through the SPI interface to a 16 bit length 8 configuratio
PAL25fps
- 标准pal制式显示 768*576,25hz(PAL code Standard pal mode displays 768*576, 25Hz)
CTE
- YUV訊號轉RGB訊號 RGB訊號轉YUV訊號(YUV to RGB and RGB to YUV)
XY2_100
- vhdl写的XY2100协议,该协议用于激光振镜(The XY2100 protocol written by VHDL, which is used for laser vibro mirror)
5.44业务配置
- 是一种常用的router acl配置,就是一种常用的router acl配置(It's a common router ACL configuration, a common router ACL configuration)
StopWatch
- 利用Verilog实现数字秒表(基本逻辑设计分频器练习) 设置复位开关。当按下复位开关时,秒表清零并做好计时准备。在任何情况下只要按下复位开关,秒表都要无条件地进行复位操作,即使是在计时过程中也要无条件地进行清零操作。 设置启/停开关。当按下启/停开关后,将启动秒表输出,当再按一下启/停开关时,将终止秒表的输出。 采用结构化设计风格描述,即先设计一个10分频电路,再用此电路构建秒表电路。(Using Verilog to realize digital stopwatch (basic l
有符号小数乘法器
- 改进的verilog乘法器,改进了此项乘法,更利于在硬件中的使用(introduce this funcation in this code.)
GF乘法器
- 伽罗华域乘法器设计,包含了两个模块,设计较为简单(Galois field multiplier design, contains two modules, the design is relatively simple)
spi_master_sent
- 在FPGA平台实现SPI传输协议开发,SPI为三总线式。(Implementation of SPI transmission protocol development on FPGA platform)
spiflash
- SPI接口实现,对SPI写,擦出等功能操作,此代码在板子上进行验证过,没有任何问题(SPI interface implementation, write to SPI, wipe out and other functional operations, this code has been verified on the board, there is no problem.)
FIR
- fir滤波器的简单实现,主要用于学习与理解(Simple implementation of the fir filter, mainly for learning and understanding)
UART
- Verilog写的UART 协议。可用于FPGA RS232接口实现。(The UART protocol written by Verilog. It can be used for the implementation of the FPGA RS232 interface.)
