| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accordingly
|
|
|
|
structures Compiler and Emitter, deprecate old Passes object, update Driver to use new constructs
|
|
not printing newline before ports
|
|
|
|
|
|
|
|
|
|
|
|
Without this we get failures with the current rocket-chip, when there are
assertions with escaped strings in them.
|
|
|
|
Scala FIRRTL emission match Stanza FIRRTL for bundles and regs
|
|
|
|
preprocessing step. Also added with as scoping keyword
|
|
|
|
|
|
|
|
|
|
|
|
|
|
form "h..." is lexed as IntLit instead of String
|
|
|
|
mucking up the chirrtl->firrtl transform. #56.
|
|
|
|
|
|
|
|
|
|
|
|
|