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
I'm running a local installation (following the README instructions) of the bootcamp on Windows 10 Education, and on 2.5 I run into one of two issues: Either "chisel3.package.experimental" is missing from the CLASSPATH (resolves itself by just re-running all, though sometimes re-running causes it to appear) or
"cmd21.sc:14: type arguments [D,U,EO,EI,B] do not conform to trait DspBlock's type parameter bounds [D,U,EO,EI,B <: chisel3.Data]
extends DspBlock[D, U, EO, EI, B] with HasCSR {
^Compilation Failed"
I've replaced any (potential and accidental) changes to the DspBlock section of the code with the LKG on github, and running non-local installation of the bootcamp works, but I'm not sure what I need/should change to get this cell block running locally.
I'm running a local installation (following the README instructions) of the bootcamp on Windows 10 Education, and on 2.5 I run into one of two issues: Either "chisel3.package.experimental" is missing from the CLASSPATH (resolves itself by just re-running all, though sometimes re-running causes it to appear) or
"cmd21.sc:14: type arguments [D,U,EO,EI,B] do not conform to trait DspBlock's type parameter bounds [D,U,EO,EI,B <: chisel3.Data]
extends DspBlock[D, U, EO, EI, B] with HasCSR {
^Compilation Failed"
I've replaced any (potential and accidental) changes to the DspBlock section of the code with the LKG on github, and running non-local installation of the bootcamp works, but I'm not sure what I need/should change to get this cell block running locally.
jupyter notebook added below
https://drive.google.com/open?id=1bBESGHNUIccYjCY2n5YXwebw_0rQkTP0
The text was updated successfully, but these errors were encountered: