aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/CheckWidths.scala
AgeCommit message (Expand)Author
2022-12-150-bit literals (#2544)Kevin Laeufer
2021-04-22Fix CheckWidths error message for uninferred width (#2196)Fabian Schuiki
2021-02-01Deprecate ToWorkingIR (#2028)Schuyler Eldridge
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-07-28Fix incorrect error message (#1795)Andrew Waterman
2020-06-22Convert PreservesAll to explicit invalidates=falseSchuyler Eldridge
2020-06-03Use recursive-then-iterative approach for check_width_eAlbert Magyar
2020-04-22s/dependents/optionalPrerequisiteOf/Schuyler Eldridge
2020-04-22Mixin DependencyAPIMigration to all TransformsSchuyler Eldridge
2020-04-20Avoid using infix for mutable append in CheckWidthsAlbert Magyar
2020-04-20Ensure arguments to asClock / asAsyncReset are single-bitAlbert Magyar
2020-03-11Migrate to DependencyAPISchuyler Eldridge
2020-01-15improve the tail ir usability. (#1241)Sequencer
2019-10-18Upstream intervals (#870)Adam Izraelevitz
2019-08-13Infer reset (#1068)Jack Koenig
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
2019-02-14Asynchronous Reset (#1011)Jack Koenig
2018-11-27Add foreach as alternative to map (#952)Adam Izraelevitz
2018-11-05Better error message for UninferredWidth exceptionSchuyler Eldridge
2018-03-27Change throwInternalError to use a String instead of Option[String] (#777)Jack Koenig
2018-02-21Change primop arg type (#587)Adam Izraelevitz
2018-02-16Replacematcherror - catch exceptions and convert to internal error. (#424)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-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-02-07Rework Attach to work on arbitrary Analog hierarchies (#415)Jack Koenig
2016-12-13Add MaxWidth of 1,000,000 bitsjackkoenig
2016-12-13Move CheckWidths to its own filejackkoenig