1. Aug 11, 2021
  2. Aug 06, 2021
    • Schuyler Eldridge's avatar
      Don't return mport from SyncReadMem.read(addr, en) · 1d80f650
      Schuyler Eldridge authored
      
      
      Change the read with enable method on SyncReadMem to not return the
      CHIRRTL mport.  This results in saner code generation in CHIRRTL where
      the mport can't be used in subsequent code blocks.
      
      Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
      1d80f650
    • Chick Markley's avatar
      Small changes to memory doc (#2062) · 75c00606
      Chick Markley authored
      * Small changes to memory doc
      - Fixed typo "except" => "accept"
      - Use `Counter` explicitly in ROM section example.
      
      * Fix counter doc compile error
      
      * remove invisible doc block in memory example
      
      * more small fixes to make mem example pass doc compile
      
      * Get rid of sine wave iterator in memory doc
      
      * get rid of tabs on VecInit example
      
      * get rid of tabs on VecInit example
      75c00606
  3. Aug 05, 2021
  4. Aug 04, 2021
  5. Jul 29, 2021
  6. Jul 28, 2021
  7. Jul 23, 2021
  8. Jul 15, 2021
  9. Jul 13, 2021
  10. Jul 12, 2021
  11. Jul 10, 2021
    • Jack Koenig's avatar
      Fix chisel3 <> for Bundles that contain compatibility Bundles (Take 2) (#2031) · 5183ef88
      Jack Koenig authored
      PR #2023 fixed a composition issue for chisel3 biconnects delegating to
      FIRRTL partial connect when compatibility mode Bundles are elements of
      chisel3 Bundles. It missed an important case though that caused
      previously working code to break.
      
      The bug is fixed by doing the automatic flipping for compatibility mode
      Bundles that have "Input" as a direction in addition to those that are
      "Flipped".
      5183ef88
  12. Jul 09, 2021
  13. Jul 08, 2021
  14. Jul 07, 2021
  15. Jul 02, 2021
  16. Jun 30, 2021
  17. Jun 29, 2021
  18. Jun 26, 2021