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
/
Visitor.scala
Age
Commit message (
Expand
)
Author
2021-12-01
Use ANTLR Listener to save memory during parsing
Jack Koenig
2021-12-01
Handle references better in ANTLR Parser
Jack Koenig
2021-06-18
Fix MultiInfo parser + serialization bug (#2265)
Jared Barocsi
2021-02-17
Allow Side Effecting Statement to have Names (#2057)
Kevin Laeufer
2021-01-20
Cleanup some warnings (#2032)
Jack Koenig
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] convert toSeq and toMap where necessary to compile
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-06-23
Basic model checking API (#1653)
Tom Alcorn
2020-05-11
Have AppendInfo use MultiInfo, rather than appending with : (#1580)
Adam Izraelevitz
2020-03-26
Support octal and binary literal formats as described in the spec
Albert Magyar
2019-10-18
Upstream intervals (#870)
Adam Izraelevitz
2019-09-30
Improve read-under-write parameter support
Albert Magyar
2019-08-13
Infer reset (#1068)
Jack Koenig
2019-07-03
Remove shadow type parameter (#1108)
Leway Colin
2019-06-28
Fix typo (#1101)
Leway Colin
2019-06-20
Use pattern match instead of hardcode position (#1102)
Leway Colin
2019-04-22
Change Memory Depth to a BigInt (#1075)
Jack Koenig
2019-04-17
Remove unnecessary 'FIRRTLParser' prefix (#1072)
Leway Colin
2019-04-10
Remove redundant code (#1069)
Leway Colin
2019-02-14
Asynchronous Reset (#1011)
Jack Koenig
2018-06-15
Improve Parser and Visitor (#819)
Jack Koenig
2018-06-11
Allow escaped single quotes in RawParams (#820)
Richard Lin
2018-06-11
Add utilities for UInt and SInt literals (#815)
Jack Koenig
2018-03-27
Change throwInternalError to use a String instead of Option[String] (#777)
Jack Koenig
2018-02-16
Replacematcherror - catch exceptions and convert to internal error. (#424)
Jim Lawson
2017-09-22
Fix string lit (#663)
Jack Koenig
2017-05-27
Prep for Scala 2.12 (#557)
Jim Lawson
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-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-09-25
remove unnecessary blocks
chick
2016-07-21
Indentation support for the ANTLR parser (as discussed in #192) (#194)
Kamyar Mohajerani
2016-06-10
API Cleanup - AST
Jack
2016-06-10
API Cleanup - Expression
Jack
2016-06-10
API Cleanup - Statement
Jack
2016-06-10
API Cleanup - Width
Jack
2016-06-10
API Cleanup - Field & Flip
Jack
2016-06-10
API Cleanup - Type
Jack
2016-06-10
API Cleanup - Port & Direction
Jack
2016-06-10
API Cleanup - Module
Jack
2016-05-12
Implement File Info
jackkoenig
[next]