aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/Checks.scala
AgeCommit message (Expand)Author
2018-09-26Enforce port uniqueness in Chirrtl/High ChecksSchuyler Eldridge
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-03-01[name change] Use LsbLargerThanMsbException (#740)Schuyler Eldridge
2018-02-22Add tests for #702. Adds Utility functions. Allows clock muxing in FIRRTL, bu...Adam Izraelevitz
2018-02-21Change primop arg type (#587)Adam Izraelevitz
2018-02-08CheckHighForm should check that Bits MSB >= LSB (#738)Schuyler Eldridge
2017-12-20Verify shl/shr amount is > 0 (#710)Jim Lawson
2017-09-22Fix string lit (#663)Jack Koenig
2017-05-11Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)Jim Lawson
2017-05-03Add checks on register clock and reset types (#33) (#553)Albert Magyar
2017-03-23Pass now subclasses Transform (#477)Adam Izraelevitz
2017-02-14Add support for Analog types in partial connect (#435)Jack Koenig
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
2016-12-13Move CheckWidths to its own filejackkoenig
2016-12-07Bugfix: add Neg to high form check (#384)Adam Izraelevitz
2016-12-05Add check for muxing between clocks (#360)Jack Koenig
2016-11-09Added optimizations to for better width inferenceazidar
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-01Fix Match Error in Check Types on Partial Connect (#359)Jack Koenig
2016-10-17Add fixed point type (#322)Adam Izraelevitz
2016-10-11Scala style cleanup take 5 (#324)Chick Markley
2016-09-27remove unnecessary parentheseschick
2016-09-26Added max width check to dshl shift amount (#318)Adam Izraelevitz
2016-09-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-25remove unnecessary blockschick
2016-09-25Use empty-parens as appropriate for f: => Unit callschick
2016-09-23use .count instead of filter and sizechick
2016-09-13use case object for Kind (#267)Donggyu
2016-09-13type aliasesDonggyu Kim
2016-09-13remove Utils.{width_BANG, long_BANG}Donggyu Kim
2016-09-07refactor checksDonggyu Kim
2016-09-07clean up Utils.scalaDonggyu Kim
2016-09-07remove Utils.tpeDonggyu Kim
2016-08-18Remove redundant test and errors.append() in check_types_e(). (#243)Jim Lawson
2016-08-04Addd check: bits, tail, head arg widthazidar
2016-08-02Change serialize to abstract method on FirrtlNodeJack Koenig
2016-08-02Fix use of global state in instance loop checkingjackkoenig
2016-07-27Merge pull request #198 from ucb-bar/add-chirrtl-checkAdam Izraelevitz
2016-07-25Detects and flags cyclic module loopschick
2016-07-21Added a Chirrtl check for undeclared wires, etc.azidar
2016-07-21Indentation support for the ANTLR parser (as discussed in #192) (#194)Kamyar Mohajerani
2016-07-04printf: support '%c' for printing charactersWesley W. Terpstra
2016-06-10API Cleanup - ASTJack
2016-06-10API Cleanup - PrimOp & PrimOpsJack
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