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 cc03de2 commit 061e1bdCopy full SHA for 061e1bd
src/test/scala/examples/RiscTests.scala
@@ -47,8 +47,7 @@ class RiscTests(c: Risc) extends PeekPokeTester(c) {
47
48
class RiscTester extends ChiselFlatSpec {
49
behavior of "Risc"
50
-// backends foreach {backend =>
51
- Seq("firrtl") foreach {backend =>
+ backends foreach {backend =>
52
it should s"run simple fsm implementation in $backend" in {
53
Driver(() => new Risc)(c => new RiscTests(c)) should be (true)
54
}
0 commit comments