aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/MemSpec.scala
AgeCommit message (Collapse)Author
2020-09-16Change to Apache 2.0 License (#1901)Chick Markley
2020-08-14All of src/ formatted with scalafmtchick
2020-03-17[RFC] Factor out common test classes; package them (#1412)David Biancolin
* Pull out common test utilities into a separate package * Project a fat jar for test utilities Co-authored-by: Albert Magyar <albert.magyar@gmail.com>
2019-04-22Change Memory Depth to a BigInt (#1075)Jack Koenig
2018-03-19Masks for zero-width fields of mems should be width zero. (#763)grebe
Closes #666.
2016-11-04Cleanup license at top of every file (#364)Jack Koenig
Replace with more sensible comment to see LICENSE rather than including the whole license in every file
2016-10-07Add test for Firrtl mems with no ports (#327)Jack Koenig