- Mar 01, 2019
-
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
Adam Izraelevitz authored
-
- Feb 26, 2019
-
-
Richard Lin authored
Co-Authored-By:
ducky64 <elpato25@gmail.com> Co-Authored-By:
Schuyler Eldridge <schuyler.eldridge@gmail.com> Co-Authored-By:
Edward Wang <edward.c.wang@compdigitec.com>
-
- Feb 21, 2019
-
-
Paul Rigge authored
-
- Feb 20, 2019
-
-
Albert Chen authored
* Add HasBlackBoxPath trait * Use 'setResource' instead of 'addResource' * Add ScalaDoc
-
Martin Schoeberl authored
Co-Authored-By:
schoeberl <martin@jopdesign.com> Co-Authored-By:
Edward Wang <edward.c.wang@compdigitec.com> Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Paul Rigge authored
* Update README to reference the bootcamp * Place learning section higher
-
Schuyler Eldridge authored
- Add Scaladoc for chisel3.util.TransitName - Add test for TransitName
-
Schuyler Eldridge authored
This adds a test of chisel3.util.TransitName (which is used for the TransitName documentation). Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
edwardcwang authored
Close #1009
-
Chick Markley authored
* Update documentation for LSFR16 - Moved bulk of comments to object. - Added an example - Added functional test - example based on section of test * Update documentation for LSFR16 - Moved bulk of comments to object. - Added an example - Added functional test - example based on section of test * Update documentation for LSFR16 - Fixed typos in LFSR - Reduce trials a little - Add test of LFSR period * Update documentation for LSFR16 - Fixed remaining LSFR, arrgh - Removed intellij specific warning suppressor - Fixed comments/scaladoc wording and case. * Update documentation for LSFR16 - Use printable interpolator as example of printing out a Vec
-
Martin Schoeberl authored
-
Martin Schoeberl authored
-
Schuyler Eldridge authored
Valid/Pipe Improvements: Scaladoc, latency requirement
-
- Feb 19, 2019
-
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Feb 02, 2019
-
-
Brendan Sweeney authored
-
- Jan 26, 2019
-
-
Martin Schoeberl authored
-
- Jan 24, 2019
-
-
Jim Lawson authored
Now that ucbbar/chisel3-tools has Verilator 4.006, use that for tests.
-
Jim Lawson authored
-
- Jan 23, 2019
-
-
Richard Lin authored
Compatibility for rename introduced by #994
-
Richard Lin authored
toString on Data subtypes will now print the type and optionally binding information including literals and IO names as feasible.
-
Jim Lawson authored
* Remove GhpagesPlugin. (#966) * Restore old SCM reference (after removing ghpages)
-
Schuyler Eldridge authored
- Fix BoringUtils deduplication bug, include new tests - Update/clarify BoringUtils scaladoc
-
Schuyler Eldridge authored
This compresses the Scaladoc for BoringUtils slightly by using 120 character lines and removing unnecessary whitespace. This also changes the poorly named "dedup" parameter to the what it actually is: "disableDedup". Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
This adds two tests to the BoringUtilsSpec to explicitly verify that deduplication is required when boring. This adds tests that both verify that the test passes as expected with deduplication enabled and that the same test fails with deduplication disabled. Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Schuyler Eldridge authored
This fixes a bug where BoringUtils non-hierarchical sinks would be deduplicated even when specified that they should not be. h/t @ucbjrl for discovering this! Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Albert Magyar authored
-
- Jan 22, 2019
-
-
Richard Lin authored
-
Richard Lin authored
Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) Module class names (#994)
-
- Jan 19, 2019
-
-
Richard Lin authored
-
- Jan 18, 2019
-
-
Schuyler Eldridge authored
Fix scaladoc for UInt.unary_!
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
-
Andrew Waterman authored
It performs the operation (x === 0.U), just like in C. The scaladoc incorrectly described it as performing the operation !x(0). (Obviously, these are equivalent for Bool, but not for UInt in general).
-