首页 > 其他 > 详细

PCI Express(一)

时间:2016-07-30 11:52:47      阅读:154      评论:0      收藏:0      [点我收藏+]

在FPGA4FUN上看到一篇介绍PCI-E的帖子,简单易懂,适合入门,特地搬过来

原文地址:http://www.fpga4fun.com/PCI-Express.html

 

前言:

As PCI Express becomes common place in high-end FPGAs, let‘s see how easy FPGA vendors made the technology available.

In particular, we look more closely at Xilinx‘s PCI Express solution.

 

全文分为六个部分,第一部分:

PCI Express - Connector

PCI Express comes commonly in two sizes: 1-lane and 16-lanes, with 1-lane used for regular boards and 16-lanes used for graphic cards.

The connector

The 1-lane connector has 36 contacts, arranged in two rows of 18 contacts.
Here‘s a top view.

技术分享

Of the 36 contacts, only 6 are useful to the transport of data, the rest are power pins and other auxiliary signals. The 6 functional contacts are used in 3 pairs:

  • A clock pair called REFCLK.
  • A receive pair called PER.
  • A transmit pair called PET.

技术分享

The pairs are often referred as "differential pairs" because each signal from a pair carries the same signal but with one inverted from the other. The reason for using differential pairs is mainly reliability of transmission and will be discussed in more details later.

In PCI Express generation 1 (or simply "Gen1"), the PET and PER pairs have data transmitted at a speed of 2.5Gbps. Gen2 doubles that.

Looking at the Dragon-E board, we can recognize the PET pair below the FPGA.

技术分享

To work correctly, the lines in a differential pair need to be electrically coupled and have no impedance discontinuities, which in practice means something like "stay close together" and "no sharp angles". That‘s the reason for the Dragon-E‘s PET pair serpentine shape. The other side of the board shows the two other serpentine pairs REFCLK and PER.

PCI Express x16

To allows for more speed, multiple lanes can be used. The REFCLK pair doesn‘t need to be duplicated, so for example, PCI Express with 2 lanes uses 5 pairs (1 REFCLK + 2 PET + 2 PER).

Graphic boards often use 16 lanes connectors in what is commonly called PCI Express x16.

PCI Express(一)

原文:http://www.cnblogs.com/christsong/p/5720507.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!