Re: [casper] Spectrometer ASIAA ADC

2014-09-16 Thread katherine viviana cortes urbina
Hi Jack, Dave and all

I have performed suggestions from restart Matlab to change the path, but I
have same error.

Error using gen_xps_files (line 322)
XSG generation failed:

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

*** ERROR ***

Error running xlNGCPostGeneration
Java exception occurred:
com.xilinx.sysgen.netlist.NetlistInternal: java.io.FileNotFoundException:
/home/ROACH/Desktop/katty/spectro/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)

How I can get more information from the error?

any idea?

Best regards,

Katty


2014-09-12 15:42 GMT-03:00 Jack Hickish jackhick...@gmail.com:

 Hi Katty,

 We've already spoken about this, but I thought I'd reply to the maillist
 in case others with the same problem land here -- I've had this problem
 once before, after checking the potential things Dave mentioned, I tried
 restarting Matlab and the problem disappeared. Not really a solution, but I
 haven't had the issue since.

 Jack
 On 12 Sep 2014 18:19, David MacMahon dav...@astro.berkeley.edu wrote:

 Hi, Katty,

 It looks like something is going wrong accessing the filesystem.  Maybe
 it's because of the ñ (n with a tilde over it) character in the path?
 Maybe the path is just too long?  Is the filesystem full?  Is there a
 permissions problem?

 Hope this helps,
 Dave

 On Sep 10, 2014, at 12:54 PM, katherine viviana cortes urbina wrote:

  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)






-- 
Katherine Cortés Urbina
Ingeniero Físico
Master en Ciencias Fisicas

celular: 89026632


Re: [casper] Spectrometer ASIAA ADC

2014-09-12 Thread David MacMahon
Hi, Katty,

It looks like something is going wrong accessing the filesystem.  Maybe it's 
because of the ñ (n with a tilde over it) character in the path?  Maybe the 
path is just too long?  Is the filesystem full?  Is there a permissions problem?

Hope this helps,
Dave

On Sep 10, 2014, at 12:54 PM, katherine viviana cortes urbina wrote:

 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)





Re: [casper] Spectrometer ASIAA ADC

2014-09-12 Thread Jack Hickish
Hi Katty,

We've already spoken about this, but I thought I'd reply to the maillist in
case others with the same problem land here -- I've had this problem once
before, after checking the potential things Dave mentioned, I tried
restarting Matlab and the problem disappeared. Not really a solution, but I
haven't had the issue since.

Jack
On 12 Sep 2014 18:19, David MacMahon dav...@astro.berkeley.edu wrote:

 Hi, Katty,

 It looks like something is going wrong accessing the filesystem.  Maybe
 it's because of the ñ (n with a tilde over it) character in the path?
 Maybe the path is just too long?  Is the filesystem full?  Is there a
 permissions problem?

 Hope this helps,
 Dave

 On Sep 10, 2014, at 12:54 PM, katherine viviana cortes urbina wrote:

  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)






[casper] Spectrometer ASIAA ADC

2014-09-10 Thread katherine viviana cortes urbina
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)