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
/
Builder.scala
Age
Commit message (
Expand
)
Author
2015-10-26
Move internal files into their own directories
ducky
2015-10-21
Add explicit types for public methods
ducky
2015-10-20
Whitespace / comment style fixes
ducky
2015-09-18
Improve IR class hierarchy
Andrew Waterman
2015-08-31
FIRRTL keywords don't need to be name-mangled, AFAICT
Andrew Waterman
2015-08-31
Fix Namespace bug
Andrew Waterman
2015-08-31
Refactor Namespace
Andrew Waterman
2015-08-28
Add poison node
Andrew Waterman
2015-08-26
Simplify Module internal data structures
Andrew Waterman
2015-08-20
Remove Port/Kind IR nodes, which merely wrap Data
Andrew Waterman
2015-08-13
Make error reporting reentrant
Andrew Waterman
2015-08-13
Make temporary names locally unique, rather than globally so
Andrew Waterman
2015-08-13
Tighten permissions on some classes & members
Andrew Waterman
2015-08-13
Cleanup DynamicContext
Henry Cook
2015-08-13
re-privatize class Namespace, fix use of Module/Bundle child namespaces
Henry Cook
2015-08-13
fix recusion bug in Namespace
Henry Cook
2015-08-13
clean up Id and Builder.globalRefMap
Henry Cook
2015-08-13
refactor Namespace
Henry Cook
2015-08-13
Streamline files, breaking up Core.scala and resorting some smaller ones
Henry Cook