summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-07-21Remove scalastyle configs from repositoryAlbert Magyar
* Drop plugin * Drop scalastyle tests from make recipes * Remove checkstyle from CI
2019-03-20Mill support for Chisel3 (#1035)edwardcwang
Co-Authored-By: Jack Koenig <jack.koenig3@gmail.com> Co-Authored-By: Jim Lawson <ucbjrl@berkeley.edu>
2017-11-06Default to unidoc for scaladoc generation. (#715)Jim Lawson
Disambiguate DontCare reference in initializeSingletons() avoiding compilation error during unidoc generation.
2017-09-14Update sbt to 0.13.16; add Scala 2.12 support. (#675)Jim Lawson
To clean, test, and build Scala 2.11 and Scala 2.12 versions: % sbt +clean +test +publishLocal
2017-08-01Update Makefile, build.sbt to support subproject coverage (#659)Jim Lawson
2015-11-03Add compile and checkstyle make targets.Jim Lawson
2015-09-28Remove cross compilation targets (Chisel3 is Scala 2.11 or later).Jim Lawson
2015-08-12ScalaDoc prep.Jim Lawson
Edit/Add scaladoc and site targets to Makefile. Add site, ghpages objects to build.sbt and project/plugins.sbt
2015-07-24Remove SystemC rules (premature); filter out failing tests.Jim Lawson
2015-07-24Preserve secondary files; use abspath for bin dir.Jim Lawson
2015-07-24Comment out (probably expensive) reference to CHISEL_VERSION.Jim Lawson
2015-07-24Remove chiselVersion from Makefile; correct bit order for toBits; correct ↵Jim Lawson
Vec() factory signature; Builder.pushCommands in test to avoid empty list head if tester manipulates Chisel nodes.
2015-07-24Generalize, add missing chisel2 meta files.Jim Lawson
2015-07-24Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to ↵Jim Lawson
python, cd into targetDir before launching simulator (via Driver).
2015-07-24Incorporate chisel3-tests; update Makefile.Jim Lawson
2015-07-24Clean up make clean.Jim Lawson
2015-07-24Updated versions; add MakefileJim Lawson
Updated Scala (2.11.6) and Chisel (3.0) versions. Add chisel2 Makefile