Issue Report
Greetings! I tried pulling a fresh clone of the repository. Following the instructions found in the README, I tried running sbt test and sbt compile.
However, I was met with an error caused by an unresolved dependency of the following rocketchip snapshot:
edu.berkeley.cs:rocketchip-3.6.0_2.13:1.6-3.6.0-e3773366a-SNAPSHOT
Steps to reproduce
git clone https://github.com/ucb-bar/ucie.git
cd ucie
sbt compile
sbt test
Software Versions
- Scala version: 2.11.12
- SBT Project version: 1.9.9
- SBT script version: 1.9.7
- Java version: 17.0.18
- Operating system: Ubuntu 24.04.4 LTS AMD64
Logs
I am attaching the output of the sbt test and sbt compile commands in the test.log and compile.log files respectively.
compile.log
test.log
Thank you in advance.
Issue Report
Greetings! I tried pulling a fresh clone of the repository. Following the instructions found in the README, I tried running
sbt testandsbt compile.However, I was met with an error caused by an unresolved dependency of the following rocketchip snapshot:
edu.berkeley.cs:rocketchip-3.6.0_2.13:1.6-3.6.0-e3773366a-SNAPSHOTSteps to reproduce
git clone https://github.com/ucb-bar/ucie.gitcd uciesbt compilesbt testSoftware Versions
Logs
I am attaching the output of the
sbt testandsbt compilecommands in the test.log and compile.log files respectively.compile.log
test.log
Thank you in advance.