Re: [casper] KATADC attenuators

2013-01-16 Thread Francois Kapp
Hi Tom,

Not sure if you have resolved this, but there is no jumper setting to
override the attenuation on the KatADC.  There are jumpers (J2, 3) that
force the input switches (U30, 31) on for test purposes.

-F


On Thu, Dec 20, 2012 at 10:57 PM, Tom Kuiper kui...@jpl.nasa.gov wrote:

 I have two KATADCs, one each in ZDOC0 of two ROACH-1 boards (named roach1
 and roach2).  It appears that the attenuator for input 0 of the KATADC in
 roach2 is at 0 dB for whatever attenuation setting command is sent to it.
  The other three inputs respond as I expect.  I assume that this is some
 kind of hardware failure but I thought I'd better check if there was some
 jumper setting or control bit that I don't know about.

 With thanks and best regards,

 Tom




-- 
Francois Kapp

Sub-system Manager
Digital Back End
meerKAT

Team founder: Team SKA Africa
http://www.facebook.com/Team.SKA.Africa
http://teamskaafrica.wordpress.com/
http://www.givengain.com/activist/87536/projects/3987/

SKA South Africa
Third Floor
The Park
Park Road (off Alexandra Road)
Pinelands
7405
Western Cape
South Africa

Latitude: -33.94329 (South); Longitude: 18.48945 (East).

(p) +27 (0)21 506 7300
(p) +27 (0)21 506 7360 (direct)
(f) +27 (0)21 506 7375
(m) +27 (0)82 787 8407


[casper] 1Gbe Correlator

2013-01-16 Thread Arturo Veras
hi,

It is possible to generate a correlator with data otuput through 1Gbit RJ45
Ethernet?
We have 1 ROACH and 1 computer with no 10Gbe.
-- 
Atte.
Arturo


Re: [casper] 1Gbe Correlator

2013-01-16 Thread Andrew Martens
Hi Arturo

 It is possible to generate a correlator with data otuput through 1Gbit
 RJ45 Ethernet?
 We have 1 ROACH and 1 computer with no 10Gbe.

It is possible. You can write some software on the computer (look at the
python CORR package) that checks to see when the accumulator is done,
copies the data from the accumulator, and outputs/processes it in some
way.

The only problem with this approach is that it is slow. You will have to
accumulate for a long time (seconds) to be able to leave enough time to
copy all the data from the accumulator and output it. 

The first generation ROACH boards ethernet connections are also only
guaranteed to work at 100Mb/s due to issues with the ethernet module.
This will make your system even slower.

However, if this slowness is not a problem then this is the cheapest and
easiest option. 

Regards
Andrew




Re: [casper] 1Gbe Correlator

2013-01-16 Thread Arturo Veras
Thanks, then in the meantime I'll be doing the tutorials and changing the
outdated blocks when will be necessary. Any problem it will be report in
the mail list.

2013/1/16 Jason Manley jman...@ska.ac.za

 It _might_ work out the box. Next week we'll be updating the tutorials to
 work on Matlab 2012b and Xilinx 14.3, so then it should definitely work.
 Until then, you might just need to replace some of the outdated blocks (the
 pfb_fir and fft_wideband_real, for example, come to mind). In any event,
 you should be able to open the design and look at it; it might just not
 simulate or build properly.

 The control software should work fine as-is.

 Jason

 On 16 Jan 2013, at 17:01, Arturo Veras wrote:

  The tutorials says that the software requirements are.
 
  Ubuntu 10.10 SMP x86_64 GNU/Linux
  Matlab 2008b
  Xilinx ISE version 11.5
  CASPER lib gits_100511
 
  but i have installed MSSGE Setup with Xilinx 14.2 and Matlab 2012a -
 Ubuntu 12.04/Matlab 2012a/Xilinx 14.2 and
 https://github.com/ska-sa/mlib_devel.git libray.
 
  i will have to change to the tutorial requirements or the updated
 software is ok?
 
  2013/1/16 Jason Manley jman...@ska.ac.za
  Yes, this is possible. See tutorial 4 for an example.
 
  https://casper.berkeley.edu/wiki/Tutorials
 
  Jason
 
  On 16 Jan 2013, at 16:22, Arturo Veras wrote:
 
   hi,
  
   It is possible to generate a correlator with data otuput through 1Gbit
 RJ45 Ethernet?
   We have 1 ROACH and 1 computer with no 10Gbe.
   --
   Atte.
   Arturo
 
 
 
 
  --
  Atte.
  Arturo




