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
2017-12-22
Fixes format strings in assertions. Fixes #540 (#542)
Jack Koenig
2017-12-21
Remove (possibly) extraneous aggregate() line. (#749)
Jim Lawson
2017-12-20
Add compileOptions to Module.apply, use for invalidating submod ports (#747)
Jack Koenig
2017-12-19
Properly invalidate submodule IOs in tests (#745)
Jack Koenig
2017-12-19
Add WireInit.apply that accepts DontCare (#731)
Jack Koenig
2017-12-19
Add source info / compile options transforms to Mem accessors (#744)
Richard Lin
2017-12-18
Bump SBT to 1.0.4 and update plugins (#742)
Jack Koenig
2017-12-14
Fix a few compiler warnings (#738)
Jack Koenig
2017-12-14
Add error message for <> of Vec and Seq of different lengths (#739)
Jack Koenig
2017-12-13
Improve some of the ScalaDoc in chisel3.util
Jack Koenig
2017-12-13
Fix some ScalaDoc warnings
Jack Koenig
2017-12-13
Expand Printable documentation
Jack Koenig
2017-12-13
Expand printf documentation
Jack Koenig
2017-12-12
Bump scala and plugins. (#735)
Jim Lawson
2017-12-08
Reject negative shift amounts; add tests (#730)
Andrew Waterman
2017-12-08
Add issue and pull_request templates. (#713)
Jim Lawson
2017-11-23
Change switch to emit when, elsewhen, instead of when, when (#720)
Jack Koenig
2017-11-21
Correct documentation example for chisel3.Driver (#719)
Schuyler Eldridge
2017-11-06
Default to unidoc for scaladoc generation. (#715)
Jim Lawson
2017-11-06
Update InvalidateAPISpec tests. (#714)
Jim Lawson
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-09-26
Disallow assignment to op results (#698)
Richard Lin
2017-09-20
Generate aggregate coverage but publish a single Jar (#695)
Jim Lawson
2017-09-14
Update sbt to 0.13.16; add Scala 2.12 support. (#675)
Jim Lawson
2017-09-06
Added API to get Verilog from Chisel (#676)
Adam Izraelevitz
2017-08-28
typo in README
Martin Schoeberl
2017-08-28
Another try of a smoother intro what Chisel is
Martin Schoeberl
2017-08-17
Use firrtl elses in elsewhen/otherwise case emission (#510)
Albert Magyar
2017-08-17
More of the bindings refactor (#635)
Richard Lin
2017-08-17
Make Reset a trait (#672)
Jack Koenig
2017-08-15
Make .dir give correct direction for Module io in compatibility
Jack Koenig
2017-08-11
Rename userDir->specifiedDir (#671)
Richard Lin
2017-08-11
README: Java package
Martin Schoeberl
2017-08-08
Give default direction to children of Vecs in compatibility code
Jack Koenig
2017-08-07
Don't assign default direction to Analog in Chisel._
Jack Koenig
2017-08-02
Disable aggregation until we can apply it selectively (#660)
Jim Lawson
2017-08-01
Update Makefile, build.sbt to support subproject coverage (#659)
Jim Lawson
2017-08-01
Address scalastyle issues, out of date comments, extraneous imports. (#658)
Jim Lawson
2017-07-28
Black box top-level IO fix (#655)
Richard Lin
2017-07-28
Add rebinding test (#654)
Richard Lin
2017-07-27
Fix style of literal creators (#637)
Chick Markley
2017-07-25
Simplify macOS install instructions
yep
2017-07-25
Fixed point width inference was wrong when binary points didn't align. (#590)
Angie Wang
2017-07-17
Update deprecated code in build.sbt (#648)
Jim Lawson
2017-07-07
Ensure IO is non-null before attempting to autoWrapPorts. (#643)
Jim Lawson
2017-07-06
Fix syntax of README.md (#641)
Michael Gielda
2017-06-26
Directions internals mega-refactor (#617)
Richard Lin
2017-06-19
Fix a small typo in the README
Anders Pitman
[next]