1. Oct 09, 2018
  2. Oct 05, 2018
  3. Jul 07, 2018
  4. Jul 06, 2018
  5. Jul 05, 2018
  6. Jul 03, 2018
    • Jack Koenig's avatar
      Direct to FIRRTL (#829) · 3d8064a9
      Jack Koenig authored
      Provide direct conversion from ChiselIR to FIRRTL.
      Provide Driver support for dumping ProtoBuf.
      3d8064a9
  7. Jun 30, 2018
  8. Jun 28, 2018
  9. Jun 26, 2018
  10. Jun 21, 2018
    • Jack Koenig's avatar
      Programmatic Port Creation (#833) · 980778b1
      Jack Koenig authored
      Add chisel3.experimental.IO for programmatic port creation in Raw and
      MultiIOModules. suggestName is required to name ports that cannot be
      named by reflection. Two ports cannot be given the same name.
      980778b1
  11. Jun 19, 2018
  12. Jun 16, 2018
    • Jim Lawson's avatar
      Cleanup/fixup/reorg · 91520cf7
      Jim Lawson authored
      Move common code into CommonBuild.sc
      Remove extra ThisBuildInfo trait
      Override publishXmlDeps() to avoid generating a self-dependency (since our dependent modules don't really have their own identity and end up duplicating PublishChiselModule
      91520cf7
    • Jim Lawson's avatar
      Full working version, but still some issues. · 0035d3f4
      Jim Lawson authored
       - need to specify mainClass - mill should figure it out on its own
       - manifest isn't complete
       - javaDoc is missing version info, some javascript, and differs from sbt generated javaDoc, but it doesn include core and internal documentation
       - ivys are missing description, configurations, scala dependencies
       - poms use artifactId for name (instead of descrption), license is BSD-3-Clause, developer is missing url, dependencies are missing scala dependencies, but include a dependency on the library itself(!).
      0035d3f4
  13. Jun 14, 2018