aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Visitor.scala
AgeCommit message (Expand)Author
2019-08-13Infer reset (#1068)Jack Koenig
2019-07-03Remove shadow type parameter (#1108)Leway Colin
2019-06-28Fix typo (#1101)Leway Colin
2019-06-20Use pattern match instead of hardcode position (#1102)Leway Colin
2019-04-22Change Memory Depth to a BigInt (#1075)Jack Koenig
2019-04-17Remove unnecessary 'FIRRTLParser' prefix (#1072)Leway Colin
2019-04-10Remove redundant code (#1069)Leway Colin
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2018-06-15Improve Parser and Visitor (#819)Jack Koenig
2018-06-11Allow escaped single quotes in RawParams (#820)Richard Lin
2018-06-11Add utilities for UInt and SInt literals (#815)Jack Koenig
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-02-16Replacematcherror - catch exceptions and convert to internal error. (#424)Jim Lawson
2017-09-22Fix string lit (#663)Jack Koenig
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
2017-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-03-01Allow nested digit fields in subfield expressionsJack Koenig
2017-02-23Add support for bundle fields to start with digits (#462)Jack Koenig
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-10-26Add RawString ExtModule parameter supportjackkoenig
2016-10-26Add Support for Parameterized ExtModules and Name Overridejackkoenig
2016-10-17Add fixed point type (#322)Adam Izraelevitz
2016-09-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-25remove unnecessary blockschick
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - ExpressionJack
2016-06-10API Cleanup - StatementJack
2016-06-10API Cleanup - WidthJack
2016-06-10API Cleanup - Field & FlipJack
2016-06-10API Cleanup - TypeJack
2016-06-10API Cleanup - Port & DirectionJack
2016-06-10API Cleanup - ModuleJack
2016-05-12Implement File Infojackkoenig
2016-04-26Added flag to parser to turn off using source locators. This allows for easie...Adam Izraelevitz
2016-04-16Add safety to Visitor.visitStmt to first check for TerminalNodejackkoenig
2016-03-15Revamp string literal handlingjackkoenig
2016-02-09Added license to FIRRTL filesazidar
2016-02-09Added remaining check passes. Ready for open sourcingazidar
2016-02-09CHIRRTL passes work, parser is updatedazidar
2016-02-09Bug Fixes in handling hyphens as part of IDs, proper handling of negative Int...Jack
2016-02-09Fixed Visitor incorrectly handling Vectors of UnknownWidth UInts and SIntsJack
2016-02-09Adding ScalaTest for unit testing of Scala FIRRTL. Added a few basic tests fo...Jack
2016-02-09Fix start counting from 1 instead of 0 bugJack
2016-02-09Updated SInt/UInt emission to match stanza. Still need to update to new syntax.azidar
2016-02-09Changed stanza output of UInt/SInt to include widths. Made tests match accord...azidar
2016-02-09Added expand connect. Resolve now includes to working irazidar
2016-02-09Added resolve gendersazidar
2016-02-09WIP. Finished to working ir, resolve kinds, and infer typesazidar