登录
首页 » VHDL » src

src

于 2020-09-05 发布
0 271
下载积分: 1 下载次数: 1

代码说明:

说明:  实现UDP的网络传输,在PC建立UDP的服务器,向fpga的ip:192.168.0.25发送数据,实现回环通讯。(The network transmission of UDP is realized. UDP server is set up in PC, and the data is sent to IP: 192.168.0.25 of FPGA to realize loop communication.)

文件列表:

src\arp.vhd, 25722 , 2018-08-29
src\arpv2.vhd, 12157 , 2018-08-29
src\arp_REQ.vhd, 9695 , 2018-08-29
src\arp_RX.vhd, 11380 , 2018-08-29
src\arp_STORE_br.vhd, 9383 , 2018-08-29
src\arp_SYNC.vhd, 4549 , 2018-08-29
src\arp_TX.vhd, 10857 , 2018-08-29
src\arp_types.vhd, 2139 , 2018-08-29
src\axi.vhd, 750 , 2018-08-29
src\GMAC\afifo.v, 6694 , 2018-08-29
src\GMAC\Axi_Rx_Tx.v, 11185 , 2018-08-30
src\GMAC\Clk_ctrl.v, 5246 , 2018-08-29
src\GMAC\eth_miim.v, 16634 , 2018-08-29
src\GMAC\header.v, 183 , 2018-08-29
src\GMAC\MAC_rx\Broadcast_filter.v, 5145 , 2018-08-29
src\GMAC\MAC_rx\CRC_chk.v, 6212 , 2018-08-29
src\GMAC\MAC_rx\MAC_rx_add_chk.v, 7010 , 2018-08-29
src\GMAC\MAC_rx\MAC_rx_ctrl.v, 22836 , 2018-08-30
src\GMAC\MAC_rx\MAC_rx_FF.v, 26681 , 2018-08-29
src\GMAC\MAC_rx.v, 12351 , 2018-08-30
src\GMAC\MAC_top.v, 23300 , 2018-08-30
src\GMAC\MAC_tx\CRC_gen.v, 7274 , 2018-08-29
src\GMAC\MAC_tx\flow_ctrl.v, 7767 , 2018-08-29
src\GMAC\MAC_tx\MAC_tx_addr_add.v, 6250 , 2018-08-30
src\GMAC\MAC_tx\MAC_tx_Ctrl.v, 23794 , 2018-08-29
src\GMAC\MAC_tx\MAC_tx_FF.v, 27923 , 2018-08-31
src\GMAC\MAC_tx\Ramdon_gen.v, 5537 , 2018-08-29
src\GMAC\MAC_tx.v, 13363 , 2018-08-31
src\GMAC\mac_v2_2.v, 7899 , 2018-08-31
src\GMAC\miim\eth_clockgen.v, 5603 , 2018-08-29
src\GMAC\miim\eth_outputcontrol.v, 6412 , 2018-08-29
src\GMAC\miim\eth_shiftreg.v, 6843 , 2018-08-29
src\GMAC\miim\timescale.v, 3153 , 2018-08-29
src\GMAC\Phy_int.v, 8736 , 2018-08-30
src\GMAC\reg_int.v, 10407 , 2018-08-30
src\GMAC\RMON\RMON_addr_gen.v, 11354 , 2018-08-29
src\GMAC\RMON\RMON_ctrl.v, 10097 , 2018-08-29
src\GMAC\RMON\RMON_dpram.v, 1605 , 2018-08-30
src\GMAC\RMON.v, 9224 , 2018-08-29
src\GMAC\TECH\xilinx\CLK_DIV2.v, 3598 , 2018-08-29
src\GMAC\TECH\xilinx\CLK_SWITCH.v, 3671 , 2018-08-29
src\GMAC\TECH\xilinx\duram.v, 1526 , 2018-08-29
src\IPv4.vhd, 6527 , 2018-08-29
src\IPv4_RX.vhd, 17893 , 2018-08-29
src\IPv4_TX.vhd, 20831 , 2018-08-29
src\ipv4_types.vhd, 3878 , 2018-08-29
src\IP_complete_nomac.vhd, 13240 , 2018-08-29
src\ml605\IP_complete.vhd, 11063 , 2018-08-29
src\ml605\u640_gthenet.vhd, 16588 , 2018-08-29
src\ml605\UDP_Complete.vhd, 11984 , 2018-08-29
src\ml605\UDP_integration_example.vhd, 21039 , 2018-08-29
src\ml605\xv6mac_straight.vhd, 18093 , 2018-08-29
src\Top\UDP_RX_TX_TOP.vhd, 15508 , 2018-08-31
src\Top\UDP_RX_TX_TOP_TEST.vhd, 14631 , 2020-09-04
src\tx_arbitrator.vhd, 3053 , 2018-08-29
src\UDP_Complete_nomac.vhd, 9698 , 2018-08-29
src\UDP_RX.vhd, 11256 , 2018-08-29
src\UDP_TX.vhd, 13478 , 2018-08-31
src\GMAC\TECH\xilinx, 0 , 2020-09-04
src\GMAC\MAC_rx, 0 , 2020-09-04
src\GMAC\MAC_tx, 0 , 2020-09-04
src\GMAC\miim, 0 , 2020-09-04
src\GMAC\RMON, 0 , 2020-09-04
src\GMAC\TECH, 0 , 2020-09-04
src\GMAC, 0 , 2020-09-04
src\ml605, 0 , 2020-09-04
src\Top, 0 , 2020-09-04
src, 0 , 2020-09-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • first
    说明:  实现固定时隙分配的TDMA算法,有完整的节点和进程模型,用opnet实现(The TDMA algorithm for fixed slot allocation has a complete node and process model, which is implemented by opnet.)
    2021-02-08 15:09:54下载
    积分:1
  • netfilter源码,非常经典
    netfilter.org is home to the software of the packet filtering framework inside the Linux 2.4.x and later kernel series. Software commonly associated with netfilter.org is iptables. Software inside this framework enables packet filtering
    2022-02-06 02:35:04下载
    积分:1
  • 端口测试工具
    对于有网络权限的公司,一款好的、简单的网络测试工具是提高工作效率的必备,这款工具正好满足这个特定需求。可用于测试内外网端口开通情况,分为TCP服务端echo server、UDP服务端echo server、tcp客户端、udp客户端。
    2023-02-02 15:15:04下载
    积分:1
  • 高级语言序设计JAVE
    高级语言程序设计JAVE-Advanced Language Program Design acids
    2022-12-19 10:40:03下载
    积分:1
  • Computer-Networks-and-Internets
    这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
    2013-12-27 21:41:43下载
    积分:1
  • 扫描局域指定段在用IP,只需将两个文件放在windowssysytem32下,然后在命令行执行nbtscan192.168.0.1...
    扫描局域网指定网段在用IP,只需将两个文件放在windowssysytem32下,然后在命令行执行nbtscan192.168.0.1-255即可-Scan LAN segment using the specified IP, only two files in the windows sysytem32, and then at the command line can be the implementation of nbtscan192.168.0.1-255
    2022-12-17 22:45:03下载
    积分:1
  • 这是我写的一个从互联上取得正确时间并设置本机时间的序。只为学习希望多交流以后。
    这是我写的一个从互联网上取得正确时间并设置本机时间的程序。只为学习希望多交流以后。-This is the one I wrote on the Internet to get the correct time and set the time for the procedure. Learning only hope for more exchanges later.
    2022-01-26 04:22:12下载
    积分:1
  • rtmp 源代码
    RTMP(Real Time Messaging Protocol)是专门用来传输音视频数据的流媒体协议,最初由Macromedia 公司创建,后来归Adobe公司所有,是一种私有协议,主要用来联系Flash Player和RtmpServer,如FMS, Red5,  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-06-29 18:26:31下载
    积分:1
  • dns
    一个简单的DNS服务器,可以在嵌入式系统中使用。(A simple DNS server,it can be used in embedded system.)
    2019-04-02 11:00:11下载
    积分:1
  • tfpejzh
    说明:  
    2018-05-15 17:00:42下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载