08-13-2018 03:06 PM
I'm using Vivado 2017.1 and now whenever I use Vivado, it opens up then stall and hang with a UPDATING spinning arrow at the Hierarchical Window. I restart my window PC and when Vivado opens, the same thing happened.
I check the system task manager and the memory usage is running very high at over 85 % with the SRCSCANNER.
Other project are OK except this one. I believed the last thing I did was to edit a vhdl file. Somehow this file became an UNKNOWN file even thought there is no src code error. restarting Vivado several time seem to change these file back to a normal src file.
I start commenting other section of the code but that didn't help.
What can I do?
Regard
.
08-13-2018 06:22 PM
Hi @tchin123,
>>[Other project are OK except this one.]
Can you please share the project archive as test-case if possible to analyze this further? File > Project > Archive project in zip.
Also could you test this in latest Vivado 2018.2 release to see if this hang issue still persists in latest tool?
Prathik
-----------------------------------------------------------------------------------
Don't forget to reply, kudo, and mark the appropriate post as 'accept as solution'.
-----------------------------------------------------------------------------------
08-14-2018 07:37 AM
The archive is too large (28MB) to send it.
This morning Vivado open OK but after editing my testbench and saving it , Vivado is stuck in the updating mode and is hung again.
In task manager, SRCSCANNER is using 97% of the memory and the PC is lagging extremely slow.
08-14-2018 07:43 AM
I got this error message:
sim_1 (critical message)
(filemgmt 20-2001) source scanning failed (out of memory) while processing fileset "sim_1" due to unrecovberable syntax error or design hieracrchy issues. Recovering last know analysis of the sourece files.
How can a source file error pull down the system
08-14-2018 08:28 AM
Please read the last 3 posts.
Currently, I have remove all errors from my testbench, therefore it should no longer be this file that could cause the error. But as I try to save this file again, Vivado hangs and is stuck in Updating mode.
I have isolated the issue, It seem to occur when I perform a source file save.
My only way ito continue will my development is to kill the srcscanner from task manager.
is there some residual file that I should remove from my project, please advice.
08-15-2018 12:44 AM
Hello @tchin123,
I have sent you PM and EZmove FTP link to share your project archive as issue is seen specific to project.
Can you also please share your environment report file from Vivado? report_environment -file <name>.txt in Vivado TCL Console. Does killing srcscanner from task manager help as workaround? Can you try run in non-project mode?
Prathik
-----------------------------------------------------------------------------------
Don't forget to reply, kudo, and mark the appropriate post as 'accept as solution'.
-----------------------------------------------------------------------------------
08-15-2018 07:08 AM
08-15-2018 11:34 AM
a save file on a simple syntax error like:
if i=1 of i=2 then
will hang my whole system.
Could there could be some error residual file that got stuck in my project directory that need to be clear.
08-16-2018 03:30 AM
Hello @tchin123,
Thanks for sharing the project. I am now analyzing this and will update you soon on the observation.
Prathik
-----------------------------------------------------------------------------------
Don't forget to reply, kudo, and mark the appropriate post as 'accept as solution'.
-----------------------------------------------------------------------------------
08-20-2018 01:22 AM
Hi @tchin123,
For Vivado 2017.1, though it takes some time for tool to complete the update hierarchy, it finally manages to do so. But this issue is resolved in Vivado 2018.2, where this behavior is not seen. The 2018.2 tool loads the hierarchy (updates) without delay.
Thanks
Prathik
-----------------------------------------------------------------------------------
Don't forget to reply, kudo, and mark the appropriate post as 'accept as solution'.
-----------------------------------------------------------------------------------
08-20-2018 06:50 AM
We bought a Vivado license more than a year ago but didn't update the contract since then, therefore I believed if we don't purchase the yearly service contract we cannot update our Vivado to 2018.2, is this correct.
08-20-2018 09:06 PM
Actually I am not the correct contact for this. I suggest you to please contact your FAE or from the person whom you purchased the Xilinx license from to get information of your account update. You can also try Xilinx Sales for your query.
Thanks for your understanding.
PS: You can also try Vivado WebPack or evaluation suites initially. (link)
Prathik
-----------------------------------------------------------------------------------
Don't forget to reply, kudo, and mark the appropriate post as 'accept as solution'.
-----------------------------------------------------------------------------------
08-24-2018 07:46 AM
When it hangs, it usually doesn't resolved itself. It stay in this state.
Usually this doesn't happened but in this project it does but not other project
Is there some residual file that I could remove to resolved this?
08-07-2019 12:54 PM
I know this thread is almost a year old, however, I ran into the same issue with 2018.2
For my project I was migrating a Zynq SoC project to a Zynq Ultrascale+ MPSoC part. To create the problem I added the "Zynq Ultrascale+ MPSoC" using the IP Catalog to my project without making any other changes. At this point the PROJECT MANAGER -> Sources -> Hierarchy window was forever stuck in a loop. Restarted Vivado didn't work.
Solution: Right click on "zynq_ultra_ps_e_0" in the Hierarchy window and select "Disable File". The Hierarchy window should update only once this time. If all is good, select the component again and "Enable File".
Hope this can be of use to someone else :)
-JK