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
/
utils.scala
Age
Commit message (
Collapse
)
Author
2015-08-05
normalize file capitalization
Henry Cook
2015-08-05
Use Width object, not Int
Andrew Waterman
Please, no more -1
2015-08-04
Fix inferred width of Reverse
Andrew Waterman
2015-08-04
Fix Fill on Bool
Andrew Waterman
2015-08-04
Add better cloneTypeWidth and deprecate old one
Andrew Waterman
2015-08-03
improve macro hygiene
Henry Cook
2015-08-03
Improve type-safety of switch/is blocks using macros and SwitchContext. ↵
Henry Cook
Removed switch key stack.
2015-08-02
Move comparison operators to UInt/SInt
Andrew Waterman
2015-08-02
Work around FIRRTL accessor problem
Andrew Waterman
2015-07-30
Add missing Wire()
Andrew Waterman
2015-07-29
For Mux1H, use UInt instead of Bits
Andrew Waterman
2015-07-29
Use Seq, not Iterable, when traversal order matters
Andrew Waterman
2015-07-24
Undo doCloneType; fix collectElts shenanigans
Andrew Waterman
We now call collectElts when the module stack is popped, rather than having to do it all over the place.
2015-07-24
move source files under Chisel folder - eclipse compatibility
Jim Lawson