1. Aug 30, 2016
  2. Aug 18, 2016
  3. Aug 10, 2016
  4. Aug 01, 2016
  5. 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
  6. Jul 15, 2016
  7. Jul 12, 2016
  8. Jul 08, 2016
  9. Jul 07, 2016
  10. Jul 02, 2016
  11. Jun 29, 2016
  12. Jun 28, 2016
  13. Jun 25, 2016
  14. Jun 24, 2016
  15. Jun 23, 2016
  16. Jun 21, 2016
  17. Jun 16, 2016
  18. Jun 09, 2016
  19. Jun 07, 2016
  20. 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