index
:
sfcX
1.6.x
master
sfc-scala3
Scala FIRRTL Compiler for chiselX
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
antlr4
Age
Commit message (
Expand
)
Author
2017-04-28
Add info on reset block lines to ANTLR grammar (#468)
Albert Magyar
2017-03-09
Sint tests and change in serialization (#456)
Adam Izraelevitz
2017-03-01
Allow nested digit fields in subfield expressions
Jack Koenig
2017-03-01
Fix bug in Lexer rule for DoubleLit and add tests
Jack Koenig
2017-02-23
Add support for bundle fields to start with digits (#462)
Jack Koenig
2017-02-07
Rework Attach to work on arbitrary Analog hierarchies (#415)
Jack Koenig
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-10-26
Add RawString ExtModule parameter support
jackkoenig
2016-10-26
Add Support for Parameterized ExtModules and Name Override
jackkoenig
2016-10-17
Add fixed point type (#322)
Adam Izraelevitz
2016-09-25
Spec features added: AnalogType and Attach (#295)
Adam Izraelevitz
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-05-12
Implement File Info
jackkoenig
2016-04-16
Add more keywords to Id list
jackkoenig
2016-03-09
Fix StringLit to ignore escaped double quotes
davidbiancolin
2016-02-09
Added license to FIRRTL files
azidar
2016-02-09
Added remaining check passes. Ready for open sourcing
azidar
2016-02-09
CHIRRTL passes work, parser is updated
azidar
2016-02-09
Bug Fixes in handling hyphens as part of IDs, proper handling of negative Int...
Jack
2016-02-09
Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...
Jack
2016-01-29
Changed reg syntax to new "with" semantics in Scala FIRRTL
Jack
2016-01-28
WIP: Added support for FIRRTL 0.2.0 Memories to Scala FIRRTL
jackkoenig
2016-01-28
Move IntLit ANTLR lexer rule to before String lexer rule to ensure IntLit of ...
jackkoenig
2016-01-27
WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n...
jackkoenig
2015-11-24
In process of adding FAME-1 transformation, updated todos in grammar file, up...
jackkoenig
2015-10-15
Reorganized Primops (renamed from PrimOps), added maps and functions to conve...
Jack
2015-10-12
Added support for no width to mean unknown, and print nothing instead of <?> ...
Jack
2015-10-02
Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. A...
Jack