1 / 20

40G Signal Tap (sniffer) – Yearly Project Part 1 – 10G Signal Tap Midterm presentation

40G Signal Tap (sniffer) – Yearly Project Part 1 – 10G Signal Tap Midterm presentation. Intel: Lan Access Division Technion: High Speed Digital Systems Lab. By: Leonid Yuhananov & Asaad Malshy Supervised by: Dr. David Bar-On. 10G Tap agenda. Goal High Level Specifications:

keon
Download Presentation

40G Signal Tap (sniffer) – Yearly Project Part 1 – 10G Signal Tap Midterm presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 40G Signal Tap (sniffer) – Yearly Project Part 1 – 10G Signal TapMidterm presentation Intel: Lan Access Division Technion: High Speed Digital Systems Lab By: Leonid Yuhananov& Asaad Malshy Supervised by: Dr. David Bar-On

  2. 10G Tap agenda • Goal • High Level Specifications: • Project definition. • HL Block diagram. • Detailed Block View: • Transceiver channel. • Processing block. • Logic Analyzer • Logic Analyzer Interface (LAI). • Plan • Gantt chart. • Deliverables: • Semester 10G. • Yearly 40G. • Demo- TBD

  3. Goal “Tracing 40Gbit Ethernet on a logic analyzer” We want to tap onto 40G traffic and present it in a useful way. • Tap: Listen to the Link. • Sniff the data transmitting on the line. • Present: View data on Logic analyzer. • Parse the data into Ethernet II frames. • Useful: Easy to read and good for debug. • Only the frames we are interested in will be presented.

  4. 10G Tap agenda • Goal • High Level Specifications: • Project definition. • HL Block diagram. • Detailed Block View: • Transceiver channel. • Processing block. • Logic Analyzer • Logic Analyzer Interface (LAI). • Plan • Gantt chart. • Deliverables: • Semester 10G. • Yearly 40G. • Demo- TBD

  5. Project Definition • In the Ingress direction: • 2 10g optical lines in differential operation mode. • In the egress direction: • 34x2 156.25Mbps channels to logic analyzer. • Display: • Output will be displayed on the logic analyzer in Ethernet II frame structure.

  6. High Level Block Diagram • SFP+ (optical Module): Converts the optical signal to an electrical one. • Transceiver channel: • Physical Transceiver Channel: converts high speed serial data to lower speed parallel. • In charge of decoding and data rate conversion and alignment. • Processing block: the unit that processes the data and generates the trigger due to our requirements. • LAI: Prepares the parallel data for external LA interfacing.

  7. 10G Tap agenda • Goal • High Level Specifications: • Project definition. • HL Block diagram. • Detailed Block Definitions: • Transceiver channel. • Processing block. • Logic Analyzer • Logic Analyzer Interface (LAI). • Plan • Gantt chart. • Deliverables: • Semester 10G. • Yearly 40G. • Demo- TBD

  8. Transceiver Channel: • Receiver PMA: • CDR– generates the transceiver clocks used to clock the receiver PMA and PCS blocks. • Deserializer-Converts the high speed serial data to lower speed parallel bus. • 10G BASE-R PHY: • RX Gearbox: Is responsible for translating the 40-bit wide data from the receiver channel into 66-bit wide data to the PCS. • 10G BASE-R PCS: It is responsible for functions such as 66B/64B decoding, descrambling, thus resulting in 8 one byte words + 8bits control word totaling 72 bits in the appropriate data rate.

  9. Processing Block High Level: • Programming Flow: • blocks going into our processing blocks and pass through a series of filters. • Using the control words, the data structure in the frames is determined. • The data words enter a FIFO queue. • When the required pattern is detected, a trigger is generated. • Both the data and the trigger are ready for the DDR output which is later read by the LA.

  10. Block Diagram:

  11. Processing Block and aligner: • The data that enters to the block from the PHY isn’t aligned. • Goal : Align data that comes from PHY • The 66B/64B protocol • Start control word indicates start of packet. • While between the Ethernet frames there are inter-frame idles *. • Terminate control word indicates end of packets • *There is minimum of 12 Idles between each Terminate and Start • The output of processing block: • The start control word indicates the beginning of packet. • The start word is always aligned to the “top” word.

  12. RTL Block Diagram:

  13. Aligner Buffer Data In CLK Aligned Data Aligner demo

  14. Other Processing Blocks: • The operation of alignment requires a lot of information on our incoming data, and this information is provided by an array of blocks. • Detector – Receives all data and provides 3 signals for each of the 8 words indicating Start/Terminate/Idle for each word. • Start locator – checks if there is a Start at the input frame, and returns place of Start and a “start exists” bit. • Terminate locator – checks if there is a Terminate at input frame, returns place of Terminate and a “terminate exists” bit. • The Aligner– if Start frame exists then it pushes bytes beginning with the Start (included) to FIFO. If Terminate exists then it pushes idles after Terminate (included) to FIFO, Idle* if there was a loss of idles. • Idle Padding Block – Generates Idle* until all idles lost are returned (counted internally). • FIFO – our output FIFO • Trigger Generator - search for certain pattern and if matched provides a Trigger signal to the LA. • Trigger Pattern Block – provides the pattern wanted by user.

  15. Logic Analyzer • A logic analyzer is an electronic instrument which displays signals in a digital circuit. A logic analyzer may convert the captured data into timing diagrams, protocol decodes, state machine traces. • TLA7000 Series • 6,528 Logic Analyzer Channels • 500 ps (2 GHz) – serial data • 312.5 ps (3.2 GHz) – signal integrity • 625 ps (1.6 GHz) MIPI

  16. DDR – Double Data Rate • The double data rate is our output to the outer world (Logic Analyzer). • Since we want to utilize less LA pins using higher speeds, a double data rate is required. • Should be considered as a serializer, from 2 or more lines of a certain data rate, to a single line of double or more data rate. • The operation is based on a high speed DeMux, with a round around counter for its select bits.

  17. 10G Tap agenda • Goal • High Level Specifications: • Project definition. • HL Block diagram. • Detailed Block Definitions: • Transceiver channel. • Processing block. • Logic Analyzer • Logic Analyzer Interface (LAI). • Plan • Gantt chart. • Deliverables: • Semester 10G. • Yearly 40G. • Demo- TBD

  18. Gantt

  19. Next • Creating a basic data path using Altera. • Designing the micro-architecture of our final solution. • Design of each block on logical level. • Integration.

  20. Thank you all Stay tapped for more 

More Related