SpinalHDL / SpinalWorkshop

Labs to learn SpinalHDL
136 stars 40 forks source link

[fix typo] #17

Closed chenbo-again closed 1 year ago

chenbo-again commented 1 year 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")
Dolu1990 commented 1 year ago

Yes right :)

It is now fixed in the default branch