| Age | Commit message (Collapse) | Author |
|
|
|
Separate serialize functions into separate file
|
|
Travis add chisel3
|
|
|
|
|
|
|
|
|
|
|
|
prints in SplitExp, and emitting expressions instead of their toString counterparts
|
|
|
|
|
|
Quick fix for printf in the emitted Verilog
|
|
|
|
Travis support
|
|
|
|
|
|
|
|
|
|
compares to expected Verilog. Uses ScalaTest. Should be eventually replaced with actual simulation of rocket-chip
|
|
|
|
use StringWriters without the Compiler closing it)
|
|
|
|
|
|
The 'make set-osx' step is symlinking to the wrong file. This fixes it.
|
|
|
|
Add a test for (and work around) an "infer mport"
|
|
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
|
|
|
|
|
|
|
|
|
|
for the Parser. Added custom Parser exceptions for better error reporting and checking. Fixed bug in grammar not allowing most keywords as Ids
|
|
|
|
|
|
|
|
|
|
|