用FPGA实现以太网


用FPGA实现的以太网,包含界面和完整的程序
资源截图
代码片段和文件信息
/*-----------------------------------------------------------------------------
//
//     XILINX IS PROVIDING THIS DESIGN CODE OR INFORMATION “AS IS“
//     SOLELY FOR USE IN DEVELOPING PROGRAMS AND SOLUTIONS FOR
//     XILINX DEVICES.  BY PROVIDING THIS DESIGN CODE OR INFORMATION
//     AS ONE POSSIBLE IMPLEMENTATION OF THIS FEATURE APPLICATION
//     OR STANDARD XILINX IS MAKING NO REPRESENTATION THAT THIS
//     IMPLEMENTATION IS FREE FROM ANY CLAIMS OF INFRINGEMENT
//     AND YOU ARE RESPONSIBLE FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE
//     FOR YOUR IMPLEMENTATION.  XILINX EXPRESSLY DISCLAIMS ANY
//     WARRANTY WHATSOEVER WITH RESPECT TO THE ADEQUACY OF THE
//     IMPLEMENTATION INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OR
//     REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE FROM CLAIMS OF
//     INFRINGEMENT IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
//     FOR A PARTICULAR PURPOSE.
//
//     (c) Copyright 2002 Xilinx Inc.
//     All rights reserved.
//
//---------------------------------------------------------------------------*/

#include “sleep.h“
#include “xparameters.h“

void nanosleep(unsigned int nanoseconds)
{
  /* not implemented */
}

void usleep(unsigned int useconds)
{

  int ij;
  for (j=0;j    for (i=0;i<26;i++) asm(“nop“);
}

void sleep(unsigned int seconds)
{

  int ij;
  for (j=0;j    for (i=0;i<25000000;i++) asm(“nop“);
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3367  2009-11-12 08:43  ethernet_v1_1codecrc32.h

     文件    1435479  2009-11-12 08:43  ethernet_v1_1codepc
tfxapp1144.exe

     文件       1425  2009-11-12 08:43  ethernet_v1_1codesleep.c

     文件       1233  2009-11-12 08:43  ethernet_v1_1codesleep.h

     文件       5051  2009-11-12 08:43  ethernet_v1_1codexapp.h

     文件     104210  2009-11-12 08:43  ethernet_v1_1codexapp_v6.c

     文件       5191  2009-11-12 08:43  ethernet_v1_1codexromlcd.c

     文件       1828  2009-11-12 08:43  ethernet_v1_1codexromlcd.h

     文件     268156  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3docethernet_statistics_ds323.pdf

     文件     576080  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3docethernet_statistics_gsg169.pdf

     文件     951415  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3docethernet_statistics_ug170.pdf

     文件       4972  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3ethernet_statistics_readme.txt

     文件      23969  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3example_designethernet_statistics_v3_3_block.vhd

     文件       3936  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3example_designethernet_statistics_v3_3_example_design.ucf

     文件       9664  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3example_designethernet_statistics_v3_3_example_design.vhd

     文件       4419  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3example_design
eset_sync.vhd

     文件      47503  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3example_designvector_decode.vhd

     文件       1151  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3implementimplement.bat

     文件       1142  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3implementimplement.sh

     文件        224  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3implementxst.prj

     文件        141  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3implementxst.scr

     文件      38120  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulationdemo_tb.vhd

     文件        462  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulationfunctionalsimulate_mti.do

     文件        638  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulationfunctionalsimulate_ncsim.sh

     文件       1723  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulationfunctionalwave_mti.do

     文件       2178  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulationfunctionalwave_ncsim.sv

     文件        248  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulation imingsimulate_mti.do

     文件        630  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulation imingsimulate_ncsim.sh

     文件       1723  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulation imingwave_mti.do

     文件       2178  2009-11-12 08:43  ethernet_v1_1coregenethernet_statistics_v3_3simulation imingwave_ncsim.sv

............此处省略335个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)