1. Jan 30, 2024
  2. Jan 28, 2024
  3. Jan 23, 2024
    • mergify[bot]'s avatar
      Update Scala CLI Template (backport #3757) (#3758) · 9d964e9c
      mergify[bot] authored
      * Update Scala CLI Template (#3757)
      
      * Use "dep" instead of deprecated "lib"
      * Add _root_ to `import circt.stage.ChiselStage`
        * Also add comment describing how this disambiguates from
          chisel3.util.circt when the user does `import chisel3.util._`
      * Bump versions in Github workflows
      
      (cherry picked from commit 589f1067
      
      )
      
      # Conflicts:
      #	.github/workflows/build-scala-cli-template.yml
      #	.github/workflows/build-scala-cli-template/chisel-template.scala
      
      * Resolve backport conflicts
      
      ---------
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      9d964e9c
  4. Jan 20, 2024
  5. Nov 17, 2023
  6. Nov 03, 2023
  7. Oct 18, 2023
  8. Sep 27, 2023
  9. Sep 26, 2023
  10. Sep 13, 2023
  11. Jul 18, 2023
    • mergify[bot]'s avatar
      Sanitize Record._elements (backport #3419) (#3426) · 88a1686d
      mergify[bot] authored
      * Sanitize Record._elements (#3419)
      
      This moves name sanitation a little earlier and ensures that the
      sanitized names are use more consistently throughout Chisel internals.
      
      This fixes a bug in D/I where unsanitary names would lead to a crash.
      
      (cherry picked from commit 5c282db5
      
      )
      
      * Keep Scala 2.12 support by not using VectorMap
      
      * Fix firrtl in tests for older firrtl spec version
      
      ---------
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      88a1686d
  12. Jul 07, 2023
  13. Jun 30, 2023
  14. Jun 28, 2023
  15. Jun 23, 2023
  16. Jun 22, 2023
  17. Jun 15, 2023
  18. Jun 09, 2023
  19. Jun 08, 2023
  20. Jun 07, 2023
  21. Jun 02, 2023
  22. May 19, 2023
  23. May 10, 2023
  24. May 06, 2023
  25. Apr 27, 2023
  26. Apr 26, 2023
  27. Apr 18, 2023
  28. Apr 13, 2023
  29. Apr 07, 2023
    • mergify[bot]'s avatar
      Fix naming for RHS of named unapply expressions (backport #3163) (#3165) · 3ef3ea2b
      mergify[bot] authored
      * Fix naming for RHS of named unapply expressions (#3163)
      
      Previously, the naming plugin would not recurse for the RHS of an
      unapply, meaning that vals declared in blocks that ultimately return
      some result that is unapplied into some named Data would not be named.
      
      Also, audit and improve the naming mdocs.
      
      (cherry picked from commit 262caa73
      
      )
      
      # Conflicts:
      #	docs/src/cookbooks/naming.md
      
      * Resolve backport conflicts
      
      ---------
      
      Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
      3ef3ea2b
  30. Apr 04, 2023