Skip to content
Snippets Groups Projects
  1. Apr 26, 2019
  2. Apr 12, 2019
    • 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: default avatarDimitris Lampridis <dimitris.lampridis@cern.ch>
      6c4dca2c
  3. Mar 14, 2019
  4. Feb 13, 2019
  5. Jan 30, 2019
  6. Jan 29, 2019
  7. Jan 28, 2019
  8. Jan 23, 2019
  9. Nov 29, 2018
  10. Oct 26, 2018
  11. Sep 16, 2018
  12. Aug 30, 2018
  13. Jun 13, 2018
  14. Jun 08, 2018
  15. Mar 26, 2018
  16. Mar 20, 2018
  17. Mar 19, 2018
  18. Dec 14, 2017
  19. Aug 22, 2017
  20. Apr 27, 2017
  21. Apr 12, 2017
  22. May 31, 2016
  23. Mar 18, 2016
  24. Sep 16, 2015
    • 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
  25. Jul 01, 2015
  26. Jun 30, 2015
  27. Jun 23, 2015
  28. May 19, 2015