SlideShare a Scribd company logo
1 of 31
PCI vs PCI-X vs PCIe
G.Sunodh Kumar
Design Verification Enginner
History of PCI
History
 The first real high-speed slot to be released was the VLB. The higher speed
was achieved by tying the slot to the CPU local bus, i.e., the CPU external
bus.
 The first industry-wide solution appeared in 1992, when Intel lead the
industry to create “the definitive” expansion slot.Later, other companies
joined the alliance, which is known today as PCI-SIG (PCI Special Interest
Group). The PCI-SIG is responsible for standardizing the PCI, PCI-X and
PCI Express slots.Even though these names are similar, they refer to
completely different technologies.
History: The most common types of expansion slots that were launched for the PC
throughout its history
Bus Type Bus Width Bus Speed Bus Bandwidth
ISA - Industry Standard
Architecture
8/16 8.33 MHZ 8 MB/S | 16 MB/S
MCA - Micro Channel
Architecture
16/32 5 MHZ 10 MB/S | 20 MB/S
EISA - Extended Industry
Standard Architure
32 8.33 MHZ 33 MB/S
VESA Local Bus - Video
Electronics Standards Associations
32 25 - 40 MHZ 128 - 132 MB/S
PCI v1.0 - Peripheral
Component Interconnect
32 33 MHZ 133 MB/S
PCI v2.0 64 33 MHZ 264 MB/S
PCI X (Extended) v1.0 64 66 MHZ 512 MB/S
AGP - Accelerated Graphics
Ports
32 66 MHZ 266 - 2133 MB/S
PCI X v2.0 64 266 MHZ & 533 MHZ 2132 MB/S & 4266 MB/S
PCIe - Peripheral Component Interconnect Express
Below are Versions of PCIe
Bus Type Encoding Bus(Clk) Speed Bus Bandwidth
PCIe v1.0 8b/10b 2.5 GHZ 250 MB/S(x1 link)
PCIe v2.0 8b/10b 5 GHZ 500 MB/S(x1 link)
PCIe v3.0 128b/130b 8 GHZ 1 GB/S(x1 link)
PCIe v4.0 128b/130b 16 GHZ 2 GB/S(x1 link)
PCIe v5.0 128b/130b 32 GHZ 4 GB/S(x1 link)
PCI vs PCI-X vs PCIe
Difference between PCI,PCI-X,PCIe
 PCI - Peripheral Component Interconnect
 The PCI is a platform-independent bus that is connected to the system using
a bridge chip (which is part of the motherboard chipset). Whenever a new
CPU is released, you can still use the same PCI bus by redesigning the
bridge chip instead of redesigning the bus, which was the norm before the
PCI bus was created.
 On a motherboard using standard PCI slots, all PCI devices are connected to
the PCI bus and share the same data path, so a bottleneck (i.e., performance
decrease because more than one device wants to transmit data at the same
time) may occur.
Difference between PCI, PCI-X, PCIe
 PCI - X (Peripheral Component Interconnect eXtended)
 The PCI-X bus is a version of the PCI bus working at higher clock rates
and with wider data paths for server motherboards.
 To achieve higher speeds without changing the PCI signaling model,
PCI‐X PLL (phase‐locked loop) clock generators that provide
phase‐shifted clocks internally. That allows the outputs to be driven a
little earlier and the inputs to be sampled a little later( latching,resulting
shorter setup time), improving the timing on the bus & increased the
time available for signal propagation on the bus and allowed higher
clock frequencies.
Difference between PCI, PCI-X, PCIe
 PCI - X (Peripheral Component Interconnect eXtended)
