Re: [casper] Matlab crashes with tutorial 3

2012-05-11 Thread Gopal Narayanan
Just to follow up to the rest of the mailing list, this problem is fixed now. Since I am running System Generator v 13.3, I did need to copy over the pcores suggested in the CASPER page at: https://casper.berkeley.edu/wiki/CASPER_With_ISE_13.1 But it turns out that I had copied the pcores over to

Re: [casper] Matlab crashes with tutorial 3

2012-05-11 Thread Jack Hickish
On 11 May 2012 03:07, Gopal Narayanan wrote: > Hi Jack, > > All is well now. I indeed had placed the pcore files in the wrong > directory, one above the required pcores subdirectory. Now it compiles > all the way through. My mistake! > > Thanks a lot for your help. > > Best Regards, > Gopal > > >

Re: [casper] Matlab crashes with tutorial 3

2012-05-10 Thread Gopal Narayanan
Hi Jack, Thanks to you and Danny Price for suggesting this. I copied over the pcores in the zip file mentioned in the CASPER wiki to my mlib_devel/xps_lib/XPS_ROACH_base/pcores directory, then I deleted the previous r_spec_2048_r106 build directory, and then ran the compile again. It fails wi

Re: [casper] Matlab crashes with tutorial 3

2012-05-10 Thread Jack Hickish
Well, you wouldn't want things to be too easy now, would you? :) Your missing pcore problem occurs because you are compiling with ISE 13.3, which removed support for some of the cores that we still use. The design should compile fine with 11.x (which is what I tested it on), but you can fix the er

Re: [casper] Matlab crashes with tutorial 3

2012-05-10 Thread Gopal Narayanan
Compilation of the MDL file for tutorial 3 in Jack's git repository failed. The last few lines in the Matlab window after the failure are: - Format revision of project to EDK 13.3 completed ERROR:EDK - IPNAME: opb_bram_if_cntlr, INSTANCE: r_spec_2048_r106_even - cannot find MPD for

Re: [casper] Matlab crashes with tutorial 3

2012-05-09 Thread John Ford
> Hi all, > > After a fair bit of tutorial related pain on the mailist recently, I've > just forked the tutorial-devel repo to > https://github.com/jack-h/tutorials_devel and recompiled tutorials 1-3 > with > Sysgen 11.5 and the libraries in the main casper github repo. > > The tutorials in the 201

Re: [casper] Matlab crashes with tutorial 3

2012-05-09 Thread Gopal Narayanan
Hi Jack, Indeed, I can open tutorial 3 from your forked github location successfully without causing segfaults. I'll post if compilation of the simulink model fails. So where exactly is the problem? In mlib_devel or incompatible changes in Xilinx System Generator? Thanks! Gopal On 05/09/2012

Re: [casper] Matlab crashes with tutorial 3

2012-05-09 Thread Jack Hickish
Hi all, After a fair bit of tutorial related pain on the mailist recently, I've just forked the tutorial-devel repo to https://github.com/jack-h/tutorials_devel and recompiled tutorials 1-3 with Sysgen 11.5 and the libraries in the main casper github repo. The tutorials in the 2011 directory *sho

Re: [casper] Matlab crashes with tutorial 3

2012-05-09 Thread John Ford
Hi all. Rich Lacasse at NRAO in Charlottesville has the same problem. I also tried it on our machine in Green Bank, with the same bad results. That's three separate machines and users with the same problem. Something's wrong with this tutorial, or it is incompatible with the latest mlib_devel.

Re: [casper] Matlab crashes with tutorial 3

2012-05-08 Thread Gopal Narayanan
Hi Laura, Thank you for your suggestions. I made progress with your suggestions, but there are still some problems. I commented out the xps_library portion of my matlab startup script. Indeed, now I am able to open the tutorial 3 model file without a segfault. I see the yellow blocks show up as "

Re: [casper] Matlab crashes with tutorial 3

2012-05-07 Thread Laura Vertatschitsch
Hey Gopal, One thing you can try is to start matlab without loading the yellow blocks, open the model file and add them in fresh from the library, save and return to normal usage. This will require you comment out the load xps_library portion of your matlab startup script. Start matlab, and open

[casper] Matlab crashes with tutorial 3

2012-05-07 Thread Gopal Narayanan
Hello All, I am running Matlab R2011A on a 64-bit Debian Linux System. I also have tested this issue in two other machines, one running Ubuntu (64 bit as well), and the other running Windows XP-64 with similar results. The Xilinx System Generator version in all cases is 13.3.4175. I have successf