Commit 79791a7
committed
Add Chisel 3.6 compiler plugin requirement
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-projects1 parent 4b16c51 commit 79791a7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments