aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/MemSpec.scala
blob: 67b7e74df19011212a84e982fae69ae0950f7e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// See LICENSE for license details.

package firrtlTests

class MemSpec extends FirrtlPropSpec {

  property("Zero-ported mems should be supported!") {
    runFirrtlTest("ZeroPortMem", "/features")
  }

  property("Mems with zero-width elements should be supported!") {
    runFirrtlTest("ZeroWidthMem", "/features")
  }
}