0% found this document useful (1 vote)
105 views11 pages

PCI Express Physical Layer (Gen 1 & Gen 2) - Salony Mahapatro

The document discusses the PCI Express physical layer for generations 1 & 2 and generations 3 and above. It includes the key components for the physical layer such as the lane driver, lane monitor, link driver, link monitor, and coverage components. It also discusses the inclusion of files like top.sv, driver_callback.sv, lane_driver.sv, and others that define these components for the PCI Express physical layer simulation environment.

Uploaded by

salony
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
105 views11 pages

PCI Express Physical Layer (Gen 1 & Gen 2) - Salony Mahapatro

The document discusses the PCI Express physical layer for generations 1 & 2 and generations 3 and above. It includes the key components for the physical layer such as the lane driver, lane monitor, link driver, link monitor, and coverage components. It also discusses the inclusion of files like top.sv, driver_callback.sv, lane_driver.sv, and others that define these components for the PCI Express physical layer simulation environment.

Uploaded by

salony
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
You are on page 1/ 11

PCI Express Physical Layer (Gen 1 & Gen 2)

- Salony Mahapatro
top.sv
"
`include "driver_callback.sv"
`include "lane_driver.sv"
`include "lane_monitor.sv"
`include "pcie_lane_coverage.sv"
`include "sata_lane_coverage.sv"
`include "usb_lane_coverage.sv"
`include "lane_agent.sv" PIPE.svh PHY.svh
`include "link_driver.sv"
`include "link_monitor.sv"
`include "link_agent.sv"

`include "coverage.sv"
`include "env.sv"
endpackage
2
3
4
PCI Express Physical Layer (Gen 3 & Above..)
- Salony Mahapatro

You might also like