score:3

chisel is scala code. you can compile it with a scala compiler -- scalac.

usually, you use a build tool to do this for you, sbt.

you indicate the toolchain indicates there were errors when compiling your code. this is common. it's virtually unheard of to write code without errors in one go. the error should indicate what you did wrong.


Related Query

More Query from same tag