1. Apr 13, 2024
    • Asuna's avatar
      WIP · 77556309
      Asuna authored
      77556309
  2. Apr 09, 2024
  3. Apr 06, 2024
  4. Apr 04, 2024
  5. Apr 03, 2024
  6. Apr 02, 2024
  7. Mar 31, 2024
  8. Mar 28, 2024
  9. Mar 27, 2024
  10. Mar 26, 2024
  11. Mar 23, 2024
  12. Mar 21, 2024
  13. Mar 18, 2024
  14. Mar 17, 2024
    • Asuna's avatar
      Some fixes related to OM (#3940) · 99b99707
      Asuna authored
      * Add method for reading mlirbc in `PanamaCIRCTConverter`
      
      * Construct `MlirStringRef` manually for `Array[Byte]`
      
      * Fix infinite recursion for displaying `PanamaCIRCTOMEvaluatorValuePath`
      99b99707
  15. Mar 16, 2024
  16. Mar 13, 2024
  17. Mar 12, 2024
  18. Mar 08, 2024
  19. Mar 07, 2024
  20. Mar 06, 2024
  21. Mar 04, 2024
  22. Mar 03, 2024
  23. Mar 02, 2024
  24. Mar 01, 2024
    • Schuyler Eldridge's avatar
      Add test of external modules to ChiselSim tests (#3889) · ef7de527
      Schuyler Eldridge authored
      This tests that compilation with an external module works (as well as
      testing that reading from a port driven from an external module
      works---which doesn't provide any additional coverage).  This is
      highlighting a problem in CIRCT beyond 1.66.0 where this relies on a
      `filelist.f` file being produced which includes information about all
      external modules.  This was dropped in a later commit [[1]] and needs to
      be fixed.  This commit is intending to cause nightly to fail, demonstrate
      the problem, and provide a check so that we know things are back to
      working.
      
      [1]: https://github.com/llvm/circt/pull/6729
      
      
      
      Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
      ef7de527