summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-11-03Add documentation on some non-intuitive partsducky
2015-11-02Remove implementation details from scaladoc.ducky
2015-11-02Add Scalastyle rule to check lines ending with a ;, fix some instancesducky
2015-11-02Scalastyle ignore ## and printlns in Error.scaladucky
2015-11-02Remove "generates {,no} logic" commentsPalmer Dabbelt
2015-11-02Deprecations and better documentation for Aggregate.scaladucky
2015-11-02Break out Utils.scala into smaller portionsducky
2015-10-30Merge pull request #47 from ucb-bar/corebitsfixAndrew Waterman
2015-10-30Fix whitespaceducky
2015-10-30Move Cat into utilsducky
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-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-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-26Add scalastyle ignore commentsducky
2015-10-26Make all the log2 functions take BigInt (in addition to Int)Andrew Waterman
2015-10-23Fix stylistic issues and document standard Chisel generatorsducky
2015-10-23Add Scalaland unit tests for Regducky
2015-10-23Whitespace scalastyle fixes for testsducky
2015-10-22Make that one last if block scalastyle compliant by making it ternary-likeducky
2015-10-21Add explicit types for public methodsducky
2015-10-21Scalastyle fixes involving changing codeducky
2015-10-20Make if / else braces style conformant to Scalastyle checkerducky
2015-10-20Whitespace / comment style fixesducky
2015-10-19Core.scala API documentationducky
2015-10-16Remove old Literal object; fold the parseLit into UIntAndrew Waterman
2015-10-08Handle IllegalArgumentExcetions that mean a cloneType is neededPalmer Dabbelt
2015-10-07Fix for getDump with empty parameters.Jim Lawson
2015-10-01Flip Mem/SeqMem argument order; deprecate old orderingAndrew Waterman
2015-10-01Merge pull request #11 from ucb-bar/removemuAdam Izraelevitz
2015-09-25Improve coverage of default cloneType method; add commentsAndrew Waterman
2015-09-24Add new-style Vec constructor; deprecate old versionducky
2015-09-23Remove unused filesducky
2015-09-22Integrate Chisel2 Queue scaladoc and formatting changes.Jim Lawson
2015-09-18Improve IR class hierarchyAndrew Waterman
2015-09-18Correct some scaladoc commentsAndrew Waterman
2015-09-18Use FIRRTL idiom for SeqMem read-enablesAndrew Waterman
2015-09-01Add scaladoc to UInt/SInt companion objectsAndrew Waterman
2015-09-01Disallow external use of Vec/UInt/SInt constructorsAndrew Waterman
2015-08-31Fix val io = new Bundle{...}.flipAndrew Waterman
2015-08-31FIRRTL keywords don't need to be name-mangled, AFAICTAndrew Waterman
2015-08-31Fix Namespace bugAndrew Waterman
2015-08-31Refactor NamespaceAndrew Waterman
2015-08-28Use FIRRTL smem for SeqMemAndrew Waterman
2015-08-28Add poison nodeAndrew Waterman