1. Feb 02, 2021
  2. Jan 27, 2021
  3. Jan 25, 2021
  4. Jan 23, 2021
  5. Jan 22, 2021
  6. Jan 21, 2021
  7. Jan 20, 2021
  8. Jan 16, 2021
  9. Jan 15, 2021
  10. Jan 11, 2021
  11. Jan 07, 2021
  12. Dec 18, 2020
  13. Dec 17, 2020
    • Jack Koenig's avatar
      Switch to using Github Actions CI (#1690) · 25a417f8
      Jack Koenig authored
      MiMa binary compatibility checks are now run on master, but the
      mimaPreviousArtifacts are empty which makes the check a no-op. This
      helps keep both the build.sbt and CI more consistent between master and
      stable branches.
      
      .mergify.yml is also updated with mergify.sc from chisel-repo-tools
      using the following configuration:
      
      conditions:
        - status-success=all tests passed
      branches:
        - 3.2.x
        - 3.3.x
        - 3.4.x
      25a417f8
  14. Dec 09, 2020
  15. Dec 08, 2020
  16. Dec 02, 2020
  17. Nov 24, 2020
  18. Nov 17, 2020
  19. Nov 12, 2020
  20. Nov 11, 2020
  21. Nov 06, 2020
  22. Nov 04, 2020
  23. Nov 03, 2020
  24. Oct 31, 2020
    • Jack Koenig's avatar
      Fix bug where refs may not get set for Records (#1645) · 0979133b
      Jack Koenig authored
      This requires a combination of things, but it happens to be a
      combination used by Diplomacy in Rocket Chip. It must be a Record in
      compatibility code with Vecs as fields and a mix of components with and
      without set directions.
      0979133b
  25. Oct 28, 2020