1. 24 Jul, 2020 4 commits
  2. 04 Sep, 2019 10 commits
  3. 03 Sep, 2019 2 commits
  4. 30 Aug, 2019 1 commit
  5. 29 Aug, 2019 2 commits
  6. 28 Aug, 2019 1 commit
  7. 23 Aug, 2019 3 commits
  8. 08 Aug, 2019 4 commits
  9. 07 Aug, 2019 1 commit
  10. 06 Aug, 2019 2 commits
  11. 05 Aug, 2019 1 commit
  12. 01 Aug, 2019 2 commits
  13. 17 Jul, 2019 2 commits
  14. 16 Jul, 2019 1 commit
  15. 20 May, 2019 1 commit
  16. 06 May, 2019 1 commit
  17. 30 Apr, 2019 1 commit
    • Dimitris Lampridis's avatar
      hdl: further reset and CDC cleanup · b5752886
      Dimitris Lampridis authored
      Following up on 6c4dca2c, this commit fixes one issue related to resets and performs
      further reset and clock-domain crossing (CDC) cleanup.
      
      Important changes include:
      
      1. Make sure that all dual async fifos are reset on both sides. This solves an issue
         with soft resets causing the host PC to hang.
      
      2. Remove c_RST_ACTIVE constant to make the code simpler.
      
      3. Remove reset from many signals (in particular from wide, data signals) that do not
         need to be reset. This helps with meeting timing wrt reset distribution.
      
      4. Remove synchronizers from p2l deserializers, the SERDES outputs are already synced
         to the FPGA clock.
      b5752886
  18. 26 Apr, 2019 1 commit