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
Age
Commit message (
Expand
)
Author
2020-02-12
Fix := of Reset and AsyncReset to DontCare (#1336)
Jack Koenig
2020-02-11
Clone child elements lazily in Vec (#1329)
Jack Koenig
2020-02-10
Printf: Add support for tabs, and give helpful error messages (#1323) (#1326)
Jack Koenig
2020-02-06
Emit FIRRTL andr, orr for Bits.{andR, orR}
Schuyler Eldridge
2020-02-05
Add information about widths to RegNext (#1318)
Schuyler Eldridge
2020-02-03
Add read-under-write parameter to SyncReadMem (#1183)
Albert Magyar
2020-01-31
Merge branch 'master' into add-asbool-to-clock
Chick Markley
2020-01-25
Fixed code example typo in comment (#1294)
Leway Colin
2020-01-25
Remove redundancy code (#1296)
Leway Colin
2020-01-23
Minor changes - update comments, use MaxBitsBigIntToBigDecimal instead of '10...
Jim Lawson
2020-01-22
Update comment for Clock.asBool()
Jim Lawson
2020-01-22
Merge branch 'master' into add-asbool-to-clock
Chick Markley
2020-01-22
Merge branch 'master' into big-decimal-methods-for-num-types
Chick Markley
2020-01-22
Change when/switch thunk type to Any (#1308)
Schuyler Eldridge
2020-01-21
Merge branch 'master' into big-decimal-methods-for-num-types
chick
2020-01-07
Merge branch 'master' into add-asbool-to-clock
Jim Lawson
2020-01-07
Remove over design (#1237)
Leway Colin
2019-12-19
Removed accidentally introduced parens
chick
2019-12-18
Add method asBool to Clock.
chick
2019-12-18
- New trait HasBinaryPoint which provides literal values as double and big de...
chick
2019-12-17
Merge branch 'master' into interval-fix-2
Chick Markley
2019-12-17
Band aid until litOption is implemented for Aggregates. (#1277)
Jim Lawson
2019-12-12
Fixed problem creating Interval literals with full ranges
chick
2019-12-11
- Change getPossibleValues of Interval to return a NumericRange former Seq ma...
chick
2019-12-04
Add ChiselEnum to BundleLiterals (#1215)
Zhuanhao Wu
2019-12-02
Fix asTypeOf for Clock (#1258)
Jack Koenig
2019-11-29
Fix deprecation warning that leaks into user code (#1256)
Jack Koenig
2019-11-27
Fix bidirectional Wire with Analog (#1252)
Jack Koenig
2019-11-17
Improve error message when assigning from Seq to Vec (#1239)
Andrew Waterman
2019-11-15
Enable @chiselName on non-module classes (#1209)
John's Brew
2019-11-05
Support literals cast to aggregates as async reset reg init values (#1225)
Jack Koenig
2019-11-02
Better anonymous and class-in-function desiredName
Schuyler Eldridge
2019-10-18
Interval Data Type Support for Chisel (#1210)
Chick Markley
2019-10-08
Fix direction of dynamic index in complex Vec (#1196)
Jack Koenig
2019-10-07
Improve desiredName for nested objects/classes
Schuyler Eldridge
2019-09-16
Da steve101 tree reduce (#485)
Jack Koenig
2019-09-11
Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162)
Jim Lawson
2019-08-28
refactor out _Factory traits + address EOF WS
Kamyar Mohajerani
2019-08-28
Refactor Element, Num, and Analog classes to their own files (no functional c...
Kamyar Mohajerani
2019-08-19
Refactor: remove redundant code (#1152)
Leway Colin
2019-08-13
Add support for asynchronous reset (#1011)
Jack Koenig
2019-08-12
Aspect-Oriented Programming for Chisel (#1077)
Adam Izraelevitz
2019-08-08
Require target is hardware for Vec.apply(a: UInt)
Schuyler Eldridge
2019-08-01
Flatten *FactoryBase hierarchy
Schuyler Eldridge
2019-08-01
Remove anything deprecated since before 3.2
Schuyler Eldridge
2019-07-31
Clarify Module deprecations
Schuyler Eldridge
2019-07-31
Fix deprecation warnings
Schuyler Eldridge
2019-07-30
Change core deprecation "since" from 3.3 -> 3.2
Schuyler Eldridge
2019-07-24
Fix Num.+ Scaladoc
Schuyler Eldridge
2019-07-18
Support Analog DontCare bulk-connect (#1056)
Richard Lin
[next]