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
/
chisel3
/
util
Age
Commit message (
Expand
)
Author
2018-09-07
Put do_* methods in SourceInfoTransformMacro group
Schuyler Eldridge
2018-08-31
Support for verilog memory loading. (#840)
Chick Markley
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
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-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
work on new style literal accessors
ducky
2018-06-25
Correcting documentation errors in Arbiter.scala (#839)
Brendan Sweeney
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-02
Autoclonetype will clone args that are of type data (#768)
Richard Lin
2018-01-23
Runtime API deprecation warnings (#761)
Richard Lin
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-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-08-17
More of the bindings refactor (#635)
Richard Lin
2017-08-01
Address scalastyle issues, out of date comments, extraneous imports. (#658)
Jim Lawson
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-05-28
Correct misleading example code
Edward Wang
2017-05-25
Update internal Pipe wiring - fixes #615" (#616)
Jim Lawson
2017-05-19
Update comments describing Decoupled/ReadyValid - fix #437. (#493)
Jim Lawson
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-07
Change Enum to emit minimum widths of 1 (#574)
Jack Koenig
2017-03-08
Deprecate old Reg with nulls constructor (#455)
Richard Lin
2017-03-08
Move log2Up and log2Down to compatibility wrapper
Andrew Waterman
2017-03-08
Improve UIntToOH behavior on incorrect inputs; avoid log2Up
Andrew Waterman
2017-03-08
In OHToUInt, use log2Ceil instead of log2Up
Andrew Waterman
2017-03-08
Use zero-width wire for 1-entry enum
Andrew Waterman
2017-03-08
In Counter, use log2Ceil instead of log2Up
Andrew Waterman
2017-03-08
Fix the widths of QueueIO.count and ArbiterIO.chosen for entries=0
Andrew Waterman
2017-03-08
Improve Reverse's exception behavior; avoid log2Up
Andrew Waterman
2017-03-08
Correct Fill's exception behavior; avoid log2Up
Andrew Waterman
2017-02-07
Name all the things
ducky
2017-01-31
Move blackbox verilog implementations within reach of verilator (#453)
Chick Markley
[next]