1. Jun 09, 2022
  2. Jun 08, 2022
  3. Jun 07, 2022
  4. Jun 03, 2022
  5. Jun 02, 2022
    • Girish Pai's avatar
      Add formatted Printable interpolator `cf` (#2528) · 037f7b2f
      Girish Pai authored
      This is a formatted version of the p"..." interpolator analogous to
      Scala's f"..." interpolator. The primary difference is that it supports
      formatting interpolated variables by following the variable with
      "%<specifier>". For example:
      
      printf(cf"myWire = $myWire%x\n")
      
      This will format the hardware value "myWire" as a hexidecimal value in
      the emitted Verilog. Note that literal "%" must be escaped as "%%".
      
      Scala types and format specifiers are supported and are handled in the
      same manner as in standard Scala f"..." interpolators.
      037f7b2f
  6. May 30, 2022
  7. May 28, 2022
  8. May 27, 2022
  9. May 25, 2022
  10. May 24, 2022
  11. May 20, 2022
  12. May 19, 2022
  13. May 16, 2022
  14. May 13, 2022
  15. May 12, 2022
  16. May 10, 2022
  17. May 04, 2022
  18. Apr 29, 2022
    • Megan Wachs's avatar
      Utils: add source locators (#2496) · b24f09c7
      Megan Wachs authored
      * Cat: add source locators
      
      * make test handle both cases
      
      * test that the wrong source locator is not included for Cat
      
      * Add source locators to FillInterleaved and test
      
      * Add Bitwise Spec
      
      * add FillSpec
      
      * Reverse Spec
      
      * Checkpoint -- doesn't compile
      
      * Make source locators more correct with do_apply methods
      
      * add source locators to Reg.scala
      
      * RegEnable source locator tests
      
      * ShiftRegisters source locators unit tests
      
      * scalafmt
      
      * clean up spacing and final defs
      
      * scalafmt
      
      * scaladoc groups
      b24f09c7
    • Kevin Laeufer's avatar
      remove experimental.verification package (#2511) · 2f80a9e4
      Kevin Laeufer authored
      All functions inside this package were deprecated
      in the 3.5 release, so it is appropriate to remove
      them for 3.6
      2f80a9e4
  19. Apr 27, 2022
  20. Apr 26, 2022
  21. Apr 21, 2022
  22. Apr 20, 2022