Skip to content
Snippets Groups Projects
  1. Apr 03, 2014
  2. Mar 19, 2014
  3. Mar 18, 2014
  4. Dec 20, 2013
  5. Dec 16, 2013
  6. Dec 06, 2013
  7. Dec 02, 2013
  8. Nov 29, 2013
  9. Nov 26, 2013
  10. Nov 19, 2013
    • Wesley W. Terpstra's avatar
      eca: datatype fattening patch · 0a65f5dd
      Wesley W. Terpstra authored
      This patch does five things:
        - Increase param from 32 to 64 bits (CCT wanted more space)
        - Added a timing extension field (tef) to include fine delay & future proof
        - Rework the register layout to accomodate these changes
        - Flatten all channels into a single register bank
        - Sort old+new tuple elements alphabetically
      0a65f5dd
  11. Nov 14, 2013
  12. Nov 01, 2013
  13. Oct 28, 2013
  14. Oct 25, 2013
  15. Oct 23, 2013
  16. Oct 04, 2013
    • Wesley W. Terpstra's avatar
      altera phy: at some point tx_disparity_o timing changed => updated · ebc5758d
      Wesley W. Terpstra authored
      The WR TX path in the endpoint reset disparity to minus.
      To do this, it needs the disparity from the transceiver.
      Previously the disparity had to be delayed a few cycles.
      At some point this must have changed.
      
      Now the core goes back to sending
        0x17C = K28_5 minus
      as commas after packet boundaries.
      ebc5758d
    • Wesley W. Terpstra's avatar
      arria5 phy: use manual bitslide · 9ca2585f
      Wesley W. Terpstra authored
      The new-fangled RX clock shifting alignment in arria5 does not work.
      It is only able to shift 2 clock bits, leaving one (unreported) bit
      that gets slipped, resulting in a randomly occuring +800ps offset.
      
      Using manual bit alignment mode requires that we enable it using
      the avalon-mm management interface, however. Hence the random values
      we hard-wire into the phy_mgmt_* lines. Without writing a '1' to
      rx_enapatternalign (bit 0) in register 0x85 (pcs8g_rx_wa_control)
      you will only get a link 1/10th of the time as it does not align.
      9ca2585f
  17. Sep 27, 2013
  18. Sep 26, 2013