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
/
Chisel
Age
Commit message (
Expand
)
Author
2015-07-28
Add printf stub
Andrew Waterman
2015-07-28
Dead code elimination
Andrew Waterman
2015-07-28
Support construction of empty Vecs
Andrew Waterman
2015-07-28
Don't reflect on private fields
Andrew Waterman
2015-07-28
Fix Bits.apply for dynamic UInt values
Andrew Waterman
2015-07-28
clean up when a little bit
Andrew Waterman
2015-07-28
Make isLit/litValue immutable
Andrew Waterman
2015-07-28
dead code elimination
Andrew Waterman
2015-07-28
Simplify Cat
Andrew Waterman
2015-07-28
Add missing Vec operator
Andrew Waterman
2015-07-28
Take BitPat out of the Data class hierarchy
Andrew Waterman
2015-07-28
isLitValue -> isLit
Andrew Waterman
2015-07-27
Use exceptions, not -1, to signal errors
Andrew Waterman
2015-07-24
Undo doCloneType; fix collectElts shenanigans
Andrew Waterman
2015-07-24
Allow toBits and abs to be invoked with parens
Andrew Waterman
2015-07-24
Avoid invoking clone() in collectElts (add to Bundle keywords).
Jim Lawson
2015-07-24
Restructure when() logic.
Jim Lawson
2015-07-24
Remove chiselVersion from Makefile; correct bit order for toBits; correct Vec...
Jim Lawson
2015-07-24
Restore Vec() factory signature; replace MInt with BitPat.
Jim Lawson
2015-07-24
Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to python,...
Jim Lawson
2015-07-24
move source files under Chisel folder - eclipse compatibility
Jim Lawson