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
2015-07-30
Work around FIRRTL literal restrictions
Andrew Waterman
2015-07-30
Better literal checking
Andrew Waterman
2015-07-30
Check for negative UInt literals
Andrew Waterman
2015-07-30
Correct implementation of andR
Andrew Waterman
2015-07-30
Make Vec.fill(n)(x) the same as Vec(x, n)
Andrew Waterman
2015-07-30
Emit clocks and resets
Andrew Waterman
2015-07-30
Add missing Wire()
Andrew Waterman
2015-07-30
Move towards compatibility with FIRRTL 0.1.3
Andrew Waterman
2015-07-29
Remove most operators from Bits
Andrew Waterman
2015-07-29
For Mux1H, use UInt instead of Bits
Andrew Waterman
2015-07-29
Remove nondeterminism in field naming
Andrew Waterman
2015-07-29
Add SInt-by-UInt multiplication operator
Andrew Waterman
2015-07-29
Add newline at end of .fir file
Andrew Waterman
2015-07-29
Print out basic status information when elaborating
Andrew Waterman
2015-07-29
Fix Bundle port ordering
Andrew Waterman
2015-07-29
Use Seq, not Iterable, when traversal order matters
Andrew Waterman
2015-07-29
Clean up Reg constructor
Andrew Waterman
2015-07-28
toBits and fromBits must be inverse operations
Andrew Waterman
2015-07-28
Avoid some heap allocations
Andrew Waterman
2015-07-28
Speed up code emission using StringBuilders
Andrew Waterman
2015-07-28
Rename sumLog2Width to sumPow2Width
Andrew Waterman
2015-07-28
Avoid needless Vec instantiation
Andrew Waterman
2015-07-28
Improve cloneType error messages
Andrew Waterman
2015-07-28
Only attempt to name vals, not defs
Andrew Waterman
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
Merge pull request #1 from ucb-bar/packagedir
Jim Lawson
2015-07-24
Remove SystemC rules (premature); filter out failing tests.
Jim Lawson
2015-07-24
rename cloneType -> doCloneType
Jim Lawson
2015-07-24
Preserve secondary files; use abspath for bin dir.
Jim Lawson
2015-07-24
Avoid invoking clone() in collectElts (add to Bundle keywords).
Jim Lawson
2015-07-24
Check for errors.
Jim Lawson
2015-07-24
Comment out (probably expensive) reference to CHISEL_VERSION.
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
Generalize, add missing chisel2 meta files.
Jim Lawson
[next]