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
Age
Commit message (
Expand
)
Author
2019-02-19
ScalaDoc for Mux (examples added) (#1014)
Martin Schoeberl
2019-02-19
Update README to reference the bootcamp (#1025)
Paul Rigge
2019-02-19
Merge pull request #1017 from freechipsproject/scaladoc-TransitName
Schuyler Eldridge
2019-02-19
Add TransitNameSpec
Schuyler Eldridge
2019-02-19
Add Scaladoc for chisel3.util.TransitName
Schuyler Eldridge
2019-02-19
Mainline Chisel multi-clock functionality (#1013)
edwardcwang
2019-02-19
Util doc lsfr (#1021)
Chick Markley
2019-02-19
Documentation for Reg utilities (#1018)
Martin Schoeberl
2019-02-19
ScalaDoc for OneHot (#1016)
Martin Schoeberl
2019-02-19
Merge pull request #1023 from freechipsproject/scaladoc-Valid
Schuyler Eldridge
2019-02-18
Add requirement that Pipe latency >= 0
Schuyler Eldridge
2019-02-18
Add Scaladoc for chisel3.util.Pipe
Schuyler Eldridge
2019-02-18
Add Scaldoc for chisel3.util.Valid
Schuyler Eldridge
2019-02-01
Queue Tests
Brendan Sweeney
2019-01-25
WireDefault instead of WireInit, keep WireInit around (#986)
Martin Schoeberl
2019-01-23
Use Verilator 4.006; bump to Scala 2.12.7 (#947)
Jim Lawson
2019-01-23
Bump copyright year (#997)
Jim Lawson
2019-01-22
Import aliases for chisel3.core (#998)
Richard Lin
2019-01-22
Define Data .toString (#985)
Richard Lin
2019-01-22
Remove ghpages (#992)
Jim Lawson
2019-01-22
Merge pull request #978 from seldridge/boring-utils-dedup-fix
Schuyler Eldridge
2019-01-22
Changes to BoringUtils Scaladoc, paramater name
Schuyler Eldridge
2019-01-22
Fix BoringUtilsSpec to require no dedup
Schuyler Eldridge
2019-01-22
Fix BoringUtils deduplication bug
Schuyler Eldridge
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-18
Remove bin (#991)
Richard Lin
2019-01-17
Merge pull request #987 from freechipsproject/unary-not-fix
Schuyler Eldridge
2019-01-17
Unary_- is truncating
Andrew Waterman
2019-01-17
Make combinational-multiplier warning less vague
Andrew Waterman
2019-01-17
Improve description of UInt.asSInt
Andrew Waterman
2019-01-17
Fix width-inference description of Bits.<<
Andrew Waterman
2019-01-17
Fix scaladoc for UInt.unary_!
Andrew Waterman
2019-01-17
Merge pull request #988 from freechipsproject/improve-andr
Schuyler Eldridge
2019-01-17
Merge branch 'master' into improve-andr
Schuyler Eldridge
2019-01-17
Generate better code for UInt.andR
Andrew Waterman
2019-01-11
Add test for chiselNaming of Seq[Data]
Andrew Waterman
2019-01-11
For chiselName, use nameRecursively rather than matching on HasId
Andrew Waterman
2019-01-11
Move nameRecursively into Builder so it can be used elsewhere
Andrew Waterman
2019-01-09
Merge pull request #979 from seldridge/procedural-wire-assignment
Schuyler Eldridge
2019-01-09
Avoid procedural wire assignment in test resource
Schuyler Eldridge
2019-01-07
Fix build error due to scala bug #11125 (#967)
Nick Hynes
2019-01-07
Add explicit Sonatype resolvers so SNAPSHOTs can be found remotely. (#975)
Jim Lawson
2018-12-23
Add Windows setup instructions to readme (#964)
Richard Lin
2018-12-19
Fix width inferencing issue (#952)
Jack Koenig
2018-12-11
Merge pull request #961 from freechipsproject/subwrap
Schuyler Eldridge
2018-12-11
Emit UInt.-% as tail(sub(x,y),1), not tail(asUInt(sub(x,y)),1)
Andrew Waterman
2018-12-06
Bump SBT from 1.2.6 to 1.2.7 to fix partial recompilation issue (#956)
Jack Koenig
2018-12-04
Merge pull request #950 from freechipsproject/as-bools
Jack Koenig
[next]