1. Apr 17, 2020
  2. Apr 15, 2020
  3. Apr 14, 2020
  4. Apr 11, 2020
  5. Apr 08, 2020
    • Albert Magyar's avatar
      Fix dynamic SubAccess of zero-length vectors (#1450) · 1a03e635
      Albert Magyar authored
      * Fix dynamic SubAccess of zero-length vectors
      
      * Fixes #230
      * Add new ZeroLengthVecs pass that occurs before RemoveAccesses
      * Include this in stage.Forms.MidForm
      * Add to High->Mid order in compiler test based on @seldridge feedback
      
      * Use validif to produce out-of-bounds value in ZeroLengthVecs
      
      * Update scaladoc
      
      * Fix test imports
      1a03e635
  6. Apr 07, 2020
  7. Apr 06, 2020
  8. Apr 03, 2020
  9. Mar 31, 2020
  10. Mar 27, 2020
    • Jack Koenig's avatar
      Bump to Scala 2.12.11 (#1473) · a458754f
      Jack Koenig authored
      
      
      Co-authored-by: default avatarJim Lawson <ucbjrl@berkeley.edu>
      a458754f
    • Chick Markley's avatar
      Eliminate warnings on `sbt doc` and `sbt unidoc` (#1470) · 249ed127
      Chick Markley authored
      
      
      * Eliminate warnings on `sbt doc` and `sbt unidoc`
      - removed toFirrtl reference on MultiTargetAnnotation
      - lots of places where package path has to be added to comment references
      - Change to use `/** text starts here` convention when wrong in comment with a doc fix.
        - Did not exhaustively change these
      - Wrestled doc example in RenderDiGraph#renderNode, not sure if I won
      - Cleaned up InferWidths & CatchExceptions imports
      - Added missing license message to a couple of files.
      - fixed a couple of stale parameter names in scaladoc
      - Added @unchecked to stop erasure warning in Emitting where emission annotations are collected
      - Change types to [_] on match in RenameMap#recordAll to fix erasure warning
      
      * Where  possible change [[firrtl.ir.X]] to [[firrtl.ir.X X]] for better display in scaladoc
      
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      249ed127