lowRISC / lowrisc-chip

The root repo for lowRISC project and FPGA demos.
http://www.lowrisc.org/
Other
596 stars 148 forks source link

fix a wrong PA address width in tagcache #96

Closed wsong83 closed 6 years ago

wsong83 commented 6 years ago

Currently the ci-travis failed because the dependency on sbt 0.13.8 cannot resolved. Seems the ci-travis checking has been left defunct for a long time.

jrrk commented 6 years ago

Dear Wei, sbt 0.13.8 is rather old. The sbt of the recently released refresh-v0.6 branch (the one with the long-awaited upgrade to Rocket compressed instructions and run/halt debug) uses sbt 1.1.1. So I suppose support for this version has been dropped upstream by somebody. For the latest release, Travis-CI is alive and well as far as I am aware. So the question is what to do to get the tag-cache version of Rocket, that you put so much effort into, to get it working again. If you have a suggested patch I am happy to merge it with the master branch which I think we decided to leave alone since it is so radically different in directory structure to what we are doing now. Nobody else understands Travis-CI like you do I suspect.

asb commented 6 years ago

We should sync master to the refresh-0.6 branch, and leave previous releases in separate branches.

wsong83 commented 6 years ago

My mistake. I was meant to merge bugfix into the minion-v0.4. Will try to fix the ci-travis later when time is available.

wsong83 commented 6 years ago

ci-travis fixed.