UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
03-26-2015 12:01 PM
Hello,
I got this error everytime when I start a simulation:
How can I fix this problem?
Thank you for help!
03-26-2015 11:24 PM
03-26-2015 06:59 PM
Hello,
The error messsage clearly indicates that VGA_Ctrl.wcfg is already open.
Close the simulation window and rerun the simulation.
Thanks,
Vinay
03-26-2015 11:15 PM
Thank you. I have tried this before, but it doesn´t solve the problem :(
03-26-2015 11:24 PM
05-18-2015 02:30 PM
I had the same error. To fix this problem, I closed down Vivado, manually deleted all of the wcfg files, then re-opened the project and removed the wcfg files (that Vivado can not find since I deleted them) from the project. This worked for me.
06-03-2015 07:29 AM
I've had a similar problem ... repeated attempts to open the same wcfg file, ... and I tried getting rid of it by removing the reference to it from Vivado Project Manager Sources window. When this didn't work I tried the suggestion above and deleted all wcfg files from the project folder and below ...
... but the tool now complains about the missing files.
WARNING: [USF-XSim-17] WCFG file does not exist:C:/project/attic_packed_samples/sim/attic_packed_samples_wrap_TB_behav.wcfg
WARNING: [USF-XSim-17] WCFG file does not exist:C:/project/attic_packed_samples/sim/attic_packed_samples_wrap_TB_behav.wcfg
WARNING: [USF-XSim-17] WCFG file does not exist:C:/project/attic_packed_samples/sim/attic_packed_samples_wrap_TB_behav.wcfg
WARNING: [USF-XSim-17] WCFG file does not exist:C:/project/attic_packed_samples/sim/attic_packed_samples_wrap_TB_behav.wcfg
WARNING: [USF-XSim-17] WCFG file does not exist:C:/project/attic_packed_samples/sim/attic_packed_samples_wrap_TB_behav.wcfg
WARNING: [USF-XSim-17] WCFG file does not exist:C:/project/attic_packed_samples/sim/attic_packed_samples_wrap_TB_behav.wcfg
Can anyone help, please
PaulD
06-03-2015 08:21 PM
Did you set option "-view <file path>/attic_pa
06-04-2015 03:21 AM
Hi graces,
Thanks for your suggestion. I've looked and there are no entries in the xsim.simulate.xsim.more_options field.
So I've editted the project .xpr file directly to remove the two duplicate lines in the section shown:
<Config>
<Option Name="DesignMode" Val="RTL"/>
<Option Name="TopModule" Val="attic_packed_samples_wrap_TB"/>
<Option Name="TopLib" Val="xil_defaultlib"/>
<Option Name="TopAutoSet" Val="TRUE"/>
<Option Name="SrcSet" Val="sources_1"/>
<Option Name="XSimWcfgFile" Val="$PPRDIR/sim/attic_packed_samples_wrap_TB_behav.wcfg"/>
<Option Name="XSimWcfgFile" Val="$PPRDIR/sim/attic_packed_samples_wrap_TB_behav.wcfg"/>
<Option Name="XSimWcfgFile" Val="$PPRDIR/sim/attic_packed_samples_wrap_TB_behav.wcfg"/>
</Config>
... and this cures the problem!
PaulD
08-01-2015 04:50 PM
Thanks prdorrell,
This is the correct answer just edit the project .xpr file. Hopefully it is fixed in 2014.5. Im still using 2014.4.
08-05-2015 06:16 AM