-- 
Atte.
Arturo


[casper] Problem with dram block using mlib_devel

2013-01-16 Thread Kenneth R. Treptow
Hello,

I am a new user of the Casper/Roach.
I am using Matlab 2012a, Xilinx 14.2, and the latest mlib_devel libraries.
With this setup I have been able to compile tutorials 1-4.
I had to update a few blocks here and there to get them to compile.
If I try to compile anything with a dram block I get the error below.
In this case I am using Jason Manley's DRAM counter example from the dram wiki 
page.
I have updated the dram block from the latest (Jan 13, 2012) library I have 
installed.
Anyone have any ideas on what the problem maybe?

 casper_xps
Detected Windows OS
#
##  System Update  ##
#
Warning: Matching From for Goto 
'test_dram_10_1/dram1/sim_wrapper/lesser_dram_sim/memory/Goto1' not
found 
 In gen_xps_files at 196
  In casper_xpsrun_Callback at 145
  In casper_xps at 78
  In 
@(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject))
 
#
## Block objects creation  ##
#
Problem with block: test_dram_10_1/dram1
Reference to non-existent field 'dimm'.
Error using gen_xps_files (line 253)
Error found during Object creation.


Thanks,
Ken

---
Kenneth R. Treptow
Fermi National Accelerator Laboratory
P.O. Box 500  MS368
Batavia, IL 60510
630-840-4380
trep...@fnal.gov




Re: [casper] Problem with dram block using mlib_devel

2013-01-16 Thread Jason Manley
It looks like the simulation block's broken. If you're not trying to simulate 
it, you could just delete it (look under the DRAM mask and remove all 
sim_wrapper stuff) and recompile. Otherwise, you should try'n fix the broken 
link.

Jason

On 16 Jan 2013, at 19:40, Kenneth R. Treptow wrote:

 Hello,
 
 I am a new user of the Casper/Roach.
 I am using Matlab 2012a, Xilinx 14.2, and the latest mlib_devel libraries.
 With this setup I have been able to compile tutorials 1-4.
 I had to update a few blocks here and there to get them to compile.
 If I try to compile anything with a dram block I get the error below.
 In this case I am using Jason Manley's DRAM counter example from the dram 
 wiki page.
 I have updated the dram block from the latest (Jan 13, 2012) library I have 
 installed.
 Anyone have any ideas on what the problem maybe?
 
 casper_xps
 Detected Windows OS
 #
 ##  System Update  ##
 #
 Warning: Matching From for Goto 
 'test_dram_10_1/dram1/sim_wrapper/lesser_dram_sim/memory/Goto1' not
 found 
 In gen_xps_files at 196
  In casper_xpsrun_Callback at 145
  In casper_xps at 78
  In 
 @(hObject,eventdata)casper_xps('run_Callback',hObject,eventdata,guidata(hObject))
  
 #
 ## Block objects creation  ##
 #
 Problem with block: test_dram_10_1/dram1
 Reference to non-existent field 'dimm'.
 Error using gen_xps_files (line 253)
 Error found during Object creation.
 
 
 Thanks,
 Ken
 
 ---
 Kenneth R. Treptow
 Fermi National Accelerator Laboratory
 P.O. Box 500  MS368
 Batavia, IL 60510
 630-840-4380
 trep...@fnal.gov
 
 




[casper] Compiling error tut3

2013-01-16 Thread Arturo Veras
i'v already downloaded the tutorial 3 when i try to compile this error
appears.

Error evaluating parameter 'initVector' in
 'tut3/pfb_fir_real/pol1_in1_coeffs/ROM1'


i am using the last mlib_devel library.
-- 
Atte.
Arturo