| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-18 | Split #974 into two PRs - scalastyle updates (#1037) | Jim Lawson | |
| * Update style warnings now that subprojects are aggregated. Use "scalastyle-test-config.xml" for scalastyle config in tests. Enable "_" in method names and accept method names ending in "_=". Re-sync scalastyle-test-config.xml with scalastyle-config.xml * Remove bogus tests that crept in with git add * Add missing import. | |||
| 2018-08-22 | Use a mix-in to override Seq error | Edward Wang | |
| 2018-08-22 | Warn user that using Seq for hardware construction in Bundle is not supported | Edward Wang | |
| 2017-04-26 | Deprecate fromBits and clock/reset constructors (#583) | Richard Lin | |
| 2017-01-20 | Add Record as new superclass of Bundle (#366) | Jack Koenig | |
| Record gives uses the power to create collections of heterogenous elements. Bundle is a special case of Record that uses reflection to populate the elements of the collection. Bundle also attempts to implement cloneType whereas users of Record are required to supply one. | |||
