-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi authors,
I test failed when I try "testOnly ofdm.SyncSpec".
My verilator version is "Verilator 4.008 2018-12-01 rev UNKNOWN_REV".
How can I solve this problem? Thanks in advance!
Is it because of dependency?
[info] SyncSpec:
[info] Time-domain RX
[info] - should correct no CFO with STF *** FAILED ***
[info] java.lang.IllegalArgumentException: requirement failed
[info] at scala.Predef$.require(Predef.scala:268)
[info] at ieee80211.IEEE80211$.interleaveP1(IEEE80211.scala:95)
[info] at ieee80211.IEEE80211$.interleave(IEEE80211.scala:105)
[info] at ieee80211.IEEE80211$.sig(IEEE80211.scala:131)
[info] at ieee80211.IEEE80211$.sigFreq(IEEE80211.scala:139)
[info] at ofdm.SyncSpec.$anonfun$new$6(SyncSpec.scala:101)
[info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
[info] at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[info] at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info] ...
[info] - should correct CFO of 50 kHz with STF
[info] - should correct CFO for Rimas's test signal !!! IGNORED !!!
[info] - should correct CFO for Rimas's test signal (digital loopback) !!! IGNORED !!!
[info] - should correct CFO for Rimas's test signal (cable loopback) !!! IGNORED !!!
[info] - should correct CFO for Rimas's test signal (two board) !!! IGNORED !!!
[info] ScalaTest
[info] Run completed in 22 seconds, 48 milliseconds.
[info] Total number of tests run: 2
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 1, failed 1, canceled 0, ignored 4, pending 0
[info] *** 1 TEST FAILED ***
[error] Failed: Total 2, Failed 1, Errors 0, Passed 1, Ignored 4
[error] Failed tests:
[error] ofdm.SyncSpec
[error] (Test / testOnly) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 39 s, completed 2020-1-26 21:41:36
sbt:ofdm>
emmm... Besides, 'IterativeCORDIC.circularRotation' and 'IterativeCORDIC.circularVectoring' also failed.