Hi all,

I'm using Centos 5.8/ Matlab 2012a / Xilinx 14.4. The design is a
spectrometer with ASIAA adc on ROACH 1. When I keyboard ctrl + d (in the
design) it's ok (no error), but when I keyboard  ok on casper_xps, I have
an error:

Error using gen_xps_files (line 322)
XSG generation failed:

this is task
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Task: Execute System Generator (run_xsg)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
start_time = now;
if run_xsg
if exist(xsg_path,'dir')
rmdir(xsg_path,'s');
end
disp('Running system generator ...');
xsg_result = xlGenerateButton(xsg_blk);
if xsg_result == 0
disp('XSG generation complete.');
else
error(['XSG generation failed: ',xsg_result]);
help xlGenerateButton;
end
end
time_xsg = now - start_time;

Now, if I just double click system generator and click generate does it
give me a more informative error:

Begin generation
Checking model status
Checking simulation times
Performing compilation and generation
Compilation and generation completed in 73.1198 seconds

*** ERROR ***

Error running xlNGCPostGeneration
Java exception occurred:
com.xilinx.sysgen.netlist.NetlistInternal: java.io.FileNotFoundException:
/home/ROACH/Desktop/compilaciones/Diseño-Espectrometro/ross/ccat_spectro_lowbitsk/sysgen/synopsis
(No such file or directory)
at com.xilinx.sysgen.netlist.XTable.valueOf(XTable.java:437)
at com.xilinx.sysgen.netlist.Block.fromXTable(Block.java:441)
at com.xilinx.sysgen.impltools.Utility.getDesignXTable(Utility.java:65)
at
com.xilinx.sysgen.guitools.xlNgcCompileWaitBox.<init>(xlNgcCompileWaitBox.java:82)

I don't know what the fix is, any idea? anyone's had this problem before?
anyone's  has success with ASIAA adc on ROACH 1, who can help me?


Best regards,

Katty
Phd Student at Universidad de Concepción (Chile)

Reply via email to