Difference between PCI, PCI-X, PCIe
 PCIe - Peripheral Component Interconnect Express
 The PCI-SIG developed a connection called PCI Express (formerly
known as “3GIO” ,PCI Express works radically different from the
PCI bus.
 PCI is a bus, whereas PCI Express is a point-to-point connection,
i.e., it connects only two devices; no other device can share this
connection.
 On a motherboard with PCI Express slots, each PCI Express slot
is connected to the motherboard chipset using a dedicated lane,
not sharing this lane (data path) with other PCI Express slots.
Difference between PCI, PCI-X, PCIe
PCI vs PCIe - Communication Technology (Parallel to Serial)
 Before the PCI Express, all PC buses and expansion slots used parallel
communication.
 In parallel communication several bits are transferred on the data path at the
same time.
 In serial communication, only one bit is transferred on the data path per clock
cycle.
 Parallel communication, though, suffers from some issues the higher the
clock, the greater will be the problems with electromagnetic interference
(EMI) and propagation delay.
PCI vs PCIe - From Parallel to Serial
 Each bit in parallel communication is transmitted on a separate wire,
data transmitted through shorter wires arrive before the data that are
transmitted through longer wires.
 This cause propagation delay and becomes worse with the increase
in the clock rates.
 On a typical serial communication, four wires are necessary – two
for transmitting data and two for receiving.
PCI vs PCIe - From Parallel to Serial
 Usually with a technique against electromagnetic interference called
“cancellation or differential transmission”.
 With the cancellation, the same signal is transmitted on two wires, with the
second wire transmitting the signal “mirrored” (inverted polarity) compared to
the original signal.
 When the receiver gets the signal, it can compare the two signals, which must
be equal but “mirrored.” The difference between the two signals is noise,
making it very simple for the receiver to know what noise is and to discard it.
Difference between Parallel to Serial communication
 Parallel communication is usually half-duplex (the same wires are used to
transmit and to receive data) due to the high number of wires that are
necessary for its implementation.
 With a half-duplex communication, two devices can’t talk to each other at
the same time; either one or the other is transmitting data.
 Serial communication is full-duplex (there is a separate set of wires to
transmit data and another set of wires to receive data) because it needs just
two wires each way.
 With full-duplex communication, both devices can be transmitting data at
the same time.
“Isn’t serial communication slower ?”
 It depends on what you are comparing.
 If you compare a parallel communication of 33 MHz transmitting 32 bits per
clock cycle, it will be 32 times faster than a serial communication of 33 MHz
transmitting only one bit at a time.
 However, if you compare the same parallel communication to a serial
communication working at a much higher clock rate, the serial communication
may be, in fact, much faster. Just compare the bandwidth of the original PCI
bus, which is 133 MB/s (33 MHz x 32 bits), with the lowest bandwidth you
can achieve with a PCI Express connection (250 MB/s, 2.5 GHz x 1 bit).
PCI Bus
Architecture Overview
 PCI uses three models for data transfer just as previous bus models did:
Programmed I/O (PIO), DMA and Peer‐to‐peer.
PCI Bus Architecture Perspective
a
 PCI Transaction Models
 PIO was commonly used in the early days of the PC because designers were
reluctant to add the expense or complexity to their devices of transaction
management logic. The processor could do the job faster than any other device
any‐way so, in this model, it handles all the work.
 For example, if a PCI device interrupts the CPU to indicate that it needs to put
data in memory, the CPU will end up reading data from the PCI device into an
internal register and then copying that register to memory.
 The process works but is inefficient for two reasons. First, there are two bus
cycles generated by the CPU for every data transfer, and second, the CPU is
busy with data transfer housekeeping rather than more interesting work.
PCI Bus Architecture Perspective
a
 Programmed I/O
 In this model another device, called a DMA engine, handles the details of memory
transfers to a peripheral on behalf of the processor.
 Once the CPU has programmed the starting address and byte count into it, the DMA
engine handled the bus protocol and address sequencing on its own. This didn’t
involve any change to the PCI peripherals and allowed them to keep their low‐cost
designs. Later, improved integration allowed peripherals to integrate this DMA
functionality locally, so they didn’t need an external DMA engine. These devices
were capable of handling their own bus transfers and were called Bus Master
devices.
 The DMA method of data transfer is more efficient because the CPU is not involved
in the data movement, and a single bus cycle may be sufficient to move a block of
data.
PCI Bus Architecture Perspective
a
 Direct Memory Access (DMA)
 PCI Bus Master could initiate a transfer to another PCI device, with the result that the
entire transaction remains local to the PCI bus and doesn’t involve any other system
resources. Since this transaction takes place between devices that are considered peers
in the system, it’s referred to as a peer‐to‐peer transaction.
 This has some obvious efficiencies because the rest of the system remains free to do
other work. Nevertheless, it’s rarely used in practice because the initiator and target
don’t often use the same format for the data unless both are made by the same vendor.
Consequently, the data usually must first be sent to memory where the CPU can
reformat it before it is then transferred to the target, defeating the goal of a peer‐to‐peer
transfer.Since PCI devices today are almost all capable of being bus‐master, they are
able to do both DMA and peer‐to‐peer transfers.
PCI Bus Architecture Perspective
a
 Peer to Peer
Basics of PCI Based System
 PCI connects the CPU with some things that are attached to a PC via the PCI: graphic
card, memory, USB controllers, SATA controllers.
 BDF (or B/D/F) stands for Bus, Device, Function.
 The PCI specification permits a system to host up to 256 buses. (8 bits)
 Each bus can have up to 32 devices. (5 bits)
 Each device can have up to 8 functions. (3 bits)
 Each function of device is idetified by 16 bit address(bus_addrs,device,function)
 Every PCI device has a unique vendor and device ID, device number distinguishes
between PCI devices with the same vendor and device ID.
Basics of PCI Based System
 The system includes a North Bridge (called “north” because if the diagram is
viewed as a map, it appears geographically north of the central PCI bus) that
interfaces between the processor and the PCI bus. Associated with the North
Bridge is the processor bus, system memory bus, AGP graphics bus, and PCI.
Several devices share the PCI bus and are either connected directly to the bus
or plugged into an add‐in card connector.
 A South Bridge connects PCI to system peripherals, such as the ISA bus
where legacy peripherals were carried forward for a few years. The South
Bridge was typically also the central resource for PCI that pro‐ vided system
signals like reset, reference clock, and error reporting.
Basics of PCI
Why PCI to PCI Bridge ?
 Due to some practical electrical limit PCI support only10 to 12 electrical loads
at the base frequency of 33MHz.
 To connect more loads in a system,the solution was to move PCI out of the
main path between system peripherals and memory and replacing the chipset
interconnect PCI‐to‐PCI bridge
 A PCI Bridge is an extension to the topology. Each Bridge creates a new PCI
bus that is electrically isolated from the bus above it, allowing another 10‐12
loads. Some of these devices could also be bridges, allowing a large number
of devices to be connected in a system. The PCI architecture allows up to 256
buses in a single system and each of those buses can have up to 32 devices.
Basics of PCI - Topology
PCI Bus Transactions
 Every function is capable of acting as a target for transactions on the bus, and
most will also be able to initiate transactions. Such an initiator (called a Bus
Master) has a pair of pins (REQ# and GNT#) dedicated to arbitrating for use
of the shared PCI bus.
 Request (REQ#) pin indicates that the master needs to use the bus and is sent
to the bus arbiter for evaluation against all the other requests at that moment.
 The arbiter decides which requester should be the next owner of the bus and
asserts the Grant (GNT#) pin for that device.
 PCI Initiator & Target
PCI Bus Transactions - Arbitration
Data Transfer Signal on PCI Bus
Name Function
CLK A 33-MHz or 66MHz clock
FRAME# Sent by the initiator to indicate the duration of a
transaction
AD 32 address/data lines, which may be optionally
increased to 64
C/BE# 4 command/byte-enable lines (8 for 64-bit bus)
IRDY#,
TRDY#
Initiator-ready and Target-ready signals
DEVSEL# A response from the device indicating that it has
recognized its Address and is ready for a data
transfer transaction
IDSEL# Initialization Device Select
PCI architecture supports 3 address spaces
32 bit & 64 bit Memory address mapping
I/O mapping
Configuration address space
PCI Bus Address Space Mapping
Thank You

More Related Content

What's hot

Verification Strategy for PCI-Express
Verification Strategy for PCI-ExpressVerification Strategy for PCI-Express
Verification Strategy for PCI-ExpressDVClub
 
PCIe Gen 3.0 Presentation @ 4th FPGA Camp
PCIe Gen 3.0 Presentation @ 4th FPGA CampPCIe Gen 3.0 Presentation @ 4th FPGA Camp
PCIe Gen 3.0 Presentation @ 4th FPGA CampFPGA Central
 
PCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewPCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewIOSRJVSP
 
AMBA 5 COHERENT HUB INTERFACE.pptx
AMBA 5 COHERENT HUB INTERFACE.pptxAMBA 5 COHERENT HUB INTERFACE.pptx
AMBA 5 COHERENT HUB INTERFACE.pptxSairam Chebrolu
 
PCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingPCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingDVClub
 
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010Altera Corporation
 
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)gnkeshava
 
Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power Deepak Shankar
 
PCI Express* based Storage: Data Center NVM Express* Platform Topologies
PCI Express* based Storage: Data Center NVM Express* Platform TopologiesPCI Express* based Storage: Data Center NVM Express* Platform Topologies
PCI Express* based Storage: Data Center NVM Express* Platform TopologiesOdinot Stanislas
 
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick44CON
 
03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final
03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final
03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_FinalGopi Krishnamurthy
 
APB protocol v1.0
APB protocol v1.0APB protocol v1.0
APB protocol v1.0Azad Mishra
 
Amba axi 29 3_2015
Amba axi 29 3_2015Amba axi 29 3_2015
Amba axi 29 3_2015kiemnhatminh
 

What's hot (20)

PCIe DL_layer_3.0.1 (1)
PCIe DL_layer_3.0.1 (1)PCIe DL_layer_3.0.1 (1)
PCIe DL_layer_3.0.1 (1)
 
Verification Strategy for PCI-Express
Verification Strategy for PCI-ExpressVerification Strategy for PCI-Express
Verification Strategy for PCI-Express
 
PCIe Gen 3.0 Presentation @ 4th FPGA Camp
PCIe Gen 3.0 Presentation @ 4th FPGA CampPCIe Gen 3.0 Presentation @ 4th FPGA Camp
PCIe Gen 3.0 Presentation @ 4th FPGA Camp
 
Pcie drivers basics
Pcie drivers basicsPcie drivers basics
Pcie drivers basics
 
PCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-ReviewPCIe BUS: A State-of-the-Art-Review
PCIe BUS: A State-of-the-Art-Review
 
AMBA 5 COHERENT HUB INTERFACE.pptx
AMBA 5 COHERENT HUB INTERFACE.pptxAMBA 5 COHERENT HUB INTERFACE.pptx
AMBA 5 COHERENT HUB INTERFACE.pptx
 
PCI Express Verification using Reference Modeling
PCI Express Verification using Reference ModelingPCI Express Verification using Reference Modeling
PCI Express Verification using Reference Modeling
 
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
Creating Your Own PCI Express System Using FPGAs: Embedded World 2010
 
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
PCIe and PCIe driver in WEC7 (Windows Embedded compact 7)
 
Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power Evaluating UCIe based multi-die SoC to meet timing and power
Evaluating UCIe based multi-die SoC to meet timing and power
 
AMBA Ahb 2.0
AMBA Ahb 2.0AMBA Ahb 2.0
AMBA Ahb 2.0
 
PCI Express* based Storage: Data Center NVM Express* Platform Topologies
PCI Express* based Storage: Data Center NVM Express* Platform TopologiesPCI Express* based Storage: Data Center NVM Express* Platform Topologies
PCI Express* based Storage: Data Center NVM Express* Platform Topologies
 
SPI Protocol
SPI ProtocolSPI Protocol
SPI Protocol
 
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
44CON 2014 - Stupid PCIe Tricks, Joe Fitzpatrick
 
03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final
03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final
03_03_Implementing_PCIe_ATS_in_ARM-based_SoCs_Final
 
Axi
AxiAxi
Axi
 
APB protocol v1.0
APB protocol v1.0APB protocol v1.0
APB protocol v1.0
 
Amba axi 29 3_2015
Amba axi 29 3_2015Amba axi 29 3_2015
Amba axi 29 3_2015
 
Axi protocol
Axi protocolAxi protocol
Axi protocol
 
DDR2 SDRAM
DDR2 SDRAMDDR2 SDRAM
DDR2 SDRAM
 

Similar to Difference between PCI PCI-X PCIe

Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functionsAbdullah-Al- Mahmud
 
Chapter 6: Expansion Buses
Chapter 6: Expansion BusesChapter 6: Expansion Buses
Chapter 6: Expansion Busesaskme
 
Bus Standards and Networking
Bus Standards and NetworkingBus Standards and Networking
Bus Standards and NetworkingPrabu U
 
Hyper Transport Technology
Hyper Transport TechnologyHyper Transport Technology
Hyper Transport Technologynayakslideshare
 
directCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI ExpressdirectCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI ExpressHeiko Joerg Schick
 
Geek speak it terminology
Geek speak it terminologyGeek speak it terminology
Geek speak it terminologyHugo Filho
 
Point to point interconnect
Point to point interconnectPoint to point interconnect
Point to point interconnectKinza Razzaq
 
All chapters to be printed
All chapters to be printedAll chapters to be printed
All chapters to be printedMik Endale
 
Network interface card(nic)
Network interface card(nic)Network interface card(nic)
Network interface card(nic)Anurag Tomar
 
Chapter05 -- networking hardware
Chapter05  -- networking hardwareChapter05  -- networking hardware
Chapter05 -- networking hardwareRaja Waseem Akhtar
 
Computer Architecture Chapter 2 BUS
Computer Architecture Chapter 2 BUSComputer Architecture Chapter 2 BUS
Computer Architecture Chapter 2 BUSAlyssaAina1
 

Similar to Difference between PCI PCI-X PCIe (20)

Slots Presentation
Slots PresentationSlots Presentation
Slots Presentation
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
 
Chapter 6: Expansion Buses
Chapter 6: Expansion BusesChapter 6: Expansion Buses
Chapter 6: Expansion Buses
 
Bus & Interface
Bus & InterfaceBus & Interface
Bus & Interface
 
Pc interface
Pc interfacePc interface
Pc interface
 
Cpi unit 01
Cpi unit 01Cpi unit 01
Cpi unit 01
 
Chap1 expan slots
Chap1 expan slotsChap1 expan slots
Chap1 expan slots
 
Bus Standards and Networking
Bus Standards and NetworkingBus Standards and Networking
Bus Standards and Networking
 
Pci
PciPci
Pci
 
Hyper Transport Technology
Hyper Transport TechnologyHyper Transport Technology
Hyper Transport Technology
 
directCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI ExpressdirectCell - Cell/B.E. tightly coupled via PCI Express
directCell - Cell/B.E. tightly coupled via PCI Express
 
Geek speak it terminology
Geek speak it terminologyGeek speak it terminology
Geek speak it terminology
 
Mother board
Mother boardMother board
Mother board
 
Point to point interconnect
Point to point interconnectPoint to point interconnect
Point to point interconnect
 
All chapters to be printed
All chapters to be printedAll chapters to be printed
All chapters to be printed
 
Network interface card(nic)
Network interface card(nic)Network interface card(nic)
Network interface card(nic)
 
Chapter05 -- networking hardware
Chapter05  -- networking hardwareChapter05  -- networking hardware
Chapter05 -- networking hardware
 
Bus
BusBus
Bus
 
PCI.pdf
PCI.pdfPCI.pdf
PCI.pdf
 
Computer Architecture Chapter 2 BUS
Computer Architecture Chapter 2 BUSComputer Architecture Chapter 2 BUS
Computer Architecture Chapter 2 BUS
 

More from SUNODH GARLAPATI

Low power in vlsi with upf basics part 2
Low power in vlsi with upf basics part 2Low power in vlsi with upf basics part 2
Low power in vlsi with upf basics part 2SUNODH GARLAPATI
 
Low power in vlsi with upf basics part 1
Low power in vlsi with upf basics part 1Low power in vlsi with upf basics part 1
Low power in vlsi with upf basics part 1SUNODH GARLAPATI
 
SPI introduction(Serial Peripheral Interface)
SPI introduction(Serial Peripheral Interface)SPI introduction(Serial Peripheral Interface)
SPI introduction(Serial Peripheral Interface)SUNODH GARLAPATI
 
Cyber threads and its types
Cyber threads and its typesCyber threads and its types
Cyber threads and its typesSUNODH GARLAPATI
 
Ppt of first order differenatiol equation
Ppt of first order differenatiol equationPpt of first order differenatiol equation
Ppt of first order differenatiol equationSUNODH GARLAPATI
 

More from SUNODH GARLAPATI (7)

Low power in vlsi with upf basics part 2
Low power in vlsi with upf basics part 2Low power in vlsi with upf basics part 2
Low power in vlsi with upf basics part 2
 
Low power in vlsi with upf basics part 1
Low power in vlsi with upf basics part 1Low power in vlsi with upf basics part 1
Low power in vlsi with upf basics part 1
 
AMBA AHB 5
AMBA AHB 5AMBA AHB 5
AMBA AHB 5
 
I2C introduction
I2C introductionI2C introduction
I2C introduction
 
SPI introduction(Serial Peripheral Interface)
SPI introduction(Serial Peripheral Interface)SPI introduction(Serial Peripheral Interface)
SPI introduction(Serial Peripheral Interface)
 
Cyber threads and its types
Cyber threads and its typesCyber threads and its types
Cyber threads and its types
 
Ppt of first order differenatiol equation
Ppt of first order differenatiol equationPpt of first order differenatiol equation
Ppt of first order differenatiol equation
 

Recently uploaded

一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理
一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理
一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理uodye
 
Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7
Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7
Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7jabtakhaidam7
 
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty ServicesDubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Serviceskajalvid75
 
Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
 
一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理
一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理
一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理uodye
 
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime ShimogaShimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimogameghakumariji156
 
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信
在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信
在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信oopacde
 
Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Hilti's Latest Battery - Hire Depot.pptx
Hilti's Latest Battery - Hire Depot.pptxHilti's Latest Battery - Hire Depot.pptx
Hilti's Latest Battery - Hire Depot.pptxhiredepot6
 
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime GuwahatiGuwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahatimeghakumariji156
 
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...gragchanchal546
 
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证wpkuukw
 
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证tufbav
 
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证wpkuukw
 
Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...
Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...
Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...Priya Reddy
 
怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证
怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证
怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证ehyxf
 
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制ougvy
 

Recently uploaded (20)

一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理
一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理
一比一原版(USYD毕业证书)澳洲悉尼大学毕业证如何办理
 
Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7
Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7
Call Girls in Bhubaneswar (Odisha) call me [🔝 9777949614 🔝] escort service 24X7
 
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty ServicesDubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
 
Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Udgir [ 7014168258 ] Call Me For Genuine Models We ...
 
Abortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get CytotecAbortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get Cytotec
 
一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理
一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理
一比一维多利亚大学毕业证(victoria毕业证)成绩单学位证如何办理
 
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime ShimogaShimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
 
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
 
在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信
在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信
在线办理(scu毕业证)南十字星大学毕业证电子版学位证书注册证明信
 
Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ratlam [ 7014168258 ] Call Me For Genuine Models We...
 
Hilti's Latest Battery - Hire Depot.pptx
Hilti's Latest Battery - Hire Depot.pptxHilti's Latest Battery - Hire Depot.pptx
Hilti's Latest Battery - Hire Depot.pptx
 
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime GuwahatiGuwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
 
Buy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Buy Abortion pills in Riyadh |+966572737505 | Get CytotecBuy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Buy Abortion pills in Riyadh |+966572737505 | Get Cytotec
 
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
 
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
 
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
 
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
 
Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...
Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...
Mankhurd Call Girls, 09167354423 Mankhurd Escorts Services,Mankhurd Female Es...
 
怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证
怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证
怎样办理伍伦贡大学毕业证(UOW毕业证书)成绩单留信认证
 
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
 

Difference between PCI PCI-X PCIe

  • 1. PCI vs PCI-X vs PCIe G.Sunodh Kumar Design Verification Enginner
  • 3. History  The first real high-speed slot to be released was the VLB. The higher speed was achieved by tying the slot to the CPU local bus, i.e., the CPU external bus.  The first industry-wide solution appeared in 1992, when Intel lead the industry to create “the definitive” expansion slot.Later, other companies joined the alliance, which is known today as PCI-SIG (PCI Special Interest Group). The PCI-SIG is responsible for standardizing the PCI, PCI-X and PCI Express slots.Even though these names are similar, they refer to completely different technologies.
  • 4. History: The most common types of expansion slots that were launched for the PC throughout its history Bus Type Bus Width Bus Speed Bus Bandwidth ISA - Industry Standard Architecture 8/16 8.33 MHZ 8 MB/S | 16 MB/S MCA - Micro Channel Architecture 16/32 5 MHZ 10 MB/S | 20 MB/S EISA - Extended Industry Standard Architure 32 8.33 MHZ 33 MB/S VESA Local Bus - Video Electronics Standards Associations 32 25 - 40 MHZ 128 - 132 MB/S PCI v1.0 - Peripheral Component Interconnect 32 33 MHZ 133 MB/S PCI v2.0 64 33 MHZ 264 MB/S PCI X (Extended) v1.0 64 66 MHZ 512 MB/S AGP - Accelerated Graphics Ports 32 66 MHZ 266 - 2133 MB/S PCI X v2.0 64 266 MHZ & 533 MHZ 2132 MB/S & 4266 MB/S
  • 5. PCIe - Peripheral Component Interconnect Express Below are Versions of PCIe Bus Type Encoding Bus(Clk) Speed Bus Bandwidth PCIe v1.0 8b/10b 2.5 GHZ 250 MB/S(x1 link) PCIe v2.0 8b/10b 5 GHZ 500 MB/S(x1 link) PCIe v3.0 128b/130b 8 GHZ 1 GB/S(x1 link) PCIe v4.0 128b/130b 16 GHZ 2 GB/S(x1 link) PCIe v5.0 128b/130b 32 GHZ 4 GB/S(x1 link)
  • 6. PCI vs PCI-X vs PCIe
  • 7. Difference between PCI,PCI-X,PCIe  PCI - Peripheral Component Interconnect  The PCI is a platform-independent bus that is connected to the system using a bridge chip (which is part of the motherboard chipset). Whenever a new CPU is released, you can still use the same PCI bus by redesigning the bridge chip instead of redesigning the bus, which was the norm before the PCI bus was created.  On a motherboard using standard PCI slots, all PCI devices are connected to the PCI bus and share the same data path, so a bottleneck (i.e., performance decrease because more than one device wants to transmit data at the same time) may occur.
  • 8. Difference between PCI, PCI-X, PCIe  PCI - X (Peripheral Component Interconnect eXtended)  The PCI-X bus is a version of the PCI bus working at higher clock rates and with wider data paths for server motherboards.  To achieve higher speeds without changing the PCI signaling model, PCI‐X PLL (phase‐locked loop) clock generators that provide phase‐shifted clocks internally. That allows the outputs to be driven a little earlier and the inputs to be sampled a little later( latching,resulting shorter setup time), improving the timing on the bus & increased the time available for signal propagation on the bus and allowed higher clock frequencies.
  • 9. Difference between PCI, PCI-X, PCIe  PCI - X (Peripheral Component Interconnect eXtended)
  • 10. Difference between PCI, PCI-X, PCIe  PCIe - Peripheral Component Interconnect Express  The PCI-SIG developed a connection called PCI Express (formerly known as “3GIO” ,PCI Express works radically different from the PCI bus.  PCI is a bus, whereas PCI Express is a point-to-point connection, i.e., it connects only two devices; no other device can share this connection.  On a motherboard with PCI Express slots, each PCI Express slot is connected to the motherboard chipset using a dedicated lane, not sharing this lane (data path) with other PCI Express slots.
  • 11. Difference between PCI, PCI-X, PCIe
  • 12. PCI vs PCIe - Communication Technology (Parallel to Serial)  Before the PCI Express, all PC buses and expansion slots used parallel communication.  In parallel communication several bits are transferred on the data path at the same time.  In serial communication, only one bit is transferred on the data path per clock cycle.  Parallel communication, though, suffers from some issues the higher the clock, the greater will be the problems with electromagnetic interference (EMI) and propagation delay.
  • 13. PCI vs PCIe - From Parallel to Serial  Each bit in parallel communication is transmitted on a separate wire, data transmitted through shorter wires arrive before the data that are transmitted through longer wires.  This cause propagation delay and becomes worse with the increase in the clock rates.  On a typical serial communication, four wires are necessary – two for transmitting data and two for receiving.
  • 14. PCI vs PCIe - From Parallel to Serial  Usually with a technique against electromagnetic interference called “cancellation or differential transmission”.  With the cancellation, the same signal is transmitted on two wires, with the second wire transmitting the signal “mirrored” (inverted polarity) compared to the original signal.  When the receiver gets the signal, it can compare the two signals, which must be equal but “mirrored.” The difference between the two signals is noise, making it very simple for the receiver to know what noise is and to discard it.
  • 15. Difference between Parallel to Serial communication  Parallel communication is usually half-duplex (the same wires are used to transmit and to receive data) due to the high number of wires that are necessary for its implementation.  With a half-duplex communication, two devices can’t talk to each other at the same time; either one or the other is transmitting data.  Serial communication is full-duplex (there is a separate set of wires to transmit data and another set of wires to receive data) because it needs just two wires each way.  With full-duplex communication, both devices can be transmitting data at the same time.
  • 16. “Isn’t serial communication slower ?”  It depends on what you are comparing.  If you compare a parallel communication of 33 MHz transmitting 32 bits per clock cycle, it will be 32 times faster than a serial communication of 33 MHz transmitting only one bit at a time.  However, if you compare the same parallel communication to a serial communication working at a much higher clock rate, the serial communication may be, in fact, much faster. Just compare the bandwidth of the original PCI bus, which is 133 MB/s (33 MHz x 32 bits), with the lowest bandwidth you can achieve with a PCI Express connection (250 MB/s, 2.5 GHz x 1 bit).
  • 18.  PCI uses three models for data transfer just as previous bus models did: Programmed I/O (PIO), DMA and Peer‐to‐peer. PCI Bus Architecture Perspective a  PCI Transaction Models
  • 19.  PIO was commonly used in the early days of the PC because designers were reluctant to add the expense or complexity to their devices of transaction management logic. The processor could do the job faster than any other device any‐way so, in this model, it handles all the work.  For example, if a PCI device interrupts the CPU to indicate that it needs to put data in memory, the CPU will end up reading data from the PCI device into an internal register and then copying that register to memory.  The process works but is inefficient for two reasons. First, there are two bus cycles generated by the CPU for every data transfer, and second, the CPU is busy with data transfer housekeeping rather than more interesting work. PCI Bus Architecture Perspective a  Programmed I/O
  • 20.  In this model another device, called a DMA engine, handles the details of memory transfers to a peripheral on behalf of the processor.  Once the CPU has programmed the starting address and byte count into it, the DMA engine handled the bus protocol and address sequencing on its own. This didn’t involve any change to the PCI peripherals and allowed them to keep their low‐cost designs. Later, improved integration allowed peripherals to integrate this DMA functionality locally, so they didn’t need an external DMA engine. These devices were capable of handling their own bus transfers and were called Bus Master devices.  The DMA method of data transfer is more efficient because the CPU is not involved in the data movement, and a single bus cycle may be sufficient to move a block of data. PCI Bus Architecture Perspective a  Direct Memory Access (DMA)
  • 21.  PCI Bus Master could initiate a transfer to another PCI device, with the result that the entire transaction remains local to the PCI bus and doesn’t involve any other system resources. Since this transaction takes place between devices that are considered peers in the system, it’s referred to as a peer‐to‐peer transaction.  This has some obvious efficiencies because the rest of the system remains free to do other work. Nevertheless, it’s rarely used in practice because the initiator and target don’t often use the same format for the data unless both are made by the same vendor. Consequently, the data usually must first be sent to memory where the CPU can reformat it before it is then transferred to the target, defeating the goal of a peer‐to‐peer transfer.Since PCI devices today are almost all capable of being bus‐master, they are able to do both DMA and peer‐to‐peer transfers. PCI Bus Architecture Perspective a  Peer to Peer
  • 22. Basics of PCI Based System  PCI connects the CPU with some things that are attached to a PC via the PCI: graphic card, memory, USB controllers, SATA controllers.  BDF (or B/D/F) stands for Bus, Device, Function.  The PCI specification permits a system to host up to 256 buses. (8 bits)  Each bus can have up to 32 devices. (5 bits)  Each device can have up to 8 functions. (3 bits)  Each function of device is idetified by 16 bit address(bus_addrs,device,function)  Every PCI device has a unique vendor and device ID, device number distinguishes between PCI devices with the same vendor and device ID.
  • 23. Basics of PCI Based System  The system includes a North Bridge (called “north” because if the diagram is viewed as a map, it appears geographically north of the central PCI bus) that interfaces between the processor and the PCI bus. Associated with the North Bridge is the processor bus, system memory bus, AGP graphics bus, and PCI. Several devices share the PCI bus and are either connected directly to the bus or plugged into an add‐in card connector.  A South Bridge connects PCI to system peripherals, such as the ISA bus where legacy peripherals were carried forward for a few years. The South Bridge was typically also the central resource for PCI that pro‐ vided system signals like reset, reference clock, and error reporting.
  • 25. Why PCI to PCI Bridge ?  Due to some practical electrical limit PCI support only10 to 12 electrical loads at the base frequency of 33MHz.  To connect more loads in a system,the solution was to move PCI out of the main path between system peripherals and memory and replacing the chipset interconnect PCI‐to‐PCI bridge  A PCI Bridge is an extension to the topology. Each Bridge creates a new PCI bus that is electrically isolated from the bus above it, allowing another 10‐12 loads. Some of these devices could also be bridges, allowing a large number of devices to be connected in a system. The PCI architecture allows up to 256 buses in a single system and each of those buses can have up to 32 devices.
  • 26. Basics of PCI - Topology
  • 27. PCI Bus Transactions  Every function is capable of acting as a target for transactions on the bus, and most will also be able to initiate transactions. Such an initiator (called a Bus Master) has a pair of pins (REQ# and GNT#) dedicated to arbitrating for use of the shared PCI bus.  Request (REQ#) pin indicates that the master needs to use the bus and is sent to the bus arbiter for evaluation against all the other requests at that moment.  The arbiter decides which requester should be the next owner of the bus and asserts the Grant (GNT#) pin for that device.  PCI Initiator & Target
  • 28. PCI Bus Transactions - Arbitration
  • 29. Data Transfer Signal on PCI Bus Name Function CLK A 33-MHz or 66MHz clock FRAME# Sent by the initiator to indicate the duration of a transaction AD 32 address/data lines, which may be optionally increased to 64 C/BE# 4 command/byte-enable lines (8 for 64-bit bus) IRDY#, TRDY# Initiator-ready and Target-ready signals DEVSEL# A response from the device indicating that it has recognized its Address and is ready for a data transfer transaction IDSEL# Initialization Device Select
  • 30. PCI architecture supports 3 address spaces 32 bit & 64 bit Memory address mapping I/O mapping Configuration address space PCI Bus Address Space Mapping

Editor's Notes

  1. history of slots refer website ---- https://www.hardwaresecrets.com/everything-you-need-to-know-about-the-pci-express/
  2. http://www.sopto.com/st/pci-e-card-knowledge/pci-express-history-and-revisions --- history of pcie PCIe 3.0, PCIe 2.0, PCIe 1.1 Differences--- https://www.trentonsystems.com/blog/pci-express-interface
  3. for reference --- https://www.hardwaresecrets.com/everything-you-need-to-know-about-the-pci-express/
  4. A bus is a data path where you can attach several devices at the same time, sharing this data path. The most obvious devices attached to the PCI bus were expansion slots, but integrated components available on the motherboard such as an on-board network chip could be connected to the PCI bus.
  5. 1)achieving higher bandwidth for devices that demanded more speed, such as high-end network cards and RAID controllers. 2)When the PCI bus proved to be too slow for high-end video cards, the AGP slot was developed. This slot was used exclusively for video cards.
  6. When the PCI bus proved to be too slow for high-end video cards, the AGP slot was developed. This slot was used exclusively for video cards.
  7. Also, devices integrated on the motherboard, such as network, SATA, and USB controllers, are usually connected to the motherboard chipset using dedicated PCI Express connections.
  8. When electric current flows through a wire, an electromagnetic field is created around it. This field may induce electrical current on the adjacent wire, corrupting the information being transmitted on it. The higher the clock, the greater the electromagnetic interference problem.
  9. the receiving device must wait for all the bits to arrive in order to process the complete data, this cause significant loss in performance
  10. Besides providing higher immunity to electromagnetic interference, serial communications don't suffer from propagation delays. This way, they can achieve higher clock rates more easily than parallel communications.
  11. In the early days the single‐tasking processor didn't have much else to do. These types of inefficiencies are typically not acceptable in modern systems.However, programmed IO is still a necessary transaction model in order for software to interact with a device.
  12. The reason having only 10 - 12 loads is bus uses a technique called “reflected‐wave signaling” to reduce the power consumption on the bus
  13. According to the protocol, whenever the previous transaction finishes and the bus goes idle, whichever device sees its GNT# asserted at that time is designated as the next Bus Master and can begin its transaction.
  14. The round arrow symbol shown on the AD bus indicates that the tri‐stated bus is undergoing a “turn‐around cycle” as ownership of the signals changes (needed here because this is a read transaction; the initiator drives the address but receives data on the same pins).