1. Aug 18, 2016
  2. Aug 10, 2016
  3. Aug 01, 2016
  4. Jul 21, 2016
    • Jack Koenig's avatar
      Generate better names for nodes (#190) · 54cd58cb
      Jack Koenig authored
      For Chisel nodes defined in Module class-level values of type Option or
      Iterable, we can still use reflection to assign names based on the name
      of the value. This works for arbitrary nesting of Option and Iterable so
      long as the innermost type is HasId. Note that this excludes Maps which
      always have an innermost type of Tuple2[_,_].
      54cd58cb
  5. Jul 15, 2016
  6. Jul 12, 2016
  7. Jul 08, 2016
  8. Jul 07, 2016
  9. Jul 02, 2016
  10. Jun 29, 2016
  11. Jun 28, 2016
  12. Jun 25, 2016
  13. Jun 24, 2016
  14. Jun 23, 2016
  15. Jun 21, 2016
  16. Jun 16, 2016
  17. Jun 09, 2016
  18. Jun 07, 2016
  19. Jun 04, 2016
    • Jim Lawson's avatar
      Merge pull request #194 from ucb-bar/front_end_dependency · 63fe683c
      Jim Lawson authored
      Add a hack to build.sbt to allow local publishing
      We're merging this despite the failing tests (Jenkins ghprb isn't communicating with GitHub following security and authentication updates). We'd prefer to package all the sbt subprojects in a single jar, but current attempts to do so fail. See #208.
      63fe683c
    • Jim Lawson's avatar
      Update publishing dependencies · 807184b0
      Jim Lawson authored
      Until we sort out how to include the subproject classes in a single jar file, we need to explicitly publish all subprojects.
      807184b0