Re: [casper] ROACH2 4-element correlator compilation error

2018-02-05 Thread Jack Hickish
Excellent! Cheers Jack On Fri, 2 Feb 2018 at 22:34 Bela Dixit wrote: > Thanks James and Jack for suggestion. > Problem has been sorted out by increasing Java heep size. > I bumped it up to 5GB(since machine has 30GB of ram). > > > Thanks & Regards, > Bela > > On Tue, Jan

Re: [casper] ROACH2 4-element correlator compilation error

2018-02-02 Thread Bela Dixit
Thanks James and Jack for suggestion. Problem has been sorted out by increasing Java heep size. I bumped it up to 5GB(since machine has 30GB of ram). Thanks & Regards, Bela On Tue, Jan 30, 2018 at 1:23 PM, Jack Hickish wrote: > Hi Bela, > > You might try increasing the

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-29 Thread Jack Hickish
Hi Bela, You might try increasing the Java heap size - https://www.mail-archive.com/casper@lists.berkeley.edu/msg04642.html - that's been known to help in some cases. Cheers Jack On Mon, Jan 29, 2018, 11:50 PM James Smith wrote: > So updating the diagram at the moment

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-29 Thread James Smith
So updating the diagram at the moment produces no error, and you can see the datatypes on the wires? On Tue, Jan 30, 2018 at 9:49 AM, Bela Dixit wrote: > hie James, > I was getting some errors related to block, I corrected that error. > After that it was proceeding but

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-29 Thread Bela Dixit
hie James, I was getting some errors related to block, I corrected that error. After that it was proceeding but while synthesizing it stuck. Thanks & Regards, Bela Bela Dixit Electronics and Telecommunication engg(digital system) On Tue, Jan 30, 2018 at 1:07 PM, James Smith

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-29 Thread James Smith
Hello Bela, That is a bit long - what happens if you just do Ctrl+D? Does it return any messages? I also find that on Simulink if you select *Display -> Signals & Ports -> Port Data Types *it produces a more useful result. Regards, James On Tue, Jan 30, 2018 at 9:33 AM, Bela Dixit

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-29 Thread Bela Dixit
Hie James, I have waited around 7 to 9 hours, still I am getting same warnings. Thanks & Regards, Bela On Tue, Jan 30, 2018 at 12:22 PM, James Smith wrote: > Hello Bela, > > That looks fine - there are normally lots of warnings. You just need to > wait, these compiles

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-29 Thread James Smith
Hello Bela, That looks fine - there are normally lots of warnings. You just need to wait, these compiles can take several hours sometimes depending on their complexity. Average for mine have been 1.5-2 hours. Regards, James On Tue, Jan 30, 2018 at 8:48 AM, Bela Dixit

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-17 Thread James Smith
Hello Bela, I second Andrew's suggestion, but note also that "Error due to multiple causes" can often mean that somewhere in the design there's a name that Matlab doesn't like. Avoid using any capital letters or spaces in block names, and avoid using names that are too long - if the full

Re: [casper] ROACH2 4-element correlator compilation error

2018-01-17 Thread Andrew Martens
Hi Bela Please open you design in Matlab/Simulink and then Press 'Ctrl-D' (hold the Ctrl key down and hit the D key at the same time). This will do an 'Update' on your design and will give more useful error messages. Regards Andrew On Thu, Jan 18, 2018 at 7:28 AM, Bela Dixit