Commit 299db95
committed
Fix dotvisualizer import error
firrtl-diagrammer library was removed from load-ivy.sc due to json4s
compatibility issues with Chisel 3.6. Thus, we shall remove obsolete
dotvisualizer import from cell-5.
Alternative visualization functions (visualize, visualizeHierarchy) are
implemented directly in source/load-ivy.sc and work without this import.
Closes #121 parent a8a7d75 commit 299db95
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 54 | + | |
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
| |||
382 | 376 | | |
383 | 377 | | |
384 | 378 | | |
385 | | - | |
| 379 | + | |
0 commit comments