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
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
2017-01-30
Add shift register with reset (#439)
Stevo
2017-01-27
Make uselessly public fields in utils private
jackkoenig
2017-01-27
Provide package-level text to reduce ScalaDoc white space. (#432)
Jim Lawson
2016-12-14
Change noenq in ReadyValid to use an uninitialized Wire instead of zero (#364)
Jack Koenig
2016-12-06
utils scaladoc examples for BitPat through CircuitMath (#398)
Richard Lin
2016-11-29
Add feature warnings to build, fix feature warnings, fix some documentation (...
Richard Lin
2016-11-23
Simplify Enum API (#385)
Richard Lin
2016-11-21
Fix Log2
ducky
2016-11-21
better style
ducky
2016-11-21
Restyle a lot of test code, mainly with regex
ducky
2016-11-18
Shift register enable gates all stages, not just first
Stevo
2016-11-17
Eliminate some doc warnings
ducky
2016-10-24
Merge pull request #246 from seldridge/issue-245
Jim Lawson
2016-10-19
Deprecate "!=". (#323)
Jim Lawson
2016-10-13
Add cloneType method to QueueIO
Schuyler Eldridge
2016-10-05
TransitName comment change.
Jim Lawson
2016-09-29
Consolidate CompileOptions and re-enable NotStrict pending macro work.
Jim Lawson
2016-09-29
Massive rename of CompileOptions.
Jim Lawson
2016-09-28
Don't use firrtlDirection for direction checks - fix #298.
Jim Lawson
2016-09-23
Merge branch 'master' into gsdt
Jim Lawson
2016-09-22
Update rest of docs
ducky
2016-09-21
Improved scaladoc in utils and friends
ducky
2016-09-21
Use correct scope for util synonyms.
Jim Lawson
2016-09-16
Merge branch 'master' into gsdt
Jim Lawson
2016-09-16
Rename DecoupledIO object to Decoupled (compatibility).
Jim Lawson
2016-09-15
Decoupled: cast DecoupledIO to IrrevocableIO as an input (#280)
Wesley W. Terpstra
2016-09-15
move AddMethodsToDecoupled to ReadyValid
Jim Lawson
2016-09-15
Merge branch 'master' into gsdt
Jim Lawson
2016-09-13
Bugfix: actually pass flow parameter from Queue factory to Queue module const...
Henry Cook
2016-09-09
Convert to NotStrict for internal connection checks.
Jim Lawson
2016-09-08
Add IrrevocableIO alternative to DecoupledIO (#274)
Henry Cook
2016-09-01
Move connection implicits from Module constructor to connection methods.
Jim Lawson
2016-08-30
Explicitly clone the target type in noenq() to avoid "already bound" errors f...
Jim Lawson
2016-08-29
Rename CompileOptions implicit objects.
Jim Lawson
2016-08-29
Pass compileOptions as an implicit Module parameter.
Jim Lawson
2016-08-22
Purely cosmetic changes to placate the scalastyle checker.
Jim Lawson
2016-08-17
Reduce rocket-chip elaboration errors.
Jim Lawson
2016-08-16
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-15
Make "def width" a private API; expose isWidthKnown instead (#257)
Andrew Waterman
2016-08-11
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-08-09
counter(inc,n) example should reflect actual use (#252)
Colin Schmidt
2016-08-03
Merge branch 'master' into sdtwigg_connectwrap_renamechisel3
Jim Lawson
2016-07-31
Fix two deprecation warnings
Andrew Waterman
[next]