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
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
2016-04-26
Added flag to parser to turn off using source locators. This allows for easie...
Adam Izraelevitz
2016-04-16
Add safety to Visitor.visitStmt to first check for TerminalNode
jackkoenig
2016-03-15
Revamp string literal handling
jackkoenig
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
Fixed Visitor incorrectly handling Vectors of UnknownWidth UInts and SInts
Jack
2016-02-09
Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...
Jack
2016-02-09
Fix start counting from 1 instead of 0 bug
Jack
2016-02-09
Updated SInt/UInt emission to match stanza. Still need to update to new syntax.
azidar
2016-02-09
Changed stanza output of UInt/SInt to include widths. Made tests match accord...
azidar
2016-02-09
Added expand connect. Resolve now includes to working ir
azidar
2016-02-09
Added resolve genders
azidar
2016-02-09
WIP. Finished to working ir, resolve kinds, and infer types
azidar
[next]