| 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-12-04 | Add asBool, deprecate toBool | Jack Koenig | |
| 2018-12-04 | Add asBools, deprecate toBools | Jack Koenig | |
| 2017-03-08 | Improve Reverse's exception behavior; avoid log2Up | Andrew Waterman | |
| Provide a better error message when length < 0. Change log2Up in log2Ceil, which has no effect, since the argument is always at least 2. | |||
| 2017-03-08 | Correct Fill's exception behavior; avoid log2Up | Andrew Waterman | |
| It always should throw an exception when n < 0, but in the specific case of x.isWidthKnown && x.getWidth == 1, it failed to do so. This commit also changes log2Up in log2Ceil, which has no effect, since the argument is always at least 2. | |||
| 2016-12-06 | utils scaladoc examples for BitPat through CircuitMath (#398) | Richard Lin | |
| Add examples for utils, move examples from individual apply methods to class overview scaladoc | |||
| 2016-11-21 | Restyle a lot of test code, mainly with regex | ducky | |
| 2016-09-23 | Merge branch 'master' into gsdt | Jim Lawson | |
| 2016-09-22 | Update rest of docs | ducky | |
| 2016-08-16 | Merge branch 'master' into sdtwigg_connectwrap_renamechisel3 | Jim Lawson | |
| 2016-08-15 | Make "def width" a private API; expose isWidthKnown instead (#257) | Andrew Waterman | |
| * Make "def width" a private API; expose isWidthKnown instead Resolves #256. Since width was used to determine whether getWidth would succeed, I added def isWidthKnown: Boolean but another option would be to expose something like def widthOption: Option[Int] ...thoughts? * Document getWidth/isWidthKnown * Add widthOption for more idiomatic Scala manipulation of widths | |||
| 2016-07-25 | Merge branch 'master' into sdtwigg_connectwrap_renamechisel3 | Jim Lawson | |
| 2016-07-20 | More literal/width rangling. | Jim Lawson | |
| 2016-07-18 | Update Chisel -> chisel3 references. | Jim Lawson | |
| 2016-07-18 | Rename "Chisel" to "chisel3" (only git mv). | Jim Lawson | |
| 2016-07-07 | Improve Fill code generation | Andrew Waterman | |
| 2016-07-07 | Avoid needlessly creating Vecs | Andrew Waterman | |
| 2016-06-20 | Rename "package", "import", and explicit references to "chisel3". | Jim Lawson | |
| 2016-06-20 | Rename chisel3 package. | Jim Lawson | |
