summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel
AgeCommit message (Collapse)Author
2015-07-28Add printf stubAndrew Waterman
2015-07-28Dead code eliminationAndrew Waterman
2015-07-28Support construction of empty VecsAndrew Waterman
2015-07-28Don't reflect on private fieldsAndrew Waterman
2015-07-28Fix Bits.apply for dynamic UInt valuesAndrew Waterman
2015-07-28clean up when a little bitAndrew Waterman
2015-07-28Make isLit/litValue immutableAndrew Waterman
2015-07-28dead code eliminationAndrew Waterman
2015-07-28Simplify CatAndrew Waterman
2015-07-28Add missing Vec operatorAndrew Waterman
2015-07-28Take BitPat out of the Data class hierarchyAndrew Waterman
This obviates any latent fuckery with := or <>.
2015-07-28isLitValue -> isLitAndrew Waterman
This is a public API, so we mustn't change it without good reason.
2015-07-27Use exceptions, not -1, to signal errorsAndrew Waterman
2015-07-24Undo doCloneType; fix collectElts shenanigansAndrew Waterman
We now call collectElts when the module stack is popped, rather than having to do it all over the place.
2015-07-24Allow toBits and abs to be invoked with parensAndrew Waterman
2015-07-24Avoid invoking clone() in collectElts (add to Bundle keywords).Jim Lawson
2015-07-24Restructure when() logic.Jim Lawson
2015-07-24Remove chiselVersion from Makefile; correct bit order for toBits; correct ↵Jim Lawson
Vec() factory signature; Builder.pushCommands in test to avoid empty list head if tester manipulates Chisel nodes.
2015-07-24Restore Vec() factory signature; replace MInt with BitPat.Jim Lawson
2015-07-24Use CHISEL_BIN, CX, generalize generated/targetDir, convert filter to ↵Jim Lawson
python, cd into targetDir before launching simulator (via Driver).
2015-07-24move source files under Chisel folder - eclipse compatibilityJim Lawson