-
ethernet_loopback
通过FPGA驱动千兆以太网口,完成SPARTAN6上的UDP数据包闭环测试,即通过网口发送数据包到FPGA,FPGA内部将接收到的数据返回到PC机,建议测试之前添加ARP静态绑定,FGPA内部的IP以及MAC地址在ROM里的COE文档里可以看到,发送端添加了CRC以及整体CHECKSUM的计算(Driven by FPGA Gigabit Ethernet port, UDP SPARTAN6 data packet on the closed loop test, through the network to send data packets to FPGA, FPGA will receive the data back to the PC, the proposed test before adding ARP static binding, FGPA internal IP and MAC address in the COE document in the ROM where you can see, the sender adds CRC and CHECKSUM integral calculation)
- 2017-11-20 10:21:38下载
- 积分:1
-
verilog实现pwm波
利用实现verilog语言实现,pwm波的实现通过观察led灯的来实现,文件内附testbench文件
- 2022-05-29 16:28:20下载
- 积分:1
-
可以验证组件(VIP)基于System Verilog
可以基于System Verilog验证IP。
- 2022-01-25 17:58:59下载
- 积分:1
-
16points FFT Verilog
基于Verilog代码的16点FFT算法,串行输入,quartusII中运行成功过。
- 2022-03-19 13:09:50下载
- 积分:1
-
DDS
DDS的VHDL源代码,是数字QPSK调制解调中的重要组成部分。(DDS of the VHDL source code, the number of QPSK modulation and demodulation is an important part.)
- 2007-12-11 16:26:33下载
- 积分:1
-
PerryVHDL
VHDL Bible. It is a must read for any front end vlsi designer.
- 2009-03-07 13:17:14下载
- 积分:1
-
关于格 CPLD ufm 演示
ufm 演示关于格 CPLD,使用这个项目,可以使用关于格 CPLD 国米闪光
- 2022-02-21 06:54:53下载
- 积分:1
-
hdl-master
ADI ad9361 vivado 下源代码(ADI ad9361 vivado source code)
- 2015-08-30 21:39:28下载
- 积分:1
-
liyuanlnx_IP_RAM
FPGA——IP_RAM实验:
创建IPRAM核,单端口,10位地址线(256字节),8位数据线(每字节8byte),读写使能
input [9:0] address;
input clock;
input [7:0] data;
input wren; //置1则写入
output [7:0] q;
LNXmode:控制LEDC显示
1:mode1,从k1~k3输入data的低4位,ledb计时,从0~f,计时跳变沿读取k1~k3的值,存入RAM
8个数之后,从RAM输出数据,用leda显示,同样每秒变化一次(The experiment of FPGA-IP_RAM:
Create IPRAM core, single port, 10 bit address line (256 bytes), 8 bit data line (8 byte per byte), read and write enablement)
- 2020-06-22 04:20:02下载
- 积分:1
-
nco11000
实现输入一正弦波和噪声的叠加,介绍详细欢迎下载(The input of a superposition of sine wave and noise introduced in detail)
- 2010-05-16 14:19:53下载
- 积分:1