summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Mem.scala
AgeCommit message (Collapse)Author
2019-04-24Add back Int forms of Mem do_apply methods (#1082)Jack Koenig
This is necessary to support code that imports an implicit conversion from Int to UInt
2019-04-23Change size of memories from Int to BigInt (#1076)Jack Koenig
2018-05-23Add test for zero-width Mems. (#821)grebe
2018-03-06Fix SyncReadMem.read; add test (#796)Andrew Waterman
SyncReadMem.read with an enable signal currently only works in compatibility mode, where Wires are implicitly initialized to DontCare. Fix by explicitly assigning DontCare to the Wire. This might fix #775.
2017-12-19Add source info / compile options transforms to Mem accessors (#744)Richard Lin
Fixes #708