aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/passes/MemUtils.scala
AgeCommit message (Expand)Author
2016-10-23Fix bitmask (#346)Angie Wang
2016-10-17Reorganized memory blackboxing (#336)Adam Izraelevitz
2016-09-25Spec features added: AnalogType and Attach (#295)Adam Izraelevitz
2016-09-23use .head instead of (0)chick
2016-09-21swap functions in MemPortUtils and MemTransformUtils properly for further ref...Donggyu Kim
2016-09-13Fix a lurking width-inference bug; improve adjacent style (#298)Andrew Waterman
2016-09-13use BoolType for UIntType(IntWidth(1))Donggyu Kim
2016-09-13use case object for KindDonggyu Kim
2016-09-13type aliasesDonggyu Kim
2016-09-13remove Utils.{width_BANG, long_BANG}Donggyu Kim
2016-09-13MemPortUtils: return correct memory typesDonggyu Kim
2016-09-13clean up MemUtilsDonggyu Kim
2016-09-12Change bitWidth to support ClockTypejackkoenig
2016-09-06Address style feedback and add tests for getConnectOrigin utilityAngie
2016-09-06Support optionally filling write mask to data width via transform input confi...Angie
2016-09-06Changed wmask to convert from VecType to UIntAngie
2016-09-06Corrected counting for VectorTypes in MemUtilsAngie
2016-09-06Minor utility changes.Angie
2016-08-18Add MemUtils to aid in interfacing with alternate memory implementations (#244)Albert Magyar