码迷,mamicode.com
首页 >  
搜索关键字:pci passthrough    ( 757个结果
PCI Express(四) - The transaction layer
原文出处:http://www.fpga4fun.com/PCI-Express4.html 感觉没什么好翻译的,都比较简单,主要讲了TLP的帧结构 In the transaction layer, we receive "packets". There is a 32-bits bus and ...
分类:其他好文   时间:2016-07-30 21:04:22    阅读次数:229
PCI Express(三) - A story of packets, stack and network
原文出处:http://www.fpga4fun.com/PCI-Express3.html PCI express is a serial bus. Or is it? From the computer's perspective, it is a conventional bus where ...
分类:Web程序   时间:2016-07-30 18:16:10    阅读次数:206
PCI Express(二) - Topology
原文出处:http://www.fpga4fun.com/PCI-Express2.html At 2.5Gbps, the PCI Express Gen1 line speed is a whopping 75 times faster than the 33MHz legacy PCI spe ...
分类:其他好文   时间:2016-07-30 18:12:56    阅读次数:173
linux常用系统配置命令汇总
系统配置及查看信息相关命令 # uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# ls ...
分类:系统相关   时间:2016-07-30 13:32:56    阅读次数:245
PCI Express(一)
在FPGA4FUN上看到一篇介绍PCI-E的帖子,简单易懂,适合入门,特地搬过来 原文地址:http://www.fpga4fun.com/PCI-Express.html 前言: As PCI Express becomes common place in high-end FPGAs, let' ...
分类:其他好文   时间:2016-07-30 11:54:20    阅读次数:204
ubuntu 远程开机
启动者(电脑A) > 被远程开启的电脑(电脑B) 一、被远程开启的电脑(电脑B):1. 重新开机,并进到BIOS设定2. 把Wake On Land / Wake On PCI(E)设为Enable3. 储存并进入Ubuntu画面4. sudo apt-get install ethtool5. s ...
分类:系统相关   时间:2016-07-30 11:51:26    阅读次数:284
Linux系统查看系统信息
1. CPU 2. 内存 3. 硬盘 4. 网络接口 5. 查看主板PCI硬件信息 6. 查看BIOS信息 ...
分类:系统相关   时间:2016-07-21 14:52:59    阅读次数:167
PCIe 基础(一)操作配置空间
PCI配置空间PCI有三种地址空间:I/O空间,内存地址空间,PCI配置空间。在启动时bootloader 或者内核会遍历PCI总线并分配资源,如中断和内存,设备驱动程序通过PCI配置空间 找到资源分配。大小为256字节。 配置空间图:...
分类:其他好文   时间:2016-07-17 16:56:13    阅读次数:4043
FPGA调试光纤模块
利用FPGA调试光纤接口接口: 由于与项目需要,前段时间调试了光纤接口,记录一些设计经验。 设计中采用FPGA控制光纤模块完成光纤数据的收发,FPGA采用Xilinx公司的Spartan6 LX45T,由于其内部自带的2个GTP收发器,能作为多种高速通信协议(千兆以太网、PCI-E,SATA等)的桥 ...
分类:其他好文   时间:2016-07-06 18:23:25    阅读次数:291
PCI驱动框架简单分析
一、PCI 概念介绍     PCI是CPU和外围设备通信的高速传输总线。PCI规范能够实现32位并行数据传输,工作频率为 33MHz 或 66MHz ,最大吞吐率高达266MB/s,PCI的衍生物包括 CardBus、mini-PCI、PCI-Express、cPCI等。     PCI总线体系结构是一种层次式的体系结构。在这种层次体系结构中,PCI桥设备占据着重要的地位,它将父总线与子总线...
分类:其他好文   时间:2016-07-05 17:15:13    阅读次数:372
757条   上一页 1 ... 47 48 49 50 51 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!