[casper] Aurora Yellow Block

2014-02-06 Thread Norbert Bonnici
Dear CASPERites, I'm currently building a yellow block for the Aurora core on the ROACH II. I've finished the pcore and currently in the final stages of writing the MATLAB OOP code. I've tried compiling at the current stage and hit this error: Reference to non-existent field 'board'. Error

Re: [casper] Aurora Yellow Block

2014-02-06 Thread Wesley New
Hi Norbert Maybe share your gen_mhs.py file so that we can see the code that you are trying to run. Wes Wesley New South African SKA Project +2721 506 7365 www.ska.ac.za On Thu, Feb 6, 2014 at 5:57 PM, Norbert Bonnici norbert.bonnici...@um.edu.mt wrote: Dear CASPERites, I'm currently

Re: [casper] Aurora Yellow Block

2014-02-06 Thread Primiani, Rurik
Hi Norbert, I believe the field you're looking for is 'hw_sys'. I think your gen_ucf code will work if you change the following line: board = blk_obj.board; to: board = blk_obj.hw_sys; Best, Rurik On Thu, Feb 6, 2014 at 11:13 AM, Norbert Bonnici norbert.bonnici...@um.edu.mt wrote: Hi Wes,

Re: [casper] Aurora Yellow Block

2014-02-06 Thread Norbert Bonnici
Hi Wes, I'm not using a gen_mhs just a gen_ucf which is attached below just in case. Regards, Norbert On 6 February 2014 17:00, Wesley New wes...@ska.ac.za wrote: Hi Norbert Maybe share your gen_mhs.py file so that we can see the code that you are trying to run. Wes Wesley New South