I want to use chisel3.2, and have installed "sbt" into Mac OS-X. I wrote my project (Scala file), and downloaded template of project. I did;
sbt
It did a lint of "scala" but did not import chisel3 object. Indeed this is caused by PATH setting, but there is no information about it. Does anyone suggest a solution?