index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-12-10
Add Option support in Bundle
ducky
2015-12-06
Split internal and FIRRTL packages
ducky
2015-12-06
More design rationale for Vec
ducky
2015-11-06
Merge pull request #59 from ucb-bar/testing-improvements
Jim Lawson
2015-11-06
added elaboration tests for remaining old Chisel3 examples
Henry Cook
2015-11-06
Fixed bug that created Vec(Reg(...)) instead of Reg(Vec(...))
azidar
2015-11-06
Fix counter tests
Henry Cook
2015-11-06
return -1 on simulation timeout
Henry Cook
2015-11-04
Merge pull request #57 from ucb-bar/stylechisel
Jim Lawson
2015-11-04
Merge pull request #56 from ucb-bar/stylefix
Jim Lawson
2015-11-04
Fix new style errors
ducky
2015-11-04
Style fixes for test code, so we can go back down to zero style errors for tests
ducky
2015-11-04
Fix Tbl.io
Henry Cook
2015-11-04
Use elaborate for elaboration tests, not execute
Henry Cook
2015-11-04
Supply smaller values for generatorDrivenConfig to reduce test time.
Henry Cook
2015-11-04
Remove Parameters library and refactor Driver.
Henry Cook
2015-11-03
Add documentation on some non-intuitive parts
ducky
2015-11-02
Remove implementation details from scaladoc.
ducky
2015-11-02
Add Scalastyle rule to check lines ending with a ;, fix some instances
ducky
2015-11-02
Scalastyle ignore ## and printlns in Error.scala
ducky
2015-11-02
Remove "generates {,no} logic" comments
Palmer Dabbelt
2015-11-02
Deprecations and better documentation for Aggregate.scala
ducky
2015-11-02
Break out Utils.scala into smaller portions
ducky
2015-10-30
Merge pull request #47 from ucb-bar/corebitsfix
Andrew Waterman
2015-10-30
Fix whitespace
ducky
2015-10-30
Move Cat into utils
ducky
2015-10-30
Resolve some review todos in Bits
ducky
2015-10-29
Merge pull request #43 from ucb-bar/corebitpat
Andrew Waterman
2015-10-29
Fix review todos in BitPat.scala
ducky
2015-10-29
Resolve review todos for Data.scala
ducky
2015-10-28
Merge pull request #38 from ucb-bar/internalsplit
Jim Lawson
2015-10-26
Merge pull request #39 from ucb-bar/coresplit
Andrew Waterman
2015-10-26
Remove (broken) floating point data types
ducky
2015-10-26
Break Core.scala into bite-sized pieces
ducky
2015-10-26
Move internal files into their own directories
ducky
2015-10-26
Add scalastyle ignore comments
ducky
2015-10-26
Make all the log2 functions take BigInt (in addition to Int)
Andrew Waterman
2015-10-23
Fix stylistic issues and document standard Chisel generators
ducky
2015-10-23
Add Scalaland unit tests for Reg
ducky
2015-10-23
Whitespace scalastyle fixes for tests
ducky
2015-10-22
Make that one last if block scalastyle compliant by making it ternary-like
ducky
2015-10-21
Add explicit types for public methods
ducky
2015-10-21
Scalastyle fixes involving changing code
ducky
2015-10-20
Make if / else braces style conformant to Scalastyle checker
ducky
2015-10-20
Whitespace / comment style fixes
ducky
2015-10-19
Core.scala API documentation
ducky
2015-10-16
Remove old Literal object; fold the parseLit into UInt
Andrew Waterman
2015-10-08
Handle IllegalArgumentExcetions that mean a cloneType is needed
Palmer Dabbelt
2015-10-07
Fix for getDump with empty parameters.
Jim Lawson
2015-10-01
Flip Mem/SeqMem argument order; deprecate old ordering
Andrew Waterman
[next]