Hi, I'm failing the manifest check and it says "pl...
# caravel
h
Hi, I'm failing the manifest check and it says "please rebase your repository to the latest caravel master". However I have an up to date version of the master branch
t
@Manar Abdelatty: Did the latest merge on caravel master mess up the manifest check?
m
@Tim Edwards the manifest check is passing on the example projects with the last merge on caravel @Harry Snell Can you send me the link to your project repo ?
h
m
@Harry Snell Is it failing on the platform or are you running the precheck locally ?
h
running locally. I did try on the platform, and it failed there too, but at that point I had caravel installed outside my repo
when I had the caravel repo cloned in ~/caravel I could pass the local precheck with
export CARAVEL_ROOT=~/caravel
. But it failed on the platform. So I added the submodule to my repo and then it failed locally too
m
@Harry Snell Can you check the
precheck_results/<run-time-stamp>/logs/manifest_check.log
? Does it say
NOT FOUND
beside the file paths ?
h
no, it says failed
on all the files
.../caravel/verilog/rtl/DFFRAM.v: FAILED
...etc
m
I see I am cloning your project and trying it now
h
tthank you very much for the help 🙂
oh I just noticed this. So I'll need to merge that in. Although that seems like a seperate thing
I also noticed that the https://github.com/efabless/caravel_user_project_analog example has caravel-lite, but it's in a folder called "caravel". so maybe that is the difference
ah and the xor check now fails with that new version of the wrapper
m
@Harry Snell I tried the precheck on a fresh clone of your repo and it passed the manifest, can you check your caravel submodule ? Do you have any local changes to the manifest ?
h
Ok thank you for looking. I don't think I have any intentional local changes but in VS code, the caravel submodule always shows as having changes and I'm not sure why. I will try doing a fresh clone myself this evening
I tried a fresh clone just now, and all prechecks passed 🙂 something funky must have happened while I was moving files around, thank you for the help.
Cool, so I've got prechecks passing on the site now. If I make a request to submit now, can I "come back later" to add on extra stuff (so long as the changes are still passing all checks ofc)?
m
Yes. Although at some point you need to finalise, sign the doc and click a button to say you're done.
h
I see, thanks