aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/Checks.scala
AgeCommit message (Expand)Author
2020-04-13Split Checks into separate filesAlbert Magyar
2020-04-06Remove deprecated ResolveGenders and CheckGendersAlbert Magyar
2020-03-16Check for collision of defnames with Module namesAlbert Magyar
2020-03-16Check for module name conflictsAlbert Magyar
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2020-03-06Check sign of primop constants where appropriate (#1421)Albert Magyar
2020-03-03Fix error message for NegWidthException (#1418)Albert Magyar
2020-01-20clean up warnings: trim unused imports (#1315)John Ingalls
2019-10-18Upstream intervals (#870)Adam Izraelevitz
2019-09-16Deprecate Gender and add implicit Flow conversionSchuyler Eldridge
2019-09-16Rename gender to flowSchuyler Eldridge
2019-08-13Infer reset (#1068)Jack Koenig
2019-08-09Remove unused CheckHighFormLike.IllegalChirrtlMemException (#1151)Albert Magyar
2019-08-07Check mems for legal latencies; ban zero write latency. (#1147)Albert Magyar
2019-08-07DRY check chirrtl (#1148)Albert Magyar
2019-07-08Remove some warnings (#1118)Leway Colin
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2019-02-25Run CheckHighForm after all non-emitter transforms in firrtl tests (#548)Jack Koenig
2019-02-25Detect and error on registers with flip in type (#1031)Albert Magyar
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2018-11-29Replace Mappers with Foreachers in several passes (#954)Albert Magyar
2018-11-27Add foreach as alternative to map (#952)Adam Izraelevitz
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