summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-02Merge pull request #48 from ucb-bar/corestylePalmer Dabbelt
2015-11-02Scalastyle ignore ## and printlns in Error.scaladucky
2015-11-02Merge pull request #42 from ucb-bar/corevecPalmer Dabbelt
2015-11-02Remove "generates {,no} logic" commentsPalmer Dabbelt
2015-11-02Deprecations and better documentation for Aggregate.scaladucky
2015-11-02Merge pull request #37 from ucb-bar/utilsplitPalmer Dabbelt
2015-11-02Break out Utils.scala into smaller portionsducky
2015-10-30Merge pull request #47 from ucb-bar/corebitsfixAndrew Waterman
2015-10-30Merge pull request #46 from ucb-bar/corecatAndrew Waterman
2015-10-30Fix whitespaceducky
2015-10-30Move Cat into utilsducky
2015-10-30Merge pull request #45 from ucb-bar/corebitsAndrew Waterman
2015-10-30Resolve some review todos in Bitsducky
2015-10-29Merge pull request #43 from ucb-bar/corebitpatAndrew Waterman
2015-10-29Fix review todos in BitPat.scaladucky
2015-10-29Merge pull request #44 from ucb-bar/coredataAndrew Waterman
2015-10-29Resolve review todos for Data.scaladucky
2015-10-28Merge pull request #38 from ucb-bar/internalsplitJim Lawson
2015-10-26Merge pull request #39 from ucb-bar/coresplitAndrew Waterman
2015-10-26Merge pull request #40 from ucb-bar/nofloAndrew Waterman
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
2015-10-26Add scalastyle ignore commentsducky
2015-10-26Merge pull request #34 from ucb-bar/stylemagicPalmer Dabbelt
2015-10-26Ignore 8,10,16 as magic number constantsducky
2015-10-26Merge pull request #36 from ucb-bar/log2-bigintPalmer Dabbelt
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
2015-10-23Fix stylistic issues and document standard Chisel generatorsducky
2015-10-23Merge pull request #32 from ucb-bar/teststyle-configPalmer Dabbelt
2015-10-23Add test-specific scalastyle configducky
2015-10-23Merge pull request #30 from ucb-bar/scalatest-regPalmer Dabbelt
2015-10-23Add Scalaland unit tests for Regducky
2015-10-23Merge pull request #31 from ucb-bar/scalastyle-testsPalmer Dabbelt
2015-10-23Whitespace scalastyle fixes for testsducky
2015-10-22Merge pull request #29 from ucb-bar/scalastyle-lastifPalmer Dabbelt
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
2015-10-21Add explicit types for public methodsducky
2015-10-21Merge pull request #28 from ucb-bar/scalastyle-restAndrew Waterman
2015-10-21Scalastyle fixes involving changing codeducky
2015-10-20Merge pull request #26 from ucb-bar/scalastyle-bracesPalmer Dabbelt
2015-10-20Make if / else braces style conformant to Scalastyle checkerducky
2015-10-20Merge pull request #24 from ucb-bar/scalastyle-nonfunctionalPalmer Dabbelt
2015-10-20Whitespace / comment style fixesducky
2015-10-20Merge pull request #25 from ucb-bar/scalastyleconf-operatorsPalmer Dabbelt
2015-10-20Add operators to scalastyle configuration MethodNamesChecker ignore listducky
2015-10-19Merge pull request #23 from ucb-bar/120scalastylePalmer Dabbelt