A Simple Deserializer - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

A Simple Deserializer

Description:

Take input data stream from the read out chip and put out full data words. ... Code downloads successfully into the FPGA on a Xilinx Spartan 3 test board. ... – PowerPoint PPT presentation

Number of Views:19
Avg rating:3.0/5.0
Slides: 6
Provided by: anujkp
Category:

less

Transcript and Presenter's Notes

Title: A Simple Deserializer


1
A Simple Deserializer
  • Anuj K. Purwar
  • December 5, 2005

2
Requirements
  • Take input data stream from the read out chip and
    put out full data words.
  • Single line speed approx. 140 Mbps with upto 6
    lines maximum.
  • Check for end of word and whether data or synch
    word.

3
Workings
  • Serial stream converted to parallel using shift
    registers (two 12 bit shift registers for 2
    lines).
  • A 4 bit counter counts each word and checks for
    end of word bit b0 1.
  • And gates check for data/sync word by checking if
    b12, b13 00.

4
RTL schematic for simple deserializer
counter and logic to check data/sync word and
integrity
2 shift registers
5
Current status
  • Works in full timing simulation.
  • Code downloads successfully into the FPGA on a
    Xilinx Spartan 3 test board.
  • Next step to do real readout and check outputs
    using Logic Analyzer.
Write a Comment
User Comments (0)
About PowerShow.com