-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An Error occurred when running update-ips.py #399
Comments
I got the same error with update-ips and when I tried to run make vcompile I got the following error: _Compiling component: adv_dbg_if ** Error: (vlog-7) Failed to open design unit file "../ips/adv_dbg_if/rtl/adbg_lint_biu.sv" in read mode. make[3]: *** [CMakeFiles/vcompile] Error 1 Did you get the same? Did you manage to fix it? |
Don't worry, I also got the same error after runing update-ips.py, it seems the verilator-pulpino branch of adv_dbgif module has been deleted in latest update, but this doesn't affect the compiler or simulation work in later. |
But it does affect it. You cannot run make vcompile, because it doesn't find the necessary files. |
Actually I can find adbg_lint_biu.sv file under adv_dbg_if and in github, you can also find this file in matser branch, you can check it in this link(https://github.com/pulp-platform/adv_dbg_if/tree/master/rtl). |
Hello, the problem here is that the branch that script looks for is deleted. This script uses TLDR; Update the ips_list.yml and replace this:
with this:
|
Other IPs was correctly downloaded to the local folder, the adv_dbg_if IP was downloaded too, however an error was showed. Does this error will influence the running of the whole project?
SUMMARY
adv_dbg_if - Could not checkout commit pulpinov1
()
ERRORS during IP update!
By the way, forgive my poor English.Thanks!
The text was updated successfully, but these errors were encountered: