| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-13 | type aliases | Donggyu Kim | |
| 2016-09-13 | remove Utils.{width_BANG, long_BANG} | Donggyu Kim | |
| 2016-09-07 | refactor checks | Donggyu Kim | |
| 2016-09-07 | clean up Utils.scala | Donggyu Kim | |
| remove unnecessary functions & change spaces | |||
| 2016-09-07 | remove Utils.tpe | Donggyu Kim | |
| 2016-08-18 | Remove redundant test and errors.append() in check_types_e(). (#243) | Jim Lawson | |
| 2016-08-04 | Addd check: bits, tail, head arg width | azidar | |
| 2016-08-02 | Change serialize to abstract method on FirrtlNode | Jack Koenig | |
| 2016-08-02 | Fix use of global state in instance loop checking | jackkoenig | |
| Also increase sensitivity of thread safety checking Fixes #159 | |||
| 2016-07-27 | Merge pull request #198 from ucb-bar/add-chirrtl-check | Adam Izraelevitz | |
| Added a Chirrtl check for undeclared wires, etc. | |||
| 2016-07-25 | Detects and flags cyclic module loops | chick | |
| 2016-07-21 | Added a Chirrtl check for undeclared wires, etc. | azidar | |
| 2016-07-21 | Indentation support for the ANTLR parser (as discussed in #192) (#194) | Kamyar Mohajerani | |
| Indentation support for the ANTLR parser - some clean-up of the parser code (TODO: file input could be improved, more clean-up) - get rid of Translator and specify all syntactic rules in antlr4 grammer - support for else-when shorthand in the grammar - rename Begin to Block which makes more sense | |||
| 2016-07-04 | printf: support '%c' for printing characters | Wesley W. Terpstra | |
| 2016-06-10 | API Cleanup - AST | Jack | |
| trait AST -> abstract class FirrtlNode Move all IR to new package ir Add import of firrtl.ir._ | |||
| 2016-06-10 | API Cleanup - PrimOp & PrimOps | Jack | |
| Add simple documentation trait PrimOp -> abstract class PrimOp Move PrimOp case objects to object PrimOps Rename PrimOp case objects to match concrete syntax Overrwrite toString for more canonical serialization Update some PrimOps utility functions | |||
| 2016-06-10 | API Cleanup - Expression | Jack | |
| trait Expression -> abstract class Expression Ref -> Reference abbrev. exp -> expr Add abstract class Literal UIntValue -> UIntLiteral extends Literal SIntValue -> SIntLiteral extends Literal | |||
| 2016-06-10 | API Cleanup - Statement | Jack | |
| trait Stmt -> abstract class Statement (to match Expression) abbrev. exp -> expr BulkConnect -> PartialConnect camelCase things that were snake_case case class Empty() -> case object EmptyStmt Change >120 character Statements to multiline | |||
| 2016-06-10 | API Cleanup - Width | Jack | |
| Add simple documentation trait Width -> abstract class Width case class UnknownWidth -> case object UnknownWidth | |||
| 2016-06-10 | API Cleanup - Field & Flip | Jack | |
| Add simple documentation Flip -> Orientation trait Orientation -> abstract class Orientation Orientation case objects to upper camel case REVERSE -> Flip | |||
| 2016-06-10 | API Cleanup - Type | Jack | |
| trait Type -> abstract class Type case class ClockType() -> case object ClockType case class UnknownType() -> case object UnknownType Add GroundType and AggregateType ClockType has width of IntWidth(1) | |||
| 2016-06-10 | API Cleanup - Port & Direction | Jack | |
| Add simple documentation Change Direction case objects to upper camel case | |||
| 2016-06-10 | API Cleanup - Module | Jack | |
| trait Module -> abstract class DefModule InModule -> Module (match concrete syntax) ExModule -> ExtModule (match concrete syntax) Add simple scaladoc for each one | |||
| 2016-06-07 | Merge pull request #153 from ucb-bar/update-check-high-form | Adam Izraelevitz | |
| Update check high form | |||
| 2016-06-07 | Fix non-thread safe Serialize by splitting it into class and object | Jack Koenig | |
| 2016-05-24 | Remove prefix checking from Check High Form | jackkoenig | |
| Made obsolete by #120 | |||
| 2016-05-24 | Added Errors class and fixed tests. | azidar | |
| Canonicalizes catching/throwing PassExceptions. | |||
| 2016-05-24 | add better type mismatch error message | Colin Schmidt | |
| also check for it int unittest | |||
| 2016-05-11 | Remove trait StanzaPass and related dead code | jackkoenig | |
| 2016-05-03 | Move Check Initialization to its own file | jackkoenig | |
| 2016-04-26 | Fixed the check for bundle equality to allow relative flips to be wrong, but ↵ | Adam Izraelevitz | |
| the leaf directions are the same | |||
| 2016-04-26 | Fixed bug in recursive check for whether BundleType contains flips. | Adam Izraelevitz | |
| 2016-04-09 | Adds check for type of DefRegister initialization | jackkoenig | |
| Fixes #89 | |||
| 2016-03-15 | Revamp string literal handling | jackkoenig | |
| 2016-03-02 | Remove implicits from serialize | jackkoenig | |
| 2016-03-01 | Move mapper functions to implicit methods on IR vertices. | jackkoenig | |
| 2016-02-25 | Separate serialize functions into separate file | jackkoenig | |
| 2016-02-25 | Remove FlagUtils and related unused debug printing | 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 | Added migrated HighFormCheck to Scala FIRRTL, changes to IR and Utils for ↵ | Jack | |
| getting info for error reporting in new pass/check. | |||
