summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/FP.scala
AgeCommit message (Collapse)Author
2015-07-31Open heart surgery on IDs/namingAndrew Waterman
This commit institutes a more structured system for managing namespaces. It fixes a handful of namespace collision bugs, and also improves performance by abandoning ungainly string-based IDs.
2015-07-28Make isLit/litValue immutableAndrew 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-24move source files under Chisel folder - eclipse compatibilityJim Lawson