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
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
2016-02-09
WIP. Got to-working-ir working
azidar
2016-01-29
Changed reg syntax to new "with" semantics in Scala FIRRTL
Jack
2016-01-28
Fixed bug on translating SubAccess concrete syntax to abstract in Scala FIRRTL
Jack
2016-01-28
WIP Added support for mux to Scala FIRRTL
jackkoenig
2016-01-28
WIP Added support for is invalid and validif to Scala FIRRTL
jackkoenig
2016-01-28
WIP Added support for stop to Scala FIRRTL
jackkoenig
2016-01-28
WIP Added support for printf to Scala FIRRTL
jackkoenig
2016-01-28
WIP: Added support for FIRRTL 0.2.0 Memories to Scala FIRRTL
jackkoenig
2016-01-27
WIP Moving Scala FIRRTL to match spec 0.2.0. Not everything is implemented (n...
jackkoenig
2015-12-03
Changing simwrapper to group ports that go to different places, not quite the...
jackkoenig
2015-10-15
Reorganized Primops (renamed from PrimOps), added maps and functions to conve...
Jack
2015-10-12
Renamed Subindex to Index and added type information to Index and DoPrimOp
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