| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes #89
|
|
Was not checking for length of bundles, so if the bundles matched but one had more fields, it was not caught.
|
|
accesses.
Fixes #105
|
|
|
|
|
|
|
|
|
|
This is deliberately incomplete because I wanted to get feedback before
plowing ahead. These passes handle constant propagation for bitwise
and equality operators on UInt only, usually only when the widths match.
|
|
I was going to augment it, but thought it best to clean it up first.
|
|
Propagate memory port types in Emitter
|
|
|
|
Don't just use UnknownType() everywhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Separate serialize functions into separate file
|
|
|
|
|
|
|
|
|
|
prints in SplitExp, and emitting expressions instead of their toString counterparts
|
|
|
|
|
|
compares to expected Verilog. Uses ScalaTest. Should be eventually replaced with actual simulation of rocket-chip
|
|
|
|
use StringWriters without the Compiler closing it)
|
|
|
|
|
|
These were accidentally removed.
|
|
|
|
|
|
|
|
|
|
IntLits (all IntLits handled by Parser and Visitor the same, checks come later), also delete first and last char of string literals since those characters are the quotes.
|
|
getting info for error reporting in new pass/check.
|
|
|
|
|
|
rocketchip
|
|
|
|
|