summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-29Fix review todos in BitPat.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
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.