We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061e1bd commit daa9c98Copy full SHA for daa9c98
src/test/scala/examples/StackTests.scala
@@ -84,8 +84,7 @@ class StackTests(c: Stack) extends PeekPokeTester(c) {
84
85
class StackTester extends ChiselFlatSpec {
86
behavior of "Stack"
87
-// backends foreach {backend =>
88
- Seq("firrtl") foreach {backend =>
+ backends foreach {backend =>
89
it should s"correctly support basic stack operations $backend" in {
90
Driver(() => new Stack(depth = 8), backend)((c) => new StackTests(c)) should be (true)
91
}
0 commit comments