1. Dec 02, 2021
  2. Dec 01, 2021
  3. Nov 30, 2021
  4. Nov 24, 2021
  5. Nov 23, 2021
  6. Nov 21, 2021
  7. Nov 18, 2021
    • Jiuyang Liu's avatar
      refactor Queue.hasFlush: Boolean to Queue.flush: Option[Bool]. (#2245) · 8f796df5
      Jiuyang Liu authored
      
      
      * refactor Queue.hasFlush: Boolean to Queue.flush: Option[Bool].
      
      Using factory Queue(..., hasFlush = true) won't take effects, since in the Queue.apply API, Queue Module is not exposed, thus even user defines hasFlush = true, there is no place for them to give the flush signal.
      This commit fix this, refactor Queue.hasFlush: Boolean to Queue.flush: Option[Bool], makes user be able to pass the flush signal into Queue Module.
      
      * use zip to connect.
      
      * refactor docs.
      
      Co-authored-by: default avatarMegan Wachs <megan@sifive.com>
      8f796df5
  8. Nov 16, 2021
  9. Nov 14, 2021
  10. Nov 13, 2021
  11. Nov 11, 2021
  12. Nov 03, 2021
  13. Nov 02, 2021
  14. Oct 29, 2021
    • Adam Izraelevitz's avatar
      Exposing more APIs from D/I internals (#2220) · 0c43dadf
      Adam Izraelevitz authored
      Exposing more internals of D/I, which are required for supporting D/I with more powerful Chisel libraries:
      
      - Exposing IsClone[_]
      - Exposing InstantiableClone[_]
      - Gated builders for Instance/Definition
      - Unsealing Lookupable, with protected accessors for proto and cloned
      0c43dadf
    • Jack Koenig's avatar
      [docs] Improve tieoff Bundle to 0 (#2218) · 84da5fdb
      Jack Koenig authored
      Previously, the example had an extra wrapping module that led
      to the interesting example getting optimized away.
      84da5fdb
  15. Oct 28, 2021
  16. Oct 26, 2021
  17. Oct 24, 2021
  18. Oct 22, 2021
  19. Oct 21, 2021