Replies: 1 comment
-
Sorry for my delayed response. Chisel3 master was broken for a while due to removed APIs in firrtl, but we have since rectified that breakage and it should be working now. Thus to resolve the error, please update to latest master. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this code is line 54 in chisel3/src/main/scala/chisel3/Driver.scala,
firrtl.Driver.execute(optionsManager) match { case _: FirrtlExecutionSuccess => true case _: FirrtlExecutionFailure => false }
I have check the Driver in firrtl API, it had deprecated since version FIRRTL 1.2https://www.chisel-lang.org/api/firrtl/latest/firrtl/Driver$.html
what should I do to resolve this error ?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions