aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Utils.scala
AgeCommit message (Expand)Author
2017-05-27Prep for Scala 2.12 (#557)Jim Lawson
2017-05-18Upgrade Logging facility (#488)Chick Markley
2017-05-11Refactor WIR WSub{Field,Index,Access} - rename exp -> expr #521 (#586)Jim Lawson
2017-05-10Update rename2 (#478)Adam Izraelevitz
2017-03-17Give better error message if missing emitedcircuitAdam Izraelevitz
2017-03-09Sint tests and change in serialization (#456)Adam Izraelevitz
2017-03-06Added more stylized debugging styleAdam Izraelevitz
2017-02-27castrhs shouldn't assume rhs is uint (#467)Angie Wang
2017-02-23move more general utils out of memutils, mov WIR helpers to WIR.scala and upd...Angie
2017-02-14Add support for Analog types in partial connect (#435)Jack Koenig
2017-01-05Fix ScalaDoc complaints; add sbt-site, sbt-ghpages boilerplate.Jim Lawson
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
2016-11-04Refactor Compilers and Transformsjackkoenig
2016-10-27Wiring (#348)Adam Izraelevitz
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-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-25stuff like this mutable.LinkedHashMap needs the mutable prefixchick
2016-09-25implicit functions should specify return typechick
2016-09-25Minor fixes, typo in wordchick
2016-09-13Fix a lurking width-inference bug; improve adjacent style (#298)Andrew Waterman
2016-09-13use case object for WVoid, WInvalidDonggyu Kim
2016-09-13use case object for KindDonggyu Kim
2016-09-13remove Utils.{width_BANG, long_BANG}Donggyu Kim
2016-09-13remove Utils.get_typeDonggyu Kim
2016-09-13remove Utils.{mapr, get_name} and fix spacesDonggyu Kim
2016-09-13clean up MemUtilsDonggyu Kim
2016-09-08remove Utils.{AND, OR, NOT, EQV}Donggyu Kim
2016-09-07refactor checksDonggyu Kim
2016-09-07clean up miscsDonggyu Kim
2016-09-07clean up Utils.scalaDonggyu Kim
2016-09-07remove Utils.ONEDonggyu Kim
2016-09-07remove Utils.tpeDonggyu Kim
2016-09-07Utils.scala: remove vars with foldDonggyu Kim
2016-09-06replace flatMap with foldLeft in create_expsDonggyu Kim
2016-08-17Change RW port names (#236)Angie Wang
2016-08-12Add missing case for connecting ClockTypeMegan Wachs
2016-08-04Added RemoveEmpty.scala, which removes Empty and nested Blocks (#218)Adam Izraelevitz
2016-08-02Change serialize to abstract method on FirrtlNodeJack Koenig
2016-07-28InferWidths now only fixes declaration widthsazidar
2016-07-25Changed InferTypes to update types if UnknownType or has an UnknownWidthazidar
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-06-10Change BoolType from method to valJack Koenig
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