Closed chenbo-again closed 2 years ago
https://github.com/SpinalHDL/SpinalWorkshop/blob/3a903e741cbbe310a98c75dc1ebbd289cb1c87a4/src/test/scala/workshop/stream/StreamUnitTester.scala#L47
Is there a typo? It should be
assert(p.toLong == ref, f"rsp had the wrong value from cmdA=$a cmdB=$b%x mem(cmdA)=${ramContent(a)}%x")
Yes right :)
It is now fixed in the default branch
https://github.com/SpinalHDL/SpinalWorkshop/blob/3a903e741cbbe310a98c75dc1ebbd289cb1c87a4/src/test/scala/workshop/stream/StreamUnitTester.scala#L47
Is there a typo? It should be