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
/
chiselFrontend
/
src
/
main
/
scala
/
chisel3
/
core
/
Aggregate.scala
Age
Commit message (
Expand
)
Author
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-09
Fix treatment of Vec of Analog and Vec of Bundle of Analog (#1091)
Jack Koenig
2019-05-01
Make asTypeOf work for bundles with zero-width fields. (#1079)
Paul Rigge
2019-04-26
Bundle literals implementation (#1057)
Richard Lin
2019-04-23
Change size of memories from Int to BigInt (#1076)
Jack Koenig
2019-04-01
Detect bundle aliasing (#1050)
Richard Lin
2019-03-29
Ignore empty aggregates elements when binding aggregate direction (#946)
Jack Koenig
2019-03-25
Check field referential equality in autoclonetype (#1047)
Richard Lin
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2019-01-22
Define Data .toString (#985)
Richard Lin
2018-11-26
Trim Stack Trace (#931)
Albert Chen
2018-11-20
Make Vec cloneType keep directions of elements (#945)
Jack Koenig
2018-09-14
Give type annotation to litOption. (#887)
grebe
2018-09-07
Put do_* methods in SourceInfoTransformMacro group
Schuyler Eldridge
2018-08-22
Update class name in error message
Edward Wang
2018-08-22
Use a mix-in to override Seq error
Edward Wang
2018-08-22
Warn user that using Seq for hardware construction in Bundle is not supported
Edward Wang
2018-07-10
Fix use of read-only refs on rhs of connect in compatibility mode (#854)
Jack Koenig
2018-07-04
Prefer litValue, eliminate litToBigInt
ducky
2018-07-04
Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBits
ducky
2018-07-04
binding => topBinding so that partial Bundles work and undefined Bundle membe...
ducky
2018-07-04
work on new style literal accessors
ducky
2018-05-24
Use Vec.apply instead of new Vec in VecInit.apply (#825)
Jack Koenig
2018-03-23
Fallback null insertion for autoclonetype (#801)
Richard Lin
2018-02-28
Auto Clone Bundles in Companion Objects (#788)
Richard Lin
2018-02-20
Make Bundle abstract (#774)
Jack Koenig
2018-02-08
Make uncloneable IO deprecated instead of error, improve error handling (#771)
Richard Lin
2018-02-07
Better support for autoclonetype of nested Bundles (#769)
Richard Lin
2018-02-02
Autoclonetype will clone args that are of type data (#768)
Richard Lin
2018-01-23
Runtime API deprecation warnings (#761)
Richard Lin
2018-01-02
Add support for autoclonetype of bound, anonymous inner Bundles
Jack Koenig
2018-01-02
address review style comments
Richard Lin
2018-01-02
Support for inner classes, implicit parameter lists, supertypess
ducky64
2018-01-02
Add auto clone implementation for inner Bundles (#722)
Albert Magyar
2018-01-02
Autoclonetype initial prototype
ducky
2017-12-14
Add error message for <> of Vec and Seq of different lengths (#739)
Jack Koenig
2017-12-13
Fix some ScalaDoc warnings
Jack Koenig
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-10-05
the cloneType and chiselCloneType hot mess 🔥 (#653)
Richard Lin
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-10
Add implicit CompileOptions to Record and Bundle (#595)
Jack Koenig
2017-04-26
Dropimportnotstrict492 - More updates to get things through rocket-chip. (#592)
Jim Lawson
2017-04-25
Remove explicit import of NotStrict - fixes #492 (#494)
Jim Lawson
2017-04-15
Fix assignment from 0-entry Vec: add test (#580)
Andrew Waterman
2017-04-04
Use input element to decide if Vec of values has direction (#570)
Jack Koenig
2017-03-27
Support Vec(0) fields in Bundles, just like Option[Data]; add test
Andrew Waterman
2017-03-24
Fix getWidth on empty Vecs; add test
Andrew Waterman
[next]