Skip to content
Snippets Groups Projects
  1. Jul 24, 2020
  2. Sep 04, 2019
  3. Sep 03, 2019
  4. Aug 30, 2019
  5. Aug 29, 2019
  6. Aug 28, 2019
  7. Aug 23, 2019
  8. Aug 08, 2019
  9. Aug 07, 2019
  10. Aug 06, 2019
  11. Aug 05, 2019
  12. Aug 01, 2019
  13. Jul 17, 2019
  14. Jul 16, 2019
  15. May 20, 2019
  16. May 06, 2019
  17. Apr 30, 2019
    • 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. Apr 26, 2019