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
/
Data.scala
Age
Commit message (
Expand
)
Author
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
Fix miscellaneous Scaladoc warnings
Schuyler Eldridge
2019-05-12
Remove deprecated @usecase
Schuyler Eldridge
2019-05-09
Fix treatment of Vec of Analog and Vec of Bundle of Analog (#1091)
Jack Koenig
2019-04-26
Bundle literals implementation (#1057)
Richard Lin
2019-03-29
Ignore empty aggregates elements when binding aggregate direction (#946)
Jack Koenig
2019-03-28
Make core.DontCare private to chisel3 (#1054)
Jim Lawson
2019-03-22
Undeprecate isLit (#1048)
Jack Koenig
2019-03-22
Fix enum annotations (#936)
Hasan Genc
2019-03-21
Change == to reference equality (eq) in Data print (#1044)
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
2019-01-21
Support DontCare in Mux and cloneSupertype (#995)
Richard Lin
2018-12-19
Fix width inferencing issue (#952)
Jack Koenig
2018-10-12
Strong enums (#892)
Hasan Genc
2018-10-03
Add DataMirror.modulePorts (#901)
Richard Lin
2018-09-07
Put := and <> methods in Connect ScalaDoc group
Schuyler Eldridge
2018-09-07
Put do_* methods in SourceInfoTransformMacro group
Schuyler Eldridge
2018-09-07
Add Connect ScalaDoc group to Data
Schuyler Eldridge
2018-07-04
Prefer litValue, eliminate litToBigInt
ducky
2018-07-04
Change [public] Data.elementLitArg => [protected] Aggregate.litArgOfBits
ducky
2018-07-04
Style fixes
ducky
2018-07-04
binding => topBinding so that partial Bundles work and undefined Bundle membe...
ducky
2018-07-04
broken
ducky
2018-07-04
bundle literal mockup, but broken =(
Richard Lin
2018-07-04
refactoring of lit and ref implementations
Richard Lin
2018-07-04
work on new style literal accessors
ducky
2018-07-04
Infrastructure for bundle literals
ducky
2018-05-24
Remove extraneous traversal in cloneSupertype (#824)
Jack Koenig
2018-02-28
Refactor Annotations (#767)
Jack Koenig
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
Add auto clone implementation for inner Bundles (#722)
Albert Magyar
2017-12-19
Add WireInit.apply that accepts DontCare (#731)
Jack Koenig
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-10-05
the cloneType and chiselCloneType hot mess 🔥 (#653)
Richard Lin
2017-09-26
Disallow assignment to op results (#698)
Richard Lin
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-08-07
Don't assign default direction to Analog in Chisel._
Jack Koenig
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-04-26
Deprecate fromBits and clock/reset constructors (#583)
Richard Lin
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-13
Module Hierarchy Refactor (#469)
Richard Lin
2017-04-12
Fix one hot mux (#573)
Chick Markley
2017-03-24
Fixed fix, allow Mux of different binary points and widths (#559)
Richard Lin
[next]