| Age | Commit message (Collapse) | Author |
|
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
* Fix broken mdoc
* Added test-chisel-docs to ci workflow
|
|
* Added website docs and mdoc. Removed all warnings
* Updated README and added build to circle ci
* Added how to build documentation, deprecated wiki
* Fix copypasta
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
* Drop plugin
* Drop scalastyle tests from make recipes
* Remove checkstyle from CI
|
|
Change CI to build Treadle master from source. This fixes a bug where
Treadle would be pulled from the latest snapshot (which would pull the
latest FIRRTL snapshot). For bleeding edge PRs that rely on new FIRRTL
features, using a FIRRTL snapshot may result in compilation failures.
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
Co-authored-by: Jim Lawson <ucbjrl@berkeley.edu>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
|
|
* Use Verilator 4.016
Now that ucbbar/chisel3-tools has Verilator 4.016, use that for tests.
* Update Verilator version in SETUP
|
|
Now that ucbbar/chisel3-tools has Verilator 4.006, use that for tests.
|
|
Use reusable executors and reusable commands.
|
|
Be consistent with the use of /dev/null for sbt's stdin (force sbt to exit instead of bringing up a dialog).
Enforce Jenkins' scalastyle limit of 40 warnings via CHECKSTYLE_LIMIT in environment.
Force tests to run sequentially if -DminimalResources is set on the command line.
Ensure we see valid scalastyle output.
Make checkstyle dependent on one of the tests (so a style failure will fail the build only after tests pass).
|