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
/
scala
/
firrtl
/
Parser.scala
Age
Commit message (
Expand
)
Author
2019-02-25
Fix almost all Scaladoc warnings
Schuyler Eldridge
2018-06-15
Improve Parser and Visitor (#819)
Jack Koenig
2018-03-21
Add SyntaxErrorsException as a type of ParserException (#770)
Jack Koenig
2017-03-06
Added more stylized debugging style
Adam Izraelevitz
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-08-12
Fix calculation of runtime for ANTLR Parser (#229)
Jack Koenig
2016-08-09
provide parser for naive string (#227)
Donggyu
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
API Cleanup - AST
Jack
2016-05-12
Implement File Info
jackkoenig
2016-04-29
Cleanup Parser comments and imports - No functional changes
jackkoenig
2016-04-29
Add timing to Parser
jackkoenig
2016-04-26
Added flag to parser to turn off using source locators. This allows for easie...
Adam Izraelevitz
2016-03-15
Revamp string literal handling
jackkoenig
2016-02-09
Added license to FIRRTL files
azidar
2016-02-09
Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...
Jack
2016-01-16
Added some comments
azidar
2015-12-06
Working on generating SimTop, need to figure out how to split the top-level I...
jackkoenig
2015-12-04
Everything is broken, need Translator to work on files without a circuit, nee...
jackkoenig
2015-10-02
Merged in Scala implementation of FIRRTL IR, parser, and serialization (ie. A...
Jack