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
Age
Commit message (
Expand
)
Author
2019-03-15
Fix PopCount width
Andrew Waterman
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2019-01-22
Import aliases for chisel3.core (#998)
Richard Lin
2019-01-22
Define Data .toString (#985)
Richard Lin
2019-01-22
Add Rocket Chip-style clonemodule as CloneModuleAsRecord to experimental (#943)
Albert Magyar
2019-01-21
Support DontCare in Mux and cloneSupertype (#995)
Richard Lin
2019-01-21
Unify internal (chisel3.core) and external (chisel3 / chisel3.experimental) M...
Richard Lin
2019-01-17
Unary_- is truncating
Andrew Waterman
2019-01-17
Make combinational-multiplier warning less vague
Andrew Waterman
2019-01-17
Improve description of UInt.asSInt
Andrew Waterman
2019-01-17
Fix width-inference description of Bits.<<
Andrew Waterman
2019-01-17
Fix scaladoc for UInt.unary_!
Andrew Waterman
2019-01-17
Merge branch 'master' into improve-andr
Schuyler Eldridge
2019-01-17
Generate better code for UInt.andR
Andrew Waterman
2019-01-11
Move nameRecursively into Builder so it can be used elsewhere
Andrew Waterman
2018-12-19
Fix width inferencing issue (#952)
Jack Koenig
2018-12-11
Emit UInt.-% as tail(sub(x,y),1), not tail(asUInt(sub(x,y)),1)
Andrew Waterman
2018-12-04
Add asBool, deprecate toBool
Jack Koenig
2018-12-04
Add asBools, deprecate toBools
Jack Koenig
2018-12-04
Make toBools support chained apply
Jack Koenig
2018-11-26
Trim Stack Trace (#931)
Albert Chen
2018-11-20
Make Vec cloneType keep directions of elements (#945)
Jack Koenig
2018-11-01
Add BigInt / Int to Bool conversion (0.B, 1.B) (#913)
Richard Lin
2018-10-29
Turn off strong enum annotations (#916)
Hasan Genc
2018-10-25
Check BaseModule.name for NullPointerException
Schuyler Eldridge
2018-10-25
Make BaseModule.name lazy
Schuyler Eldridge
2018-10-12
Strong enums (#892)
Hasan Genc
2018-10-03
Add DataMirror.modulePorts (#901)
Richard Lin
2018-09-14
Give type annotation to litOption. (#887)
grebe
2018-09-07
Add ToBoolable ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Element ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add FixedPoint ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Bool ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add SInt ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add UInt ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Num ScalaDoc documentation
Schuyler Eldridge
2018-09-07
Add Bits ScalaDoc documentation
Schuyler Eldridge
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 Logical ScalaDoc group to Num
Schuyler Eldridge
2018-09-07
Add Comparison ScalaDoc group to Num
Schuyler Eldridge
2018-09-07
Add Arithmetic ScalaDoc group to Num
Schuyler Eldridge
2018-09-07
Add Bitwise ScalaDoc group to Bits
Schuyler Eldridge
2018-09-07
Add Connect ScalaDoc group to Data
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-31
Cleanup implicit conversions (#868)
Jack Koenig
2018-07-31
Ensure names work for bundles and literals. (#853)
Jim Lawson
2018-07-31
Revert removal of bit extraction const prop for literals (#857)
Jack Koenig
[next]