You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,I am looking for a method for chisel coverage. This chisel-coverage project is depend on sbt-coverage or a independently designed library.
I am trying use sbt-coverage to solve chisel coverage problem,but there is many error messages like "reflective access of structural type member (a name) empty should be enabled by making the implicit value scala.language.reflectiveCalls visible".and then I import "scala.language.reflectiveCalls",then there is no mistake.but display "Tests:succeeded 0,failed 0,canceled 0,pending 0
No tests were executed."
And the coverage is 0% always.
Thank you .Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
hello,I am looking for a method for chisel coverage. This chisel-coverage project is depend on sbt-coverage or a independently designed library.
I am trying use sbt-coverage to solve chisel coverage problem,but there is many error messages like "reflective access of structural type member (a name) empty should be enabled by making the implicit value scala.language.reflectiveCalls visible".and then I import "scala.language.reflectiveCalls",then there is no mistake.but display "Tests:succeeded 0,failed 0,canceled 0,pending 0
No tests were executed."
And the coverage is 0% always.
Thank you .Looking forward to your reply.
The text was updated successfully, but these errors were encountered: