Skip to content

Commit

Permalink
i forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
HidetaroTanaka committed Nov 6, 2023
1 parent 13ae372 commit c060ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/hajime/vectormodules/VectorCpuSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Zve64xAppTestForVecCpu extends AnyFlatSpec with ChiselScalatestTester {
val applicationTest = Seq(
"vector_median"
)
val zve64xTestList: Seq[String] = applicationTest
val zve64xTestList: Seq[String] = ldstTest ++ arithmeticTest ++ applicationTest
for (e <- zve64xTestList) {
it should s"Vector CPU execute $e" in {
test(new Core_and_cache(useVector = true, cpu = classOf[VectorCpu])).withAnnotations(Seq(WriteVcdAnnotation, VerilatorBackendAnnotation)) { dut =>
Expand Down

0 comments on commit c060ebd

Please sign in to comment.