1. Mar 02, 2024
    • Schuyler Eldridge's avatar
      [chiselsim] Better fix for CIRCT 1.66- and 1.66+ (#3893) · 783bb8cc
      Schuyler Eldridge authored
      
      
      Change the way ChiselSim moves files to track and not move files which may
      be duplicated in both the default black box filelist and in the main
      CIRCT-produced filelist.  Previously, this was working because a java.nio
      exception was being ignored.  However, this may have been hiding bugs
      where the filelist was actually pointing at a file that did not exist.
      
      This commit also does some heavy cleanup of the code for moving files to only
      use java.nio methods as opposed to relying on doing string manipulations of
      paths.  The logic is intended to be the exact same as before.
      
      Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
      (cherry picked from commit 61df8bbf)
      783bb8cc
    • mergify[bot]'s avatar
      Get ChiselSim working with CIRCT 1.66+ (#3890) (#3891) · d9a40eaf
      mergify[bot] authored
      Fix an incorrect assumption in ChiselSim that a 'filelist.f' will exist
      that includes all modules, _including blackboxes_, in the design.  Change
      this to try to also copy files from the black box filelist.  This makes
      ChiselSim work with CIRCT 1.66 and earlier (which put everything in
      'filelist.f') and CIRCT 1.66+ (which does not include blackboxes in
      'filelist.f').
      
      Note that this is intended as a temporary solution until FIRRTL has a rock
      solid ABI that is implemented by CIRCT where all modules can be discovered
      under an arbitrary public module.
      
      See CIRCT changes here: https://github.com/llvm/circt/pull/6729
      
      
      
      Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
      (cherry picked from commit 9448d326
      
      )
      
      Co-authored-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
      d9a40eaf
  2. Feb 27, 2024
  3. Feb 24, 2024
  4. Feb 23, 2024
  5. Feb 17, 2024
  6. Feb 02, 2024
  7. Jan 31, 2024
  8. Jan 30, 2024
  9. Jan 23, 2024
    • mergify[bot]'s avatar
      Update Scala CLI Template (backport #3757) (#3759) · 52232121
      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>
      52232121
  10. Jan 20, 2024
  11. Jan 14, 2024
  12. Jan 12, 2024
  13. Nov 17, 2023
  14. Nov 16, 2023
  15. Nov 03, 2023
  16. Oct 17, 2023
  17. Sep 27, 2023
  18. Sep 26, 2023
  19. Sep 13, 2023
  20. Aug 17, 2023
  21. Aug 02, 2023
  22. Jul 18, 2023
    • mergify[bot]'s avatar
      Sanitize Record._elements (backport #3419) (#3427) · 1de70de5
      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>
      1de70de5
  23. Jul 06, 2023
  24. Jun 30, 2023
  25. Jun 28, 2023
  26. Jun 23, 2023
  27. Jun 15, 2023
  28. Jun 10, 2023