- Jun 18, 2020
-
-
chick authored
-
chick authored
It will check for the presense of file in the chisel3 root directory named TestBackendName If not found if test will default to the Verilator backend If it is found it will look for lines with either the word Treadle or Verilator and use the corresponding backend. Convenience tasks setTreadleBackend sets backend to treadle setVerilatorBackend sets backend to verilator setDefaultBackend removes TestBackendName file which effectively sets backend to verilator The file name TestBackendName has been added to .gitignore The verilator backend is the historical backend and currently defines expected behavior The treadle backend is experimental and runs much faster
-
chick authored
To be fixed later. Many of these are related to black box limitation. Made BitwiseOps.scala run under both backends
-
- Jun 17, 2020
-
-
Schuyler Eldridge authored
Move LFSR16 to Compatibility Mode (Deprecated in 3.2)
-
Schuyler Eldridge authored
Signed-off-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Jun 09, 2020
-
-
Jim Lawson authored
Co-authored-by:Chick Markley <chick@qrhino.com>
-
Albert Magyar authored
* Immediately throw Builder.error errors outside hardware context * Add example of hidden no-hardware-context error from #1422 Co-authored-by:Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
Adam Izraelevitz authored
* Added group chisel API * Removed println * Added scaladoc * Added more tests * Cleaned spacing and removed println Co-authored-by:
Chick Markley <chick@qrhino.com> Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Jun 06, 2020
-
-
apaj authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Jack Koenig authored
-
- Jun 03, 2020
-
-
Jim Lawson authored
-
- May 14, 2020
-
-
Jim Lawson authored
Co-authored-by:
Scala Steward <me@scala-steward.org> Co-authored-by:
Scala Steward <43047562+scala-steward@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
* Update scalacheck-1-14 to 3.1.1.1 * Update scalacheck-1-14 to 3.1.1.1 Co-authored-by:Jim Lawson <ucbjrl@berkeley.edu>
-
Scala Steward authored
Co-authored-by:Jim Lawson <ucbjrl@berkeley.edu>
-
- May 06, 2020
-
-
Schuyler Eldridge authored
Fix Double Elaboration Backportably
-
Schuyler Eldridge authored
Remove the requirement that FirrtlStage runs elaboration (this should be implicit) and remove the unneeded invalidation of elaboration by the Emitter. Due to Convert currently NOT invalidating Elaborate (when it should), add an optionalPrerequisiteOf to ensure that the Emitter runs before the Convert phase. Co-authored-by:
David Biancolin <david.biancolin@gmail.com> Co-authored-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> 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>
-
Jim Lawson authored
* Update scalatest to 3.1.1 * Update scalatest to 3.1.1 * Update scalatest to 3.1.1 * Add missing org.scalatest.flatspec.AnyFlatSpec import. Co-authored-by:
Scala Steward <me@scala-steward.org> Co-authored-by:
Scala Steward <43047562+scala-steward@users.noreply.github.com>
-
Jack Koenig authored
This replaces the rules for 3.2.x
-
- May 05, 2020
-
-
Megan Wachs authored
-
- Apr 21, 2020
-
-
John Ingalls authored
Co-authored-by:Adam Izraelevitz <azidar@gmail.com>
-
- Apr 17, 2020
-
-
Adam Izraelevitz authored
This reverts commit c279860c.
-
Jack Koenig authored
-
- Apr 14, 2020
-
-
Jim Lawson authored
Co-authored-by:Scala Steward <me@scala-steward.org>
-
- Apr 11, 2020
-
-
Jack Koenig authored
Remove var from object Counter.apply, using a Wire instead. Also improve some ScalaDoc and the class Counter require message.
-
- Apr 10, 2020
-
-
Sequencer authored
-
- Apr 08, 2020
-
-
Jim Lawson authored
-
- Apr 07, 2020
-
-
Sequencer authored
-
- Apr 05, 2020
-
-
Sequencer authored
Fix bug introduced in #1384
-
- Apr 03, 2020
-
-
Scala Steward authored
Co-authored-by:Jim Lawson <ucbjrl@berkeley.edu>
-
- Apr 01, 2020
-
-
Scala Steward authored
Co-authored-by:mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Scala Steward authored
Co-authored-by:Jim Lawson <ucbjrl@berkeley.edu>
-
- Mar 31, 2020
-
-
Schuyler Eldridge authored
* Show linking against Javadoc Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> * Add sbt-api-mappings plugin This adds the sbt-api-mappings plugin which enables auto-linking (properly setting the apiMappings for the sbt project) so that Scaldoc/unidoc generation will now automatically link against Java and Scala API docs (and use the right version). Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> * Show linking against Scala APIs Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com>
-
- Mar 28, 2020
-
-
Jim Lawson authored
-
- Mar 27, 2020
-
-
Jack Koenig authored
Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu> Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Schuyler Eldridge authored
Signed-off-by:
Schuyler Eldridge <schuyler.eldridge@ibm.com> Co-authored-by:
Jim Lawson <ucbjrl@berkeley.edu>
-
- Mar 26, 2020
-
-
Jack Koenig authored
No more compile internal
-
Jack Koenig authored
* Rename coreMacros to macros * Rename chiselFrontend to core Also make each subproject publish with "chisel3-" as a prefix
-