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
Chisel 3.6+ requires the compiler plugin to be explicitly loaded.
This fixes the Docker build error during notebook execution.
Changes:
- Add: import $plugin.$ivy.`edu.berkeley.cs:::chisel3-plugin:3.6.+`
- Resolves: "The Chisel compiler plugin is now required" assertion error
Reference: https://github.com/chipsalliance/chisel3#build-your-own-chisel-projects
0 commit comments