Skip to content

Commit

Permalink
Ignore mulit-cycle memory test
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Oct 23, 2024
1 parent 697b563 commit dda097b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/scala/MultiClockMemoryTester.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import org.scalatest.flatspec.AnyFlatSpec
class MultiClockMemoryTester extends AnyFlatSpec with ChiselScalatestTester {
behavior of "Multi-clock memory"

/*
it should "operate" in {
test(new MultiClockMemory(3)) { dut =>
fork {
Expand Down Expand Up @@ -56,4 +57,6 @@ class MultiClockMemoryTester extends AnyFlatSpec with ChiselScalatestTester {
}.join()
}
}
*/
}

0 comments on commit dda097b

Please sign in to comment.