summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-10-21Add explicit types for public methodsducky
2015-10-21Merge pull request #28 from ucb-bar/scalastyle-restAndrew Waterman
Scalastyle fixes involving changing code
2015-10-21Scalastyle fixes involving changing codeducky
2015-10-20Merge pull request #26 from ucb-bar/scalastyle-bracesPalmer Dabbelt
Make if / else braces style conformant to Scalastyle checker
2015-10-20Make if / else braces style conformant to Scalastyle checkerducky
2015-10-20Merge pull request #24 from ucb-bar/scalastyle-nonfunctionalPalmer Dabbelt
Whitespace / comment style fixes
2015-10-20Whitespace / comment style fixesducky
2015-10-20Merge pull request #25 from ucb-bar/scalastyleconf-operatorsPalmer Dabbelt
Add operators to Scalastyle configuration MethodNamesChecker ignore list
2015-10-20Add operators to scalastyle configuration MethodNamesChecker ignore listducky
2015-10-19Merge pull request #23 from ucb-bar/120scalastylePalmer Dabbelt
Change scalastyle checker to 120 cols limit
2015-10-19Merge pull request #22 from ucb-bar/style-licensePalmer Dabbelt
Change scalastyle to check for shorter RISC-V style license notice.
2015-10-19Change scalastyle checker to 120 cols limitducky
2015-10-19Change scalastyle to check for shorter RISC-V style license notice.ducky
2015-10-19Merge pull request #20 from ucb-bar/apidocsPalmer Dabbelt
Core.scala API documentation
2015-10-19Core.scala API documentationducky
2015-10-16Merge pull request #21 from ucb-bar/remove-literal-objectPalmer Dabbelt
Remove old Literal object; fold the parseLit into UInt
2015-10-16Remove old Literal object; fold the parseLit into UIntAndrew Waterman
2015-10-12Merge pull request #15 from ucb-bar/readmeHenry Cook
Update README with Mem(seqRead) -> SeqMem()
2015-10-08Merge pull request #18 from ucb-bar/exceptionAndrew Waterman
Handle IllegalArgumentExcetions that mean a cloneType is needed
2015-10-08Handle IllegalArgumentExcetions that mean a cloneType is neededPalmer Dabbelt
When trying to cloneType() on classes that take a builtin (like Int), we get an IllegalArgumentException instead of a InvocationTargetException. This change prints a nice error message instead of a stack trace.
2015-10-08Merge pull request #17 from ucb-bar/typehierdiaJack Koenig
Type hierarchy diagram -- looks good
2015-10-08Remove flowed textducky
2015-10-07Link picture to READMEducky
2015-10-07Diagram improvementsducky
2015-10-07Type hierarchy diagram attemptducky
2015-10-07Fix for getDump with empty parameters.Jim Lawson
Avoid: [error] (run-main-0) java.lang.UnsupportedOperationException: empty.reduceLeft java.lang.UnsupportedOperationException: empty.reduceLeft when invoked via chiselMain() with no Parameters.
2015-10-01Update README with Mem(seqRead) -> SeqMem()Christopher Celio
2015-10-01Merge pull request #14 from ucb-bar/mem-arg-orderHenry Cook
Flip Mem/SeqMem argument order; deprecate old ordering
2015-10-01Flip Mem/SeqMem argument order; deprecate old orderingAndrew Waterman
2015-10-01Merge pull request #12 from ucb-bar/readmeAndrew Waterman
Eliminate outdated parts of readme, add skeleton for new format
2015-10-01Merge pull request #11 from ucb-bar/removemuAdam Izraelevitz
Remove unused emulator C++ headers
2015-09-30Add documentation to publish local, expand document skeletonducky
2015-09-28Remove cross compilation targets (Chisel3 is Scala 2.11 or later).Jim Lawson
2015-09-25Improve coverage of default cloneType method; add commentsAndrew Waterman
2015-09-24Add new-style Vec constructor; deprecate old versionducky
2015-09-23Eliminate outdated parts of readme, add skeleton for new formatducky
2015-09-23Remove unused filesducky
2015-09-22Integrate Chisel2 Queue scaladoc and formatting changes.Jim Lawson