1. Jun 01, 2024
  2. May 31, 2024
  3. May 30, 2024
  4. May 28, 2024
  5. May 25, 2024
  6. May 24, 2024
  7. May 23, 2024
  8. May 21, 2024
  9. May 08, 2024
  10. May 02, 2024
  11. Apr 26, 2024
  12. Apr 24, 2024
  13. Apr 20, 2024
  14. Apr 18, 2024
  15. Apr 13, 2024
    • mergify[bot]'s avatar
      Optimize truth table merge (backport #3993) (#3995) · 91edc119
      mergify[bot] authored
      * Move BitPatSpec from package chiselTests to package chisel3
      
      This allows it to test package private methods.
      
      (cherry picked from commit 09d6fa71)
      
      * Add package private all* methods to BitPat
      
      (cherry picked from commit e9a2c6d5)
      
      * Optimize TruthTable.split and .merge to do nothing in common case
      
      Most TruthTables have a default of all dont care. We can optimize this
      common case by doing actual work in TruthTable.split and
      TruthTable.merge.
      
      (cherry picked from commit bb32df47
      
      )
      
      ---------
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      91edc119
  16. Apr 12, 2024
  17. Apr 10, 2024
  18. Apr 06, 2024
  19. Apr 04, 2024
  20. Mar 27, 2024
    • mergify[bot]'s avatar
      [website] Bump Docusaurus to 3.1.1 and fix broken anchors (backport #3948) (#3949) · d125d963
      mergify[bot] authored
      * [website] Bump Docusaurus to 3.1.1 and fix broken anchors (#3948)
      
      The website build has started failing for an unknown reason, but there
      was a warning about the Algolia integration and bumping Docusaurus seems
      to fix the issue. Docusaurus 3.1.1 introduces checks for broken anchors
      which is also fixed in this PR. One of the broken anchors was to a
      section on FixedPoint, as FixedPoint was removed, this section was
      deleted.
      
      (cherry picked from commit 946392f5
      
      )
      
      # Conflicts:
      #	docs/src/cookbooks/cookbook.md
      
      * Resolve backport conflicts
      
      Also warn instead of throw on broken anchors since website is published
      from main rather than this branch.
      
      ---------
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      d125d963
  21. Mar 16, 2024
  22. Mar 13, 2024
  23. Mar 08, 2024