The fpga-zynq repo (https://github.com/ucb-bar/fpga-zynq) has some git submodules. One of them is the Rocket-chip submodule, but that repo of Rocket-chip is out of date, so I tried compiling the rocket with the most recent repo. When I did that, I got a problem, as we can see in the following image:
[error] (run-main-0) java.lang.NoClassDefFoundError: firrtl/util/BackendCompilationUtilities$class
Image with the error situation.
Does someone have a solution for it?