11-26-2020 02:05 AM
When I was running the route_design step, a hs_err occurred, had no error message in the Vivado environment and found the .dmp file where hs_err occurred in the project folder. I don't know what it means.
The version I use is Vivado2019.2, that uses MicroBlaze in its design. Will it affect more than that? Is there anything you need to pay attention to?
11-26-2020 02:29 AM - edited 11-26-2020 02:32 AM
This is a tool crash. when you rerun implementation, Does this crash at the same routing phase? Check if using a different router directive helps to complete the implementation. Can you share runme.log file present in <project_name>/<project_name>.runs/impl_1 folder?
Here is the general AR on debugging crash:
https://www.xilinx.com/support/answers/55854.html
Try disabling multi-threading and see if it helps: https://www.xilinx.com/support/answers/50345.html
--Syed
11-26-2020 05:59 AM - edited 11-26-2020 05:59 AM
Hi, @ZhouSY ,
Try the different route_design directives based on the placed dcp.
If the crash issue still occurs, please provide your placed dcp for further analysis.