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
/
main
/
scala
/
Chisel
/
Aggregate.scala
Age
Commit message (
Expand
)
Author
2016-05-05
Move Chisel API into separate chiselFrontend compilation unit in preparation ...
ducky
2016-05-04
Remove dependences from Chisel core on Chisel utils
Andrew Waterman
2016-04-26
Scalastyle fixes and "ignores". - No functional changes.
Jim Lawson
2016-04-05
Make Wire(init = x) behave the same as Wire(t = x) := x
Andrew Waterman
2016-01-24
Disallow weak connect for Vec
Andrew Waterman
2016-01-23
Implement first draft of new FIRRTL changes
Andrew Waterman
2016-01-23
Don't use deprecated constructs
Andrew Waterman
2016-01-23
Move firrtl subpackage to inside internal subpackage.
jackkoenig
2016-01-12
Catch yet another missing-cloneType case
Andrew Waterman
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-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
Remove "generates {,no} logic" comments
Palmer Dabbelt
2015-11-02
Deprecations and better documentation for Aggregate.scala
ducky
2015-10-26
Break Core.scala into bite-sized pieces
ducky