Closed linuxlonelyeagle closed 2 years ago
Try removing the line import chisel3.tester._
I'm don't think that belongs there
@chick This problem has been solved,thanks!But I have a question,why does the use of import chisel3.tester._ here cause this problem? I don't really understand,thanks!
I'm glad that worked for you. I'm not sure but my guess would be that there an implicit of some sort in chiseltest._
is being overridden by something in chisel3.tester._
.
@chick I really appreciate you helping me with this problem,thanks!
I write code in the idea, when i run test, there is a error,i hope someone can help me, I would be grateful,thanks!
Here is my code.