Welcome![Sign In][Sign Up]
Location:
Search - phy verilog

Search list

[Other resourceusb1.1phy

Description: USB 1.1 PHY的代码,verilog语言 USB 1.1 PHY的代码,verilog语言-USB 1.1 PHY code, verilog language USB 1.1 PHY code, verilog language
Platform: | Size: 8753 | Author: william | Hits:

[VHDL-FPGA-Verilogusb1.1phy

Description: USB 1.1 PHY的代码,verilog语言 USB 1.1 PHY的代码,verilog语言-USB 1.1 PHY code, verilog language USB 1.1 PHY code, verilog language
Platform: | Size: 8192 | Author: william | Hits:

[VHDL-FPGA-Verilogusb_phy

Description: umti协议中的usb1.1的verilog原文件,可公实现usb2.0做参考-umti the agreement usb1.1 verilog the original documents, the public can refer to achieve usb2.0
Platform: | Size: 10240 | Author: liuzefu | Hits:

[VHDL-FPGA-VerilogPOS_PHY_RTL

Description: VERILOG五POSPHY LEVEL3电路描述,可综合,已经过检验.-Five POSPHY LEVEL3 Verilog circuit description can be integrated, has been tested.
Platform: | Size: 62464 | Author: 徐新颜 | Hits:

[VHDL-FPGA-Verilogsata_device_model

Description: sata_device_model,对做硬盘控制器的朋友有帮助-sata_device_model, to make the hard disk controller has a friend help
Platform: | Size: 17412096 | Author: | Hits:

[VHDL-FPGA-VerilogMAC

Description: Verilog code for MAC
Platform: | Size: 1053696 | Author: dheeru | Hits:

[VHDL-FPGA-Verilogmdio

Description: MDIO verilog RTL代码,SOC可以通过MDIO接口来访问外部PHY等慢速外设-MDIO verilog RTL code
Platform: | Size: 4096 | Author: dingyy | Hits:

[VHDL-FPGA-Verilogsmii_latest.tar

Description: SMII接口的mac控制器,通过测试。使用verilog语言!-The Serial Media Independent Interface, SMMI, is a low pin count version of the MII normally used between ethernet MAC and PHY. The Serial Media Independent Interface (SMII) is designed to satisfy the following requirements: Convey complete MII information between a 10/100 PHY and MAC with two pins per port allow multi port MAC/PHY communications with one system clock Operate in both half and full duplex per packet switching between 10 Mbit and 100 Mbit data rates allow direct MAC to MAC communication
Platform: | Size: 1035264 | Author: weixin | Hits:

[VHDL-FPGA-Verilogmdio

Description: cpu与phy通信,让cpu能读写phy芯片,实现通信-cpu communication with phy
Platform: | Size: 2048 | Author: sushaogang | Hits:

[VHDL-FPGA-VerilogUSB_IP-CORE-design

Description: USB2.0的IP核,需要添加额外的PHY模块,使用Verilog语言编写-USB2.0 IP core, you need to add additional PHY module, using the Verilog language
Platform: | Size: 201728 | Author: 董剑 | Hits:

[VHDL-FPGA-VerilogMII

Description: 以太网MII芯片配置接口的VHDL设计,配置PHY芯片的模块设计-Ethernet MII chip configuration interface VHDL design, configuration PHY chip module design
Platform: | Size: 2048 | Author: 雷伟林 | Hits:

[VHDL-FPGA-VerilogMDIO

Description: 网络PHY88E1111的 寄存器 通讯协议的 verilog描述 能实现 lookback 能读出PHY的资料-The register communication protocol Verilog description of the network PHY88E1111 lookback can read the PHY data
Platform: | Size: 1024 | Author: tianfuhe | Hits:

[VHDL-FPGA-VerilogUSB_fpga

Description: FPGA与USB PHY芯片Cy7c68013A通信的程序,Verilog语言-FPGA and USB PHY chip Cy7c68013A communication procedures, Verilog language
Platform: | Size: 4371456 | Author: 路永轲 | Hits:

[VHDL-FPGA-VerilogK7_1M

Description: 用Verilog语言实现的以太网驱程,可最多实现8个以太网,外加PHY后,可实现ping操作-Ethernet drive-by Verilog language can achieve up to eight Ethernet, plus after PHY, can achieve a ping
Platform: | Size: 6008832 | Author: 罗军 | Hits:

[VHDL-FPGA-Verilogsata_phy_latest.tar

Description: 用verilog写成的sata2的phy物理层,可应用与sata2的控制层下层接口!-Phy written by verilog sata2 the physical layer, the lower layer can be applied to the interface control layer and sata2!
Platform: | Size: 387072 | Author: hezigang | Hits:

[VHDL-FPGA-VerilogSRIO-phy-code

Description: SRIO接口物理层的实现代码,非常复杂,完全自己用verilog编写,支持5G速率,可以作为开发参考-SRIO interface implementation code, the physical is very complex, completely written in verilog, support rate of 5 g, will be helpful to the development
Platform: | Size: 188416 | Author: 小刚 | Hits:

[VHDL-FPGA-Verilogudp_send1

Description: 基于FPGA的UDP硬件协议栈, 全部用SystemVerilog写的,不需CPU参与,包括独立的MAC模块。 支持外部phy的配置,支持GMII和RGMII模式。 以下是接口 input clk50, input rst_n, /////////////////////// //interface to user module input [7:0] wr_data, input wr_clk, input wr_en, output wr_full, output [7:0] rd_data, input rd_clk, input rd_en, output rd_empty, input [31:0] local_ipaddr, //FPGA ip address input [31:0] remote_ipaddr, //PC ip address input [15:0] local_port, //FPGA port number //interface to ethernet phy output mdc, inout mdio, output phy_rst_n, output is_link_up, `ifdef RGMII_IF input [3:0] rx_data, output logic [3:0] tx_data, `else input [7:0] rx_data, output logic [7:0] tx_data, `endif input rx_clk, input rx_data_valid, input gtx_clk, output logic tx_en-UDP hardware stack, written in system verilog, do nt need CPU.Projgect includes MAC Layer,support phy configuration.support gmii and rgmii mode. the interface is as the follows: input clk50, input rst_n, /////////////////////// //interface to user module input [7:0] wr_data, input wr_clk, input wr_en, output wr_full, output [7:0] rd_data, input rd_clk, input rd_en, output rd_empty, input [31:0] local_ipaddr, //FPGA ip address input [31:0] remote_ipaddr, //PC ip address input [15:0] local_port, //FPGA port number //interface to ethernet phy output mdc, inout mdio, output phy_rst_n, output is_link_up, `ifdef RGMII_IF input [3:0] rx_data, output logic [3:0] tx_data, `else input [7:0] rx_data, output logic [7:0] tx_data, `endif input rx_clk, input rx_data
Platform: | Size: 53248 | Author: qiubin | Hits:

[VHDL-FPGA-Veriloghelp_lib

Description: 1.JESD204B协议 2.Xilinx的JESD204B phy 核手册 3.Xilinx的JESD204B rx_tx 核手册7.1 4.Xilinx的JESD204B rx_tx 核手册7.2 5.verilog实现串口发送(1.JESD204B protocol 2.Xilinx JESD204B PHY core manual 3.Xilinx JESD204B rx_tx core manual 7.1 4.Xilinx JESD204B rx_tx core manual 7.2 5.verilog to achieve serial transmission)
Platform: | Size: 7014400 | Author: Nanke42 | Hits:

[Program doc14_ethernet_test

Description: 千兆网学习代码 ISE,状态机实现数据打包,基于PHY芯片实现数据传输(ethernet communication sample with verilog,state machine)
Platform: | Size: 7106560 | Author: konan007 | Hits:

[VHDL-FPGA-VerilogDBSTAR_RGMII

Description: Verilog实现的RGMII和GMII接口转接,适合适配不同PHY芯片接口使用(Verilog implementation of RGMII and GMII interface transfer)
Platform: | Size: 5140480 | Author: zhzp | Hits:
« 12 »

CodeBus www.codebus.net