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
Age
Commit message (
Expand
)
Author
2015-09-22
Integrate Chisel2 Queue scaladoc and formatting changes.
Jim Lawson
2015-09-18
Improve IR class hierarchy
Andrew Waterman
2015-09-18
Correct some scaladoc comments
Andrew Waterman
2015-09-18
Use FIRRTL idiom for SeqMem read-enables
Andrew Waterman
2015-09-01
Add scaladoc to UInt/SInt companion objects
Andrew Waterman
2015-09-01
Disallow external use of Vec/UInt/SInt constructors
Andrew Waterman
2015-08-31
Fix val io = new Bundle{...}.flip
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
Use FIRRTL smem for SeqMem
Andrew Waterman
2015-08-28
Add poison node
Andrew Waterman
2015-08-27
Redefine masked Mem writes for Mem[Vec]
Andrew Waterman
2015-08-27
Fix bug where flipping top-level I/O had no effect
Andrew Waterman
2015-08-27
Vec.apply is for types; Vec.fill is for rvalues
Andrew Waterman
2015-08-27
Expose ChiselExceptions
Andrew Waterman
2015-08-27
Add chisel2 scaladoc for 'when'.
Jim Lawson
2015-08-27
Add chisel2 scaladoc for 'library' code.
Jim Lawson
2015-08-26
Remove Mem from Data hierarchy
Andrew Waterman
2015-08-26
Simplify Module internal data structures
Andrew Waterman
2015-08-26
Simplify I/O zero-initialization
Andrew Waterman
2015-08-26
import relevant scaladoc from chisel(2).
Jim Lawson
2015-08-20
Clean up port emission
Andrew Waterman
2015-08-20
Prevent some defs from being marked as Bundle fields
Andrew Waterman
2015-08-20
Remove Port/Kind IR nodes, which merely wrap Data
Andrew Waterman
2015-08-17
Delete unused IR nodes
Andrew Waterman
2015-08-14
more tests
Henry Cook
2015-08-13
Counter tests
Henry Cook
2015-08-13
Make error reporting reentrant
Andrew Waterman
2015-08-13
Deduplicate modules
Andrew Waterman
2015-08-13
Make temporary names locally unique, rather than globally so
Andrew Waterman
2015-08-13
Add back missing () on toBits declaration
Andrew Waterman
2015-08-13
Tighten permissions on some classes & members
Andrew Waterman
2015-08-13
fun with ##
Henry Cook
2015-08-13
Clean up UInt/SInt/Bool companion objects
Andrew Waterman
2015-08-13
Don't fold constants in the frontend
Andrew Waterman
2015-08-13
Check validity of bit extract ranges
Andrew Waterman
2015-08-13
Avoid importing for single use
Andrew Waterman
2015-08-13
FP stuff doesn't belong in Data
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
2015-08-12
being to convert tests to scala-test; tests compile and run
Henry Cook
2015-08-12
Emitter no longer mutates the refMap
Andrew Waterman
2015-08-12
params and paramsScope objects
Henry Cook
2015-08-12
Marshal the global mutable state into one object
Andrew Waterman
2015-08-12
Remove old testers for now
Andrew Waterman
[next]