1. Dec 03, 2016
  2. Dec 02, 2016
  3. Nov 30, 2016
  4. Nov 24, 2016
    • Richard Lin's avatar
      Simplify Enum API (#385) · edb19a05
      Richard Lin authored
      Get rid of some cruft exposed in #373
      
      This also allows Bits.fromtInt(...) to be removed. Yay!
      
      All old APIs (with some new restrictions, rocket still works fine) are preserved without deprecation in Chisel._, aside from the non-compile-time-checkable Map[] enum constructor which probably should have been deprecated during chisel2. The Map[] enums have been removed from chisel3._ without deprecation.
      
      The new restriction is that nodeType (legacy API) may only be of UInt type with unspecified width. Note that Bits() creates a UInt, and if you can't control the enum values, it makes little sense to specify a bitwidth.
      edb19a05
    • Jim Lawson's avatar
      Merge pull request #384 from ucb-bar/jarfix · 08b4f68d
      Jim Lawson authored
      Fix for direct dependencies
      08b4f68d
    • ducky's avatar
      Fix for direct dependencies · 93dd0ed2
      ducky authored
      93dd0ed2
  5. Nov 23, 2016
  6. Nov 22, 2016