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
Age
Commit message (
Expand
)
Author
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
2019-06-24
Changed Value macro in ChiselEnum so that it doesn't use deprecated (#1104)
Hasan Genc
2019-05-21
Minor Scaladoc update (#1099)
Jim Lawson
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
RawModule with no reset should be able to use withClock method. (#1065)
Chick Markley
2019-05-13
Fix miscellaneous Scaladoc warnings
Schuyler Eldridge
2019-05-12
Remove deprecated @usecase
Schuyler Eldridge
2019-05-09
Fix treatment of Vec of Analog and Vec of Bundle of Analog (#1091)
Jack Koenig
2019-05-01
Make asTypeOf work for bundles with zero-width fields. (#1079)
Paul Rigge
2019-04-26
Bundle literals implementation (#1057)
Richard Lin
2019-04-24
Add back Int forms of Mem do_apply methods (#1082)
Jack Koenig
2019-04-23
Change size of memories from Int to BigInt (#1076)
Jack Koenig
2019-04-19
Fix wrong directionality for Vec(Flipped())
Edward Wang
2019-04-15
Avoid silently truncating BigInt to Int
Andrew Waterman
2019-04-15
Style nitpick (#1068)
edwardcwang
2019-04-12
Implement connectFromBits in ChiselEnum (#1052)
Jack Koenig
2019-04-01
Detect bundle aliasing (#1050)
Richard Lin
2019-03-29
Ignore empty aggregates elements when binding aggregate direction (#946)
Jack Koenig
2019-03-28
Make core.DontCare private to chisel3 (#1054)
Jim Lawson
2019-03-26
Try to eliminate JVM hang due to static initialization deadlock (#1053)
Jim Lawson
2019-03-25
Allow naming annotation to work outside builder context (#1051)
Richard Lin
2019-03-25
Check field referential equality in autoclonetype (#1047)
Richard Lin
2019-03-23
move doNotDedup to experimental (#1008)
Sequencer
2019-03-22
Undeprecate isLit (#1048)
Jack Koenig
2019-03-22
Fix enum annotations (#936)
Hasan Genc
2019-03-21
Change == to reference equality (eq) in Data print (#1044)
Richard Lin
2019-03-18
Split #974 into two PRs - scalastyle updates (#1037)
Jim Lawson
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
[next]