1. 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
  2. 26 Apr, 2019 3 commits
  3. 12 Apr, 2019 1 commit
    • Dimitris Lampridis's avatar
      hdl: major rehaul of resets and cross-clock domain syncrhonization · 6c4dca2c
      Dimitris Lampridis authored
      Important changes include:
      
      1. Clear separation of resets per clock domain (with the exception
         of the wbgen-generated dma controller registers).
      
      2. Conversion of all processes to use synchronous resets when the
         reset is synced with the clock of the process.
      
      3. Use of standard synchronizers from general-cores when crossing
         clock-domains.
      
      Due to the change in processes to use sync resets, a lot of code
      has changed indentation. To this end, it might be useful to perform
      a case insensitive diff when studying the changes of this commit.
      Signed-off-by: Dimitris Lampridis's avatarDimitris Lampridis <dimitris.lampridis@cern.ch>
      6c4dca2c
  4. 14 Mar, 2019 1 commit
  5. 13 Feb, 2019 1 commit
  6. 30 Jan, 2019 1 commit
  7. 29 Jan, 2019 1 commit
  8. 28 Jan, 2019 1 commit
  9. 23 Jan, 2019 6 commits
  10. 29 Nov, 2018 4 commits
  11. 26 Oct, 2018 1 commit
  12. 16 Sep, 2018 1 commit
  13. 30 Aug, 2018 1 commit
  14. 13 Jun, 2018 1 commit
  15. 08 Jun, 2018 1 commit
  16. 26 Mar, 2018 1 commit
  17. 20 Mar, 2018 1 commit
  18. 19 Mar, 2018 1 commit
  19. 14 Dec, 2017 1 commit
  20. 22 Aug, 2017 1 commit
  21. 27 Apr, 2017 3 commits
  22. 12 Apr, 2017 1 commit
  23. 31 May, 2016 1 commit
  24. 18 Mar, 2016 2 commits
  25. 16 Sep, 2015 1 commit
    • Grzegorz Daniluk's avatar
      csr wb master: fixing almost_full threshold · 7082c583
      Grzegorz Daniluk authored
      The sizes of to_wb and from_wb fifo were reduced in commit 4a430afa from 512 to
      128 words. However, almost_full thresholds were still set to 500. As the
      result some of the requests were lost when fifo was full because this fact was
      never signaled to the gn4124 chip.
      7082c583
  26. 01 Jul, 2015 1 commit
  27. 30 Jun, 2015 1 commit