There is a file rocc.scala
in rocket repo which describes rocc
interface, I want to build its verilog code and see the code. My problem is that I don't know how I can import other packages to my project such as "uncore." or "Util." and run SBT
.
Right now for building a new project I just use build.sbt
and chisel-dependent.sbt
files located in chisel-tutorial/problems folder
Thanks