1. Oct 29, 2016
  2. Oct 28, 2016
  3. Oct 27, 2016
    • Andrew Waterman's avatar
      Refactor and fix field reflection (#342) · 5272db0b
      Andrew Waterman authored
      No more need for e.g.
      
          new Bundle {
            def foo(dummy: Int): Data
          }
      
      as now you can write
      
          new Bundle {
            def foo: Data
          }
      
      This also removes code duplication with Module.
      
      h/t @sdtwigg 
      5272db0b
  4. Oct 26, 2016
  5. Oct 25, 2016
  6. Oct 24, 2016
  7. Oct 20, 2016
  8. Oct 19, 2016
  9. Oct 15, 2016
    • chick's avatar
      Implement a standardized execution scheme for chisel · 070a8d72
      chick authored
      Provide support for chisel options
      Provide support for firrtl options when called as part of chisel compile
      provide command line support the above options via scopt
      provide and execution result class that can be used when chisel3 is part
      of some externally controlled toolchain
      070a8d72
  10. Oct 13, 2016
  11. Oct 12, 2016
  12. Oct 08, 2016
  13. Oct 07, 2016