Rajat Rao
Rajat Rao
I have exactly the same problem - ``` rajatrao@rajatrao:~/RISCV/rc-fpga-zcu/zcu102$ make project mkdir -p /home/rajatrao/RISCV/rc-fpga-zcu/common/build cd /home/rajatrao/RISCV/rc-fpga-zcu/common && java -Xmx2G -Xss8M -XX:MaxPermSize=256M -jar /home/rajatrao/RISCV/rc-fpga-zcu/rocket-chip/sbt-launch.jar "run /home/rajatrao/RISCV/rc-fpga-zcu/common/build zynq Top zynq ZynqConfig" OpenJDK...
It looks like there's a problem with 'compiler-interface' Also, I'm not sure why it's building Scala 2.10.6 instead of 2.11.12
Yeah, that works fine in both the emulator and vsim. Running `java -jar sbt-launch.jar` from rocket-chip/ works correctly, but running `java -jar ../rocket-chip/sbt-launch.jar` from common/ fails. It looks `build.sbt` is...
I copied rocket-chip/build.sbt under common/ and rocket-chip/project/plugins.sbt under common/project and changed the sbtversion in common/project/build.properties to 1.1.1 to match the file rocket-chip/project/build.properties. With all these changes, I was able to...
Adding the common/src dir in common/built.sbt and changing the run command for .fir target in Makefrag.zcu to `runMain freechips.rocketchip.system.Generator` got things working! I've been able to start bitstream generation in...
Hi @mleivaf I hit the exact same problem and you're diagnosis is probably right in my case. On the machine running gst-shark, it's v0.2. On the machine plotting gst-shark it's...