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
Age
Commit message (
Expand
)
Author
2018-08-31
Support for verilog memory loading. (#840)
Chick Markley
2018-08-29
Inhibit aggressive resource file name mangling. (#884)
Jim Lawson
2018-08-23
Add FlattenInstance API
Schuyler Eldridge
2018-08-23
Add InlineInstance API
Schuyler Eldridge
2018-08-22
Implement varargs MixedVec API
Edward Wang
2018-08-22
Make MixedVec wire init consistent with VecInit
Edward Wang
2018-08-22
Remove dynamic indexing for now
Edward Wang
2018-08-22
Use a mix-in to override Seq error
Edward Wang
2018-08-22
MixedVec: clarify dynamic indexing of heterogeneous elements
Edward Wang
2018-08-22
Remove redundant := method
Edward Wang
2018-08-22
MixedVec implementation
Edward Wang
2018-08-07
BoringUtils / Synthesizable Cross Module References (#718)
Schuyler Eldridge
2018-07-31
Cleanup implicit conversions (#868)
Jack Koenig
2018-07-19
Add support for Input() and Output() (available in Chisel2 since ucb-bar/chis...
Jim Lawson
2018-07-06
Undeprecate log2Up and log2Down (#846)
Jack Koenig
2018-07-04
Prefer litValue, eliminate litToBigInt
ducky
2018-07-04
Style fixes
ducky
2018-07-04
properly fix undefined clock/reset issues
ducky
2018-07-04
work on new style literal accessors
ducky
2018-07-02
Direct to FIRRTL (#829)
Jack Koenig
2018-06-25
Correcting documentation errors in Arbiter.scala (#839)
Brendan Sweeney
2018-06-20
Programmatic Port Creation (#833)
Jack Koenig
2018-06-18
Fixed UIntToOH(x, 1) invocation with x.width == 0 (#778)
Wesley W. Terpstra
2018-05-24
Fix UIntToOH for output widths larger than 2^(input width) (#823)
Andrew Waterman
2018-02-28
Refactor Annotations (#767)
Jack Koenig
2018-02-21
Support zero-entry queues (but not for irrevocable) (#780)
Andrew Waterman
2018-02-07
Cloning IO with compatibility 🦆 (#754)
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
Support for inner classes, implicit parameter lists, supertypess
ducky64
2018-01-02
Autoclonetype initial prototype
ducky
2017-12-19
Add WireInit.apply that accepts DontCare (#731)
Jack Koenig
2017-12-14
Fix a few compiler warnings (#738)
Jack Koenig
2017-12-13
Improve some of the ScalaDoc in chisel3.util
Jack Koenig
2017-11-23
Change switch to emit when, elsewhen, instead of when, when (#720)
Jack Koenig
2017-11-21
Correct documentation example for chisel3.Driver (#719)
Schuyler Eldridge
2017-10-26
Invalidateapi (#645)
Adam Izraelevitz
2017-10-05
the cloneType and chiselCloneType hot mess 🔥 (#653)
Richard Lin
2017-10-03
Remove warning in Queue for compatibility code (#702)
Jack Koenig
2017-09-06
Added API to get Verilog from Chisel (#676)
Adam Izraelevitz
2017-08-17
Use firrtl elses in elsewhen/otherwise case emission (#510)
Albert Magyar
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-08-17
Make Reset a trait (#672)
Jack Koenig
2017-08-15
Make .dir give correct direction for Module io in compatibility
Jack Koenig
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-08-01
Address scalastyle issues, out of date comments, extraneous imports. (#658)
Jim Lawson
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-07-07
Ensure IO is non-null before attempting to autoWrapPorts. (#643)
Jim Lawson
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-31
Add dontTouch for annotating Data to not be removed
Jack Koenig
[next]