搜索资源列表
fpga
- 这是一个用C语言写的SPI读写FPGA的典型代码,具有一定的参照开发价值-This is a C language reader wrote SPI typical FPGA code has some reference value for development
kuopinvhdl
- 扩频系统的FPGA实现代码,相信对大家有很好的参考价值。-spread spectrum system FPGA code, I believe we have a good reference value.
GPS_code_nco
- 这是GPS接收机,基带处理模块中累加模块设计代码,用于码跟踪环。代码设计巧妙,避免了消耗FPGA中比较稀缺的硬件乘法器资源。-This is the GPS receiver, Baseband Processing Module cumulative module design code for the code tracking loop. Code so cleverly designed to avoid the consumption of more FPGA hardware mul
i2c_slave
- 一个好用的经过FPGA验证的i2c_slave verilog代码。
DM642FPGAosd
- 基于DM642的OSD显示程序,代码是基于FPGA编写的demo程序,大家可以参考一下
Wireless_Communication_FPGA
- 无线通信FPGA设计 书的附带代码。书中涉及无线通信的各个环节,但是介绍的都不细,而且例程太简单,但是可以做入门学习用。
FPGAdatatransport
- 本文设计的FPGA模块需要对GPS、便携打印机和串口数据进行处理,将详细介绍如何设计FPGA和不同外设之间的数据传输。同时,在RTL编码中,编写使综合与布局布线效果更佳的代码。
FPGA与USB通信的测试代码
- FPGA与USB通信的测试代码,包括FPGA中的程序(Verilog编写)和PC机上的主控程序以及USB固件程序。,FPGA and the USB communication test code, including the FPGA in the procedure [Verilog prepared] and PC-control procedures, as well as the USB firmware.
usbFPGAconnect
- 该例程是PC机通过FX2-CY7C68013-A的USB2.0控制芯片与FPGA实现通信。其中的工程和代码包括PC机上的USB固件程序、驱动程序、上位机程序,FPGA上的VERILOG通信程序。-The routine is a PC, through the FX2-CY7C68013-A of the USB2.0 controller chip and the FPGA to achieve communication. One of the projects and code, incl
async
- 用FPGA实现RS232,代码经过测试通过-FPGA implementation using RS232, the code has been tested through
homeMadeGPS
- 一个外国科学家业余做的gps接收机,这里提供的是fpga代码。可以去他的网站上去看更详细的信息。-failed to translate
uart
- 实现UART的FPGA代码,包括发送模块、接受模块、时钟模块。-UART in fpga,include translate module,receive module an clock module.
OFDM-system-based-on-FPGA-design
- OFDM系统发端和手段的最完美的VHDL代码-the best VHDL codes of OFDM system , including the TR and Rx
IC_design
- 《通信IC设计》一书的随书代码,作者是从事芯片工作,提供了大量的通信底层算法的FPGA代码以及wifi,lte的matlab代码-" Communication IC Design," a book with the book code, the author is engaged in the work of the chip, providing a large number of communication underlying algorithms FPGA code
gsm_td_ops_1219_wdq
- 数字光纤直放站FPGA代码,同时支持GSM,TD-LTE双模(digital optical repeater FPGA coder ,support GSM and TD-LTE at the same time)
uart程序_quartus_verilog
- 该程序实现uart串口收发数据,按照通信数据格式,代码编写规范,实现fpga中uart通信功能。(The program realizes the UART serial transceiver data, according to the communication data format, code specification, to achieve UART communication function in fpga.)
源程序
- 基于FPGA的超声波测距,利用原理图绘制,可以转成veilog代码(Ultrasonic ranging based on FPGA, using schematic drawing, can be converted to veilog code)
RISC_CPU完整代码
- 硬件实现一个完整的CPU,利用verilog编写,可在ISE上直接使用(Hardware implements a full CPU)
fpga_slavefifo2b_verilog
- fpga控制USB接口数据收发,包含verilog 仿真代码和调试工程(fpga control usb3.0, modelsim simulation, verilog language)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解