1. Mar 02, 2024
  2. Mar 01, 2024
  3. Feb 24, 2024
  4. Feb 02, 2024
  5. Jan 31, 2024
  6. Jan 30, 2024
  7. Jan 28, 2024
  8. 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
  9. Jan 20, 2024
  10. Nov 17, 2023
  11. Nov 03, 2023
  12. Oct 18, 2023
  13. Sep 27, 2023
  14. Sep 26, 2023
  15. Sep 13, 2023
  16. Jul 19, 2023
    • Jack Koenig's avatar
      Add support for configurable warnings (#3414) · a49e4ea5
      Jack Koenig authored
      Warnings have been assigned unique integers to use as identifiers for
      purposes of documentation and configuration.
      
      New CLI option --warn-conf accepts a comma-separated sequence of
      <filter>:<action> pairs for customizing warnings.
      
      Supported filters are:
      * any          - matches all warnings
      * id=<integer> - matches warnings with the integer id
      * src=<glob>   - matches warnings where <glob> matches the warning
                       source file
      
      id and src filters can be combined with &.
      
      Supported actions are:
      * :s - suppress the warning
      * :w - report the warning as a warning (default behavior)
      * :e - error on the warning
      
      For example, the new Vec dynamic width matching warning can be
      suppressed for source files in src/main/scala while all other warnings
      elevated to errors with:
        --warn-conf "id=4&src=src/main/scala/**:s,any:e"
      
      The is also --warn-conf-file which works similarly to --warn-conf except
      the <filter>:<action> pairs are newline separated in a file. # is used
      for line comments.
      
      (cherry picked from commit 8e33a68b)
      
      # Conflicts:
      #	core/src/main/scala/chisel3/Aggregate.scala
      #	core/src/main/scala/chisel3/Bits.scala
      #	core/src/main/scala/chisel3/internal/package.scala
      #	docs/src/explanations/explanations.md
      #	src/main/scala/chisel3/stage/ChiselAnnotations.scala
      #	src/main/scala/chisel3/stage/package.scala
      #	src/main/scala/circt/stage/ChiselStage.scala
      #	src/test/scala/chiselTests/ConstSpec.scala
      #	src/test/scala/chiselTests/ProbeSpec.scala
      #	website/docs/src/main/resources/microsite/data/menu.yml
      a49e4ea5
  17. 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
  18. Jul 07, 2023
  19. Jun 30, 2023
  20. Jun 28, 2023
  21. Jun 23, 2023
  22. Jun 22, 2023
  23. Jun 15, 2023
  24. Jun 09, 2023
  25. Jun 08, 2023
  26. Jun 07, 2023
  27. Jun 02, 2023
  28. May 19, 2023
  29. May 10, 2023
  30. May 06, 2023