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
/
test
/
scala
/
firrtlTests
/
ParserSpec.scala
Age
Commit message (
Expand
)
Author
2023-03-15
Update serialization to firrtl-spec 1.2.0 (#2615)
Jack Koenig
2023-01-25
[smem] fix read-under-write serialization (#2595)
Kevin Laeufer
2022-09-13
Make the Parser handle errors more gracefully (#2549)
Jack Koenig
2022-09-12
Handle new keyword version as an identifier (#2550)
Jack Koenig
2022-08-26
FIRRTL version support (#2543)
Zachary Yedidia
2021-11-29
[deprecation clean up] remove firrtl.ExecutionOptionsManager (#2422)
Jiuyang Liu
2021-11-23
fix tests that depend on Driver (#2429)
Jiuyang Liu
2021-10-09
Support parsing missing keywords as ids (#2381)
Jack Koenig
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2020-09-16
Change to Apache 2.0 License (#1901)
Chick Markley
2020-08-14
All of src/ formatted with scalafmt
chick
2020-07-29
[2.13] toSeq, Unit -> (), and postfix fixes
Kevin Laeufer
2020-07-15
ir: store FileInfo string in escaped format (#1690)
Kevin Laeufer
2020-07-14
Fix parsing of info on multi-line registers (#1735)
Jack Koenig
2020-03-26
Support octal and binary literal formats as described in the spec
Albert Magyar
2020-03-17
[RFC] Factor out common test classes; package them (#1412)
David Biancolin
2019-11-04
Add explicit EOF to top-level parser rule (#1217)
Albert Magyar
2019-08-19
Refactor exceptions to remove stack trace from user errors (#1157)
Jack Koenig
2018-03-21
Add SyntaxErrorsException as a type of ParserException (#770)
Jack Koenig
2017-10-31
Fix bug emitting and reparsing ExtModule String parameters (#675)
Jack Koenig
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
2017-05-03
Add test for source locators on multi-line reset registers (#554)
Jack Koenig
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
2016-11-04
Cleanup license at top of every file (#364)
Jack Koenig
2016-04-16
Add some Parser tests
jackkoenig