SpinalHDL / SpinalWorkshop

Labs to learn SpinalHDL
144 stars 39 forks source link

rename src/test/scala/workshop/waveplayer/AxiLite4WavePlayer.scala #25

Closed LurenAA closed 1 year ago

LurenAA commented 1 year ago

rename src/test/scala/workshop/waveplayer/AxiLite4WavePlayer.scala -> src/test/scala/workshop/waveplayer/AxiLite4WavePlayerTester.scala

image

According to the instructions underlined in red, for WavePlayer lab we should run "sbt "testOnly .AxiLite4WavePlayer"", but it should actually be "sbt "testOnly .AxiLite4WavePlayerTester"". File name and class name do not match

Dolu1990 commented 1 year ago

Thanks :)