04-06-2020 06:28 AM
When trying to open the implemented design, I get the following pop-up error message:
Followed by the below error message:
Vivado 12-106] *** Exception: ui.utils.e: ui.frmwork.CommandFailedException: boost::filesystem::status: Access is denied: "C:/Users/******/AppData/Local/Temp/xc7z007s_detail.xgd_8100394462717026439.xlnx" ui.frmwork.CommandFailedException: boost::filesystem::status: Access is denied: "C:/Users/*******/AppData/Local/Temp/xc7z007s_detail.xgd_8100394462717026439.xlnx"
at ui.data.fed.fedi.RouteApi_loadXgdAndInitRouteStorage(Native Method)
at ui.data.fed.b.nv(SourceFile:279)
at ui.data.fed.b.a(SourceFile:73)
at ui.data.fed.d.construct(SourceFile:181)
at ui.frmwork.y.run(SourceFile:205)
at java.base/java.lang.Thread.run(Unknown Source)
(See C:/Users/*******/Documents/**************/vivado_pid1996628.debug)
I'm also having issues with getting this file to run properly on a development board, though it simulates fine with a test bench. Could this be causing an issue with running on the board?
I'm totally lost here.
NOTE: The "***********" in file paths are due to workplace security.
04-06-2020 08:31 PM
Hi @emilyc19 ,
The problem might be the report_power process (run automatically) creates a corrupt report (.rpx) file. When the design is opened, the .rpx file is loaded in the GUI and the GUI can't handle it and throws the Exception. Try deleting that from project directory:
1) Open Vivado project
2) Delete .rpx file.
Thanks,
Raj
04-07-2020 12:03 PM
@rshekhawI'm not seeing a .rpx file in the project directory. It is giving this message every time I try to open an elaborated design, or a synthesized design. Also, I can click out of the error pop-ups and still see the open design, but if I try to close the design, Vivado completely freezes and I have to force close all instances of Vivado using task manager. I've created a whole new project, and it is still happening.