summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-04Supply smaller values for generatorDrivenConfig to reduce test time.Henry Cook
2015-11-04Remove Parameters library and refactor Driver.Henry Cook
In addition to removing all the extraneous Driver invocations that created various top-level Parameters instances, this commit also lays the groundwork for stanza-firrtl/verilator based testing of Modules that extend BasicTester. The execution-based tests have been updated accordingly. They will only succeed if firrtl and verilator binaries have been installed. Further work is needed on individual tests to use assertions instead of .io.error.
2015-11-03Merge pull request #52 from ucb-bar/makefilePalmer Dabbelt
Add compile and checkstyle make targets.
2015-11-03Add compile and checkstyle make targets.Jim Lawson
2015-11-03Merge pull request #51 from ucb-bar/faqPalmer Dabbelt
Add documentation on some non-intuitive parts
2015-11-03Add documentation on some non-intuitive partsducky
2015-11-02Merge pull request #50 from ucb-bar/nocostAndrew Waterman
Remove implementation details from scaladoc.
2015-11-02Remove implementation details from scaladoc.ducky
You didn't want it, so Imma getting rid of it...
2015-11-02Merge pull request #49 from ucb-bar/stylecolonPalmer Dabbelt
Add Scalastyle rule to check for lines ending with ; and fix some instances
2015-11-02Add Scalastyle rule to check lines ending with a ;, fix some instancesducky
2015-11-02Merge pull request #48 from ucb-bar/corestylePalmer Dabbelt
Scalastyle ignore ## and printlns in Error.scala
2015-11-02Scalastyle ignore ## and printlns in Error.scaladucky
2015-11-02Merge pull request #42 from ucb-bar/corevecPalmer Dabbelt
Deprecations and better documentation for Aggregate.scala
2015-11-02Remove "generates {,no} logic" commentsPalmer Dabbelt
At least one of these is incorrect.
2015-11-02Deprecations and better documentation for Aggregate.scaladucky
2015-11-02Merge pull request #37 from ucb-bar/utilsplitPalmer Dabbelt
Break out Utils.scala into smaller portions
2015-11-02Break out Utils.scala into smaller portionsducky
2015-10-30Merge pull request #47 from ucb-bar/corebitsfixAndrew Waterman
Fix whitespace in Bits
2015-10-30Merge pull request #46 from ucb-bar/corecatAndrew Waterman
Move Cat into utils
2015-10-30Fix whitespaceducky
2015-10-30Move Cat into utilsducky
2015-10-30Merge pull request #45 from ucb-bar/corebitsAndrew Waterman
Resolve some review todos in Bits
2015-10-30Resolve some review todos in Bitsducky
2015-10-29Merge pull request #43 from ucb-bar/corebitpatAndrew Waterman
Fix review todos in BitPat.scala
2015-10-29Fix review todos in BitPat.scaladucky
2015-10-29Merge pull request #44 from ucb-bar/coredataAndrew Waterman
Resolve review todos for Data.scala
2015-10-29Resolve review todos for Data.scaladucky
2015-10-28Merge pull request #38 from ucb-bar/internalsplitJim Lawson
Move internal files into their own directories
2015-10-26Merge pull request #39 from ucb-bar/coresplitAndrew Waterman
Break Core.scala into bite-sized pieces
2015-10-26Merge pull request #40 from ucb-bar/nofloAndrew Waterman
Remove (broken) floating point data types
2015-10-26Remove (broken) floating point data typesducky
2015-10-26Break Core.scala into bite-sized piecesducky
2015-10-26Move internal files into their own directoriesducky
2015-10-26Merge pull request #35 from ucb-bar/styleignorePalmer Dabbelt
Add scalastyle ignore comments
2015-10-26Add scalastyle ignore commentsducky
2015-10-26Merge pull request #34 from ucb-bar/stylemagicPalmer Dabbelt
Ignore 8,10,16 as magic number constants
2015-10-26Ignore 8,10,16 as magic number constantsducky
2015-10-26Merge pull request #36 from ucb-bar/log2-bigintPalmer Dabbelt
Make all the log2 functions take BigInt (in addition to Int)
2015-10-26Make all the log2 functions take BigInt (in addition to Int)Andrew Waterman
2015-10-24Merge pull request #33 from ucb-bar/teststylePalmer Dabbelt
Fix stylistic issues and document standard Chisel generators for test code
2015-10-23Fix stylistic issues and document standard Chisel generatorsducky
2015-10-23Merge pull request #32 from ucb-bar/teststyle-configPalmer Dabbelt
Add test-specific scalastyle config
2015-10-23Add test-specific scalastyle configducky
2015-10-23Merge pull request #30 from ucb-bar/scalatest-regPalmer Dabbelt
Add Scala-land unit tests for Reg
2015-10-23Add Scalaland unit tests for Regducky
2015-10-23Merge pull request #31 from ucb-bar/scalastyle-testsPalmer Dabbelt
Whitespace scalastyle fixes for tests
2015-10-23Whitespace scalastyle fixes for testsducky
2015-10-22Merge pull request #29 from ucb-bar/scalastyle-lastifPalmer Dabbelt
Add curly braces around that one last if block
2015-10-22Make that one last if block scalastyle compliant by making it ternary-likeducky
2015-10-21Merge pull request #27 from ucb-bar/scalastyle-typesPalmer Dabbelt
Add explicit types for public methods