1. Oct 05, 2023
  2. Oct 03, 2023
  3. Oct 01, 2023
  4. Sep 30, 2023
    • Will Dietz's avatar
      ProbeSpec: Check through to SV. · b965517d
      Will Dietz authored
      While the fix avoids the Chisel error encountered when trying to rwprobe
      an enum, actually there are still enum annotations emitted for the port!
      
      This is not a problem in practice, however, as firtool ignores them
      without trying to resolve them (which would fail).
      b965517d
    • Schuyler Eldridge's avatar
      Add optional group API (#3541) · b3e3383e
      Schuyler Eldridge authored
      
      
      Add support for optional groups.  These are groups of statements with
      optional functionality.  The primary use case is intended for verification
      code to "extract" such code into bound modules.
      
      Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
      b3e3383e
  5. Sep 29, 2023
  6. Sep 28, 2023
  7. Sep 27, 2023
  8. Sep 26, 2023
  9. Sep 23, 2023
  10. Sep 22, 2023
  11. Sep 21, 2023
  12. Sep 20, 2023
  13. Sep 19, 2023
  14. Sep 15, 2023
    • Jared Barocsi's avatar
      Implement auto typeName generation for Records (#3504) · f512e8e3
      Jared Barocsi authored
      - Add a `HasAutoTypename` experimental trait, which can be mixed into `Record` classes to generate a statement of the form `override def typeName = '...'` using the compiler plugin. Allows users to automatically generate stable, standardized type names without unnecessary boilerplate code
      f512e8e3
  15. Sep 13, 2023
  16. Sep 12, 2023
  17. Sep 09, 2023
  18. Sep 08, 2023
  19. Sep 07, 2023
  20. Sep 06, 2023
  21. Sep 02, 2023