pku-dasys / pillars

An integrated CGRA design framework
MIT License
83 stars 12 forks source link

ApplicationsExamples.scala ->chisel3.Driver.execute #5

Closed JiawenDeng closed 10 months ago

JiawenDeng commented 2 years ago

"chisel-iotesters is end-of-life. Use chiseltest instead“ image

g478227411 commented 2 years ago

Thank you for your question. It maybe the version compatibility of chisel. We use chisel v3.2 in our project, where chisel-iotesters are the verification infrastructures. But it's replaced be chiseltest in new version of chisel (>=v3.4). So maybe you can check whether the chisel version is correct, or try to use chiseltest instead.

Best Regards, Yijiang Guo

luoguojie commented 10 months ago

The code has been upgraded for chisel 3.5.6 and chiseltest 0.5.6 after commit ad1ecfe4c571000a6da6325db9df3678f35741a0.