summaryrefslogtreecommitdiff
path: root/build.sbt
AgeCommit message (Collapse)Author
2016-03-05Remove scalastyle test hookPalmer Dabbelt
I can't get this to work when Chisel 3 is installed as a submodule.
2016-02-24sonatype repo will be using chisel3 as the base namechick
2016-02-24changing build.sbt to prepare for chisel3 distributionchick
copied machinery from chisel2 build.sbt added a few intellij lines to gitignore
2015-12-15Fix some nits: add that line to .gitignore that keeps coming back, do ↵ducky
parallel testing by default
2015-10-23Add test-specific scalastyle configducky
2015-08-12being to convert tests to scala-test; tests compile and runHenry Cook
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-08-03Improve type-safety of switch/is blocks using macros and SwitchContext. ↵Henry Cook
Removed switch key stack.
2015-07-24Generalize, add missing chisel2 meta files.Jim Lawson
2015-07-24Updated versions; add MakefileJim Lawson
Updated Scala (2.11.6) and Chisel (3.0) versions. Add chisel2 Makefile
2015-07-23init methods for deqio, call collectelts during clone, change elsewhen ↵jackbackrack
emission to indent correctly
2015-04-27first commitjackbackrack