Skip to content
Snippets Groups Projects
  1. May 22, 2013
  2. May 15, 2013
  3. May 07, 2013
  4. Apr 30, 2013
  5. Apr 26, 2013
  6. Apr 25, 2013
  7. Apr 24, 2013
  8. Apr 23, 2013
  9. Apr 19, 2013
  10. Apr 10, 2013
  11. Apr 05, 2013
  12. Mar 20, 2013
  13. Mar 19, 2013
  14. Mar 18, 2013
  15. Mar 14, 2013
    • Wesley W. Terpstra's avatar
      altera gxb: rewrite using deterministic mode · de946a89
      Wesley W. Terpstra authored
      Previously on Altera, there was a non-deterministic delay between
      transmission from clk_ref to clk_tx. This came from a FIFO in the
      GXB and also that clk_tx was not compensated against clk_ref.
      
      Using deterministic mode with PFD feedback achieves determinism.
      There is only a single register instead of the FIFO and the parallel
      TX clock is phase matched to the CMU reference clock.
      
      Unfortunately, deterministic mode does not have access to force_dispval.
      This necessitates using an 8b10b in the FPGA fabric.
      
      Another change is that the CDR clock is trained by a GXB reference
      clock pin for better jitter performance. It is forbidden to cascade
      two PLLs in low bandwidth mode. This way the recovered clock can use
      low bandwidth as it is never derived from clk_ref (also low bandwidth).
      
      Another change is the reset logic has been rewired. Before the WRC
      could reset the GXB and thus kill the RX clock. This led to bad
      undefined states in the RX state machiens. Now reset as in the manual.
      de946a89
    • Wesley W. Terpstra's avatar
      pexaria2a: removed · d7099afa
      Wesley W. Terpstra authored
      This was a (faulty) prototype card produced in limited number.
      It will be replaced by an entirely new design using Arria5.
      
      This project completely out-of-date compared to the other GSI tops.
      When the new card is built, we will just make a completely new top.
      d7099afa
    • Wesley W. Terpstra's avatar
    • Wesley W. Terpstra's avatar
  16. Mar 08, 2013
  17. Mar 07, 2013