1. Mar 18, 2017
  2. Mar 14, 2017
    • Jim Lawson's avatar
      Revert "Change Vec creation to check if gen is lit (and hence needs t… (#530) · a6798adb
      Jim Lawson authored
      * Revert "Change Vec creation to check if gen is lit (and hence needs to be declared)"
      
      This reverts commit dc86e7e1734d6abacb739b488df1de231e6b41b2.
      This may address #522 - using chiselCloneType (instead of cloneType) to preserve directionality.
      
      * Add missing implicits to Vec.apply() signature.
      
      * Use correct macro (CompileOptionsTransform) for indexWhere.
      a6798adb
  3. Mar 09, 2017
  4. Mar 01, 2017
  5. Feb 28, 2017
  6. Feb 25, 2017
  7. Feb 24, 2017
  8. Feb 23, 2017
  9. Feb 22, 2017
  10. Feb 17, 2017
    • Angie Wang's avatar
      Builderreflectionfix (#515) · 50db343d
      Angie Wang authored
      * change builder for bundle reflection fix
      
      * fixed bug -- should be not assignable
      50db343d
    • Chick Markley's avatar
      Add scaladoc examples for Vec and Bundle (#511) · 40da2786
      Chick Markley authored
      * Add scaladoc examples for Vec and Bundle
      
      * address comments, added @example tag
      eliminate extraneous context
      
      * address comments, added @example tag
      eliminate extraneous context
      
      * ok, I've wrestled with the javadoc sytnax, the following commit, is my best result so far
      40da2786
    • Jack Koenig's avatar
      Add support for clock and reset scoping (#509) · 563f348c
      Jack Koenig authored
      withClockAndReset, withReset, and withClock allow changing the implicit clock and reset.
      Module.clock and Module.reset provide access to the current implicit clock and reset.
      563f348c
  11. Feb 16, 2017
  12. Feb 09, 2017
  13. Feb 08, 2017
    • Chick Markley's avatar
      Fix up Absolute value #abs (#491) · 32885ac3
      Chick Markley authored
      * Fix up Absolute value #abs
      Defines #abs in Num
      Implement #abs in UInt
      Change #abs in SInt to return an SInt
      Change #abs in FixedPoint to return a FixedPoint
      Added  a couple of tests
      Add some scala style suppression to Bits so I can read code in IntelliJ
      
      * Per review
      Add tests that abs works for positive values
      Added SInt and UInt tests for abs to new underpopulated IntegerMathSpec
      Used fixed point literals in fixed points abs definition
      32885ac3
    • Jim Lawson's avatar
      c9beeeb1
    • ducky's avatar
      Name all the things · 8d2fff4e
      ducky authored
      8d2fff4e