Re: [casper] How to check or modify the network setting on ROACH2 ?

2020-12-22 Thread John Ford
Hi. Since you can receive 1500 packets error-free, it seems like your PC is getting more data than it can handle and starts losing packets.As Jack says, the PPC doesn't get involved in it at all. Using small packets like you are using makes for more work on the PC side, as many more

Re: [casper] Dropped packets during HASHPIPE data acquisition

2020-11-30 Thread John Ford
Hi Mark. Spelunking through the hashpipe_pktsock.h header file I see that #define PKT_UDP_DATA(p) (PKT_NET(p) + 0x1c) In your code you posted earlier, you have this: memcpy(dest_p, payload, PKT_UDP_SIZE(frame) - 16) // Ignore both UDP (8 bytes) and packet header (8 bytes) Have you verified

Re: [casper] Dropped packets during HASHPIPE data acquisition

2020-03-31 Thread John Ford
Hi Mark. Since the newer version has a script called "hashpipe_irqaffinity.sh" I would think that the most expedient thing to do is to upgrade to the newer version. It's likely to fix some or all of this. That said, there are a lot of things that you can check, and not only the irq affinity,

Re: [casper] Gigabit Ethernet

2020-02-19 Thread John Ford
rrect and >> you're only getting connectivity on one of the two wires in the >> differential pair. This would work *sometimes*, which is about what you're >> seeing. >> >> This might happen if you wired your own cables or connectors and laid >> them out logically. Cat5

Re: [casper] Gigabit Ethernet

2020-02-14 Thread John Ford
tized in 0.5 ns, and that might not be fine enough. Thanks for the ideas. Looks like a fun weekend in store for me. :) John > > Best, > HK > > On Thu, Feb 13, 2020 at 11:50 PM John Ford > wrote: > >> Hi all. >> >> I'm designing an FPGA based instru

[casper] Gigabit Ethernet

2020-02-13 Thread John Ford
Hi all. I'm designing an FPGA based instrument control system with a gigabit Ethernet port. It should be easy to make this work, but alas, it's giving me fits. I have a Xilinx Artix-7 FPGA on the board, driving a TI PHY using the RGMII interface from the Xilinx tri-mode Ethernet MAC core. It

[casper] Re: ML-605 board

2019-04-20 Thread John Ford
Hi all. I got several offers of a board to help us through this tight spot! Thanks to all! John On Tue, Apr 16, 2019 at 10:12 AM John Ford wrote: > Hi all. Does anyone have a Xilinx ML605 board that I could borrow for a > couple of months, or one you'd like to sell? And its compani

[casper] ML-605 board

2019-04-16 Thread John Ford
Hi all. Does anyone have a Xilinx ML605 board that I could borrow for a couple of months, or one you'd like to sell? And its companion FMC breakout board, the XM-105. We are developing some custom hardware, and one of our ML-605 boards we are using for debugging another part of the system is

Re: [casper] Issues with setting up a ROACH2

2019-03-21 Thread John Ford
The message comes from uboot, so it's worth trying to reload that. Otherwise you may have a true hardware failure. :( John On Tue, Mar 19, 2019 at 6:59 AM Michael Peel wrote: > Hi Heystek, > > Thanks for the reply and the link. The memory error appears immediately > after the roach is turned

Re: [EXTERNAL] [casper] seeking high accuracy GPS disciplined time/frequency standards ?

2019-03-11 Thread John Ford
Hi Dan. I've been thinking about this a bit over the weekend, and I think the problem can be solved by dividing the problem. I think the frequency standard should not be coupled to GPS, rather a free-running rubidium or better oscillator could provide sufficient frequency stability and could

Re: [EXTERNAL] [casper] seeking high accuracy GPS disciplined time/frequency standards ?

2019-03-08 Thread John Ford
Hi Dan, all. How about a combination of these techniques? You could get an ultra-stable oscillator, possibly similar to what Bob Jarnot suggested, and then use the day-old-postprocessed GPS timing results to calibrate the 2 atomic clocks' time at different places on the earth. Hopefully (to be

Re: [casper] Timestamp in ROACH2 and PTP

2019-03-07 Thread John Ford
Hi Franco. We have normally time-stamped the data using a hardware 1 Pulse per Second digital input as a sync source, which gives us << 1 microsecond timing precision. PTP requires hardware support in the LAN hardware, and I don't recall for sure but I don't think it's in the PHY/MAC on the PPC,

Re: [casper] Problem when programming ROACH2

2018-08-10 Thread John Ford
this. John On Fri, Aug 10, 2018 at 9:12 AM, Raimondo Concu wrote: > Hi John, > > How do I update it? > > Thanks > Raimondo > > > Il Ven 10 Ago 2018, 17:48 John Ford ha scritto: > >> Hi Raimondo, >> >> We saw this years ago at NRAO. Marc is r

Re: [casper] New Wideband Spectrometer Designs

2018-08-10 Thread John Ford
a 6.5GHz > bandwidth: > > http://www.analog.com/en/products/analog-to-digital- > converters/standard-adc/high-speed-ad-10msps/ad9213.html > > but it's pricy, data sheet is preliminary, and i don't know if anybody > has > > an FMC board with this chip yet. > > http:/

Re: [casper] Problem when programming ROACH2

2018-08-10 Thread John Ford
Hi Raimondo, We saw this years ago at NRAO. Marc is right about the solution. John On Fri, Aug 10, 2018 at 7:20 AM, Marc Welz wrote: > As per previous email: Either start it again, or upgrade it > > regards > > marc > > > On Fri, Aug 10, 2018 at 12:45 PM, Concu, Raimondo > wrote: > > Hi

[casper] New Wideband Spectrometer Designs

2018-08-06 Thread John Ford
Hi all. We're interested in wideband moderate performance spectrometers. Something that can digitize 2 (or 4) polarizations at at ~ 8 to 10 GS/s, and provide ~4K channels, full stokes, with a moderate dump rate (1 GB/sec or less). We could use 8 ROACH-2/ADC-5GS VEGAS-style spectrometer blades, 2

Re: [casper] Problem with ROACH2 netboot

2018-05-11 Thread John Ford
Hi Bela. The non-working one looks to be set up to boot from flash, not the network. I think to get it to boot over the network you will have to set up the environment to have the correct information to be able to find its NFS mounted root, and the other networking stuff that is needed. You can

Re: [casper] UltraScale+ 100G Ethernet Configuration

2018-04-03 Thread John Ford
Hi Arash. We use raw Ethernet on Linux for some control systems here. You should be able to open the Ethernet port and receive raw Ethernet packets. Here's a code that's very similar to what we do in our control system: https://gist.github.com/austinmarton/2862515 Since it's 100 Gb Ethernet,

Re: [casper] packets lost of a packetized correlator

2018-03-13 Thread John Ford
Hi Homin. I think Danny's suggestion is a good one. We have had similar problems with the system working for a while, then packets getting lost. Making sure that the entries in the ARP table are correct (and the yellow block MAC addresses are correct) may solve it. Looking at the switch traffic

Re: [casper] sharing CASPER equipment

2018-01-29 Thread John Ford
Hi Tom. I think this is reasonably easy to manage. At Green Bank, the spectrometer consists of 8 ROACH-2s that are all reprogrammed for different observing modes. The modes are personalities stored on disk and loaded on command. It works fine. You do have to coordinate to make sure only one

Re: [casper] CASPER ./startsg running was failed and can not trig MATLAB

2018-01-23 Thread John Ford
Hi. Did you do the changes at the bottom of the page regarding changing the default shell under ubuntu? https://casper.berkeley.edu/wiki/MSSGE_Setup_with_Xilinx_14.x_and_Matlab_2012b John On Tue, Jan 23, 2018 at 5:57 AM, zhang laiyu wrote: > Hi,there > > I encount a

Re: [casper] adc5g Compilation Frequencies

2017-09-12 Thread John Ford
Hi Franco. No, it does not work if you ignore these warnings. It sort of works. Which is worse, IMO... You should dither your sampling rate until you find something thta works and design the system to work with that. John On Tue, Sep 12, 2017 at 2:09 PM, Franco

Re: [casper] Re: using two ADC, reg.

2017-09-01 Thread John Ford
Hi. I'm not sure exactly what your question is, but on the face of it there are 3 nets that don't meet timing, due to routing problems. What frequency are you building the FPGA fabric at? Have you tried just one ADC to see if it routes OK? How full is the FPGA with your design? You may be

Re: [casper] Fwd: Regarding wide band spectrometer ADC adc5g (ADC 5G V2.0 DMUX1:1) casper design error

2017-08-23 Thread John Ford
Can you tell us a bit more? What is your sampling clock frequency? What level are you putting into the ADC input? Can you replot this with frequency on the X axis? It would be good to see if the peaks you see are related to the sampling clock and the input tone in some way, i.e. are they

[casper] Job Opportunity at NRAO Socorro

2016-03-15 Thread John Ford
Hi all. Here's an official link to a job opportunity at NRAO in Socorro, NM. It's for an experienced person. https://cw.na1.hgncloud.com/nrao/loadJobPostingDetails.do?jobPostingID=102420=jobList A rude summary follows for the curious. Sorry about the formatting... John Position Summary

[casper] GTX-285

2016-02-22 Thread John Ford
Hi all. Does anybody out there have a GTX-285 laying around that we could acquire as a replacement part for GUPPI? We've had our first GPU failure in about 6 years of 24/7/362.5 operation... Please let me know if so! John

Re: [casper] building 300-receiver channel cross-correlator

2015-12-18 Thread John Ford
> Anyone help? > > I'm working in academia and need to build a 300-receiver channel > single-bit digitiser / cross-correlator with a single frequency channel > having a bandwidth of 300 MHz, centre frequency ~3 GHz. The single bit > digitisers sample I giving a total data rate of 180 Gbps and

Re: [casper] 10 gbe on ROACH-2

2015-12-01 Thread John Ford
> > > On Tue, Dec 1, 2015 at 3:46 PM, John Ford <jf...@nrao.edu> wrote: >> Hi all. I have another question on ROACH-2 ten gbe interfaces. >> >> We really need to be able to set up 2 10.0.{17,18}.X subnets on our >> system >> with the roaches a

[casper] 10 gbe on ROACH-2

2015-12-01 Thread John Ford
Hi all. I have another question on ROACH-2 ten gbe interfaces. We really need to be able to set up 2 10.0.{17,18}.X subnets on our system with the roaches able to send to either subnet. I understand this is currently not possible. Is it something that could be undertaken? Hints as to where

Re: [casper] Multicast on 10 gbe on ROACH-2?

2015-11-05 Thread John Ford
Thanks, All! John > Marc is correct. The ARP table is not involved in multicast. The multicast > MAC is just mapped from the multicast IP. > > Wesley New > South African SKA Project > +2721 506 7300 > www.ska.ac.za > > > > On Thu, Nov 5, 2015 at 12:51 PM, Marc Welz wrote: > >>

[casper] Multicast on 10 gbe on ROACH-2?

2015-11-04 Thread John Ford
Hi all. Does the current ROACH-2 10 gbe yellow block work for multicast transmit? Does anyone have an example of use of it, if so? Thanks! John

Re: [casper] Multicast on 10 gbe on ROACH-2?

2015-11-04 Thread John Ford
code to find clues. > > Of course, all that comes with the caveat that I've never actually used > multicast with the 10 GbE yellow blocks. Thanks, Dave. We'll give it a shot! John > > HTH, > Dave > > >> On Nov 4, 2015, at 08:57, John Ford <jf...@nrao.edu> wrote: >

[casper] shielded monitors

2015-10-22 Thread John Ford
Hi all. Recently (sometime in the last year!) I recall hearing about someone who had successfully shielded flat panel monitors. Does anyone here know about this? Thanks, and sorry if this is noise... :) John

Re: [casper] shielded monitors

2015-10-22 Thread John Ford
> But I haven't found shielded glass that does much more than 60dB, so >>> we just put them in big rabbit cages, which gives about the same RF >>> performance for a fraction of the cost. If you only need a bit of >>> shielding in one direction, then a simple L-plate is quite effective. >>> >>> Jason >>> >>> >>> On 22 Oct 2015, at 11:08, John Ford <jf...@nrao.edu> wrote: >>> >>>> Hi all. Recently (sometime in the last year!) I recall hearing about >>>> someone who had successfully shielded flat panel monitors. Does >>>> anyone >>>> here know about this? >>>> >>>> Thanks, and sorry if this is noise... :) >>>> >>>> John >>>> >>>> >>>> >>> >>> >

[casper] ROACH 1 USB

2015-09-30 Thread John Ford
Hi all. Does the USB on ROACH 1 work right? I noticed there's an issue in the wiki about it where on power-up it does not work right, but on reboot it does. Is that still the case? Does anyone use the USB port for normal use? Thanks! John

Re: [casper] ROACH2 one_gbe block losing data on reception

2015-07-29 Thread John Ford
Hi Glenn, Everything seems to be in order, however if there was signal integrity issues the MAC (temac) would report bad frames due to CRC failure (the CRC is calculated over the entire Ethernet frame). Just another sanity check would be to send this data to another PC and just confirm

Re: [casper] Roach-2 crashing fix

2015-07-28 Thread John Ford
crash. We'll look into this a bit more. Have you tried the kernel from 9 months ago at github ska-sa/roach2_nfs_uboot ? No, we haven't, as far as I know. John regards marc On Wed, Jun 24, 2015 at 11:49 PM, John Ford jf...@nrao.edu wrote: Hi all. We were having problems with multiple

[casper] Roach-2 crashing fix

2015-06-24 Thread John Ford
Hi all. We were having problems with multiple sequentail progdev calls failing on our ROACH-2 systems. We were testing multiple bof files in a loop, and the roach would fall over and crash completely, and after the kernel panic, it would reboot itself. After a great deal of concentrated

Re: [casper] Roach1 Host name lookup error.

2015-05-27 Thread John Ford
There was a very long thread about this new problem a few weeks ago. Bottom line is that it's likely that your host isn't exporting the filesystem correctly, there's a typo in the DHCP offer, or some other such host problem. Look in the mail archives... John So I plugged my other Roach1

Re: [casper] {Disarmed} Re: {Disarmed} Re: Roach1 not working

2015-05-11 Thread John Ford
/lib/misc/dnsmasq.leases 20 dhcp-authoritative Thanks Nishanth On Mon, May 11, 2015 at 7:30 AM, John Ford jf...@nrao.edu wrote: Hi David, It gives me this result. /home/nfs/roach1/boot 192.168.70.0/24(rw,wdelay,no_root_squash,sec=sys,rw,no_root_squash,no_all_squash

Re: [casper] {Disarmed} Re: Roach1 not working

2015-05-11 Thread John Ford
Hi David, It gives me this result. /home/nfs/roach1/boot 192.168.70.0/24(rw,wdelay,no_root_squash,sec=sys,rw,no_root_squash,no_all_squash) This is different than the file system you are trying to mount from the roach: rootpath=/home/nfs/roach1/current,nolock Looking up port of RPC

Re: [casper] {Disarmed} Re: {Disarmed} Re: Roach1 not working

2015-05-11 Thread John Ford
dhcp-authoritative Thanks Nishanth On Mon, May 11, 2015 at 7:30 AM, John Ford jf...@nrao.edu wrote: Hi David, It gives me this result. /home/nfs/roach1/boot 192.168.70.0/24(rw,wdelay,no_root_squash,sec=sys,rw,no_root_squash,no_all_squash) This is different than the file

Re: [casper] Roach1 not working

2015-05-08 Thread John Ford
Hi. error 13 is permission denied. Probably your exports file isn't quite right. Note that you have to allow root permission on the mount. Something like this should be in /etc/exports: /home/nfs/roach1/current 192.168.40.0/24(sync,rw,no_root_squash) John Hi All, I used the usb

Re: [casper] {Disarmed} Re: Roach1 not working

2015-05-08 Thread John Ford
-r 777 and it still gives me the same error. Did you re-export the filesystems after changing the exportfs? (or reboot the server?) Can you mount that directory from some other host? John thanks and regards, Nishanth On Fri, May 8, 2015 at 6:18 AM, John Ford jf...@nrao.edu wrote: Hi

Re: [casper] Timing error in dac_mkid or adc_mkid blocks

2015-05-04 Thread John Ford
Simon, I think you'll find that the timing error has been ignored in the past. John I have a timing error when I try and compile firmware containing the dac_mkid and adc_mkid yellow blocks and a LUT. I stripped out most of the code in the original bof file to just leave those blocks and

Re: [casper] Roach1 not working

2015-04-30 Thread John Ford
Hi. I think maybe you have bricked your ROACH, i.e. the bootloader is messed up. You'll possibly need a jtag pod and software to reload it. See: https://casper.berkeley.edu/wiki/ROACH_Debricking John Hi All, We bought a new desktop and I tried installing nfs boot on to the new

Re: [casper] Receive path automatic link training on ROACH2 10GbE

2015-04-16 Thread John Ford
, Apr 15, 2015 at 4:00 PM, John Ford jf...@nrao.edu wrote: Hi Robin. We currently use an NFS mounted file system. Can you tell me what I need to upgrade to make this work? Thanks! John Hi All, A new romfs containing the functionality to program the Vitesse VCS8488 PHYs

Re: [casper] Receive path automatic link training on ROACH2 10GbE

2015-04-15 Thread John Ford
Hi Robin. We currently use an NFS mounted file system. Can you tell me what I need to upgrade to make this work? Thanks! John Hi All, A new romfs containing the functionality to program the Vitesse VCS8488 PHYs on the ROACH2 10GbE mezzanine cards is available on Github at the following

Re: [casper] ROACH-2 MSSGE 14.2 toolflow compilation takes too long time.

2015-04-08 Thread John Ford
Hi Glenn, Thanks for your reply. My machine has 8GB RAM and maximum java heap size shown in MATLAB was 2GB. Hence I tried to increase java heap size to MAX 2GB and compiled my old ROACH-1 design (mdl file later updated using 'update_casper_blocks') which consists of iADC and

Re: [casper] Roach 2 telnetd

2015-03-30 Thread John Ford
Marc If I run telnetd from the command line it just returns with no messages. I can see no process called anything like telnet, and I cannot telnet to it. I can however telnet to port 7137 and get the katcp commands. It would be nice to get a regular telnet. However, on a roach 2 with the

Re: [casper] Operands to the || and operators must be convertible to logical scalar values

2015-03-09 Thread John Ford
Hi. Maybe a boolean check box needs checked somewhere in your new logic? John Hi all, I have a strange error that arises after a small change to a design: I have used the sync pulse to reset a counter, that in turn (together with a comparator coupled to a register) produces a higher

Re: [casper] Roach 2 GB Ethernet Basic Questions

2015-02-07 Thread John Ford
: 1. Roach 2 GB Ethernet Basic Questions (Madden, Timothy J.) 2. Re: Roach 2 GB Ethernet Basic Questions (John Ford) 3. Re: Roach 2 GB Ethernet Basic Questions (Dan Werthimer) -- Message: 1 Date: Mon, 2 Feb 2015

Re: [casper] {Disarmed} Problem with ROACH2 netboot

2015-02-07 Thread John Ford
Hi Andrea. Was the file system extracted from the archive as root to preserve the ownership and permissions? Is the export of the file system allowing root access (norootsquash). The error is pretty clear that the init isn't executable and neither is the shell, so I suspect your file system

[casper] ROACh 1 boards

2015-01-26 Thread John Ford
Hi all. Does anyone have a couple of Roach-1 boards we could borrow for a couple of weeks? We have 2 dead ones being repaired, and have found ourselves in a pickle... John

Re: [casper] Green blocks with Enables

2015-01-20 Thread John Ford
know if you need any help. Thanks, Andrew. We'll let you know how it's going. John Regards Andrew On Tue, Jan 20, 2015 at 6:01 PM, John Ford jf...@nrao.edu wrote: Hi all. Has anyone got a set of green blocks (specifically PFB/FFT) with enables that would allow a system

Re: [casper] NFS setup: TFTP permissions problem

2014-12-03 Thread John Ford
Also, make sure that if /srv/... is nfs mounted you take care of the rootsquashing... Hi, I got troubles when trying to setup the NFS server on CentOS and finally I decided to switch to UBUNTU. I have reported all failures in this wiki page if this can help.

Re: [casper] ROACH2 power on boot

2014-11-28 Thread John Ford
I think this is the thread you seek. Your searching powers are clearly compromised by Thanksgiving dinner. https://www.mail-archive.com/casper%40lists.berkeley.edu/msg03727.html :) Howdy Casperites, Maybe my searching ability has failed me, but surprisingly I couldn't find this in the

Re: [casper] Roach2 i2c read/write failures

2014-11-17 Thread John Ford
Hi ALL!!! I have one ROACH-2 boards (ver.2) telling somethings about i2c read/write failures at boot time (log attached). I have checked all internal cables and wires and it seems to be all ok, all fans are rotating at nominal speed (they sound like other ROACHs). Does anybody have got the

Re: [casper] Roach2 i2c read/write failures

2014-11-17 Thread John Ford
for our machines, so maybe it's something else. but as far as I knew, all the roach-IIs exhibited this behavior. I don't know why some of yours work! John Thanks, Andrea 2014-11-17 13:40 GMT+01:00 John Ford jf...@nrao.edu: Thanks John, but I see this behaviour only on one board out of 4

[casper] examples using complex inputs

2014-11-07 Thread John Ford
Hi all. Are there any example spectrometers or correlators that use I/Q sampling as opposed to the usual real-valued ADCs we generally use nowadays? It seems like some early designs used these. We need to build a design that uses an I/Q stream as input, and we'd like to get a jump start on it

Re: [casper] examples using complex inputs

2014-11-07 Thread John Ford
didn't typically think of. John On Fri, Nov 7, 2014 at 1:57 PM, John Ford jf...@nrao.edu wrote: Hi all. Are there any example spectrometers or correlators that use I/Q sampling as opposed to the usual real-valued ADCs we generally use nowadays? It seems like some early designs used

Re: [casper] Decrease in Spectrometer Perfomance / planAhead

2014-09-16 Thread John Ford
Danny, I am actually using that ADC on a Roach 2 rev 2 board... but Iam using the same adc calibration for all my spectrometers.. and as I said before, for the one that planahead was not needed, the dynamic range is fine.. Something that Planahead IS likely to do is change the timing on the

Re: [casper] Network Switches

2014-09-03 Thread John Ford
the switch firmware. and it's a great price. ($6K) i think jason has also tested this switch. best wishes, dan On Tue, Sep 2, 2014 at 8:36 AM, John Ford jf...@nrao.edu wrote: Hi all. Has anyone tested the Mellanox SX-1024 series of switches with ROACH-2 and 10 and/or 40 gb NICs

Re: [casper] Network Switches

2014-09-03 Thread John Ford
Or does someone know of a 40-10 optical cable? Yes, and mellanox have them, including the fibre cable itself in short distances. But it's only multi-mode (40GBASE-SR4 to 4x 10GBASE-SR) so you're limited to ~100m or so. It uses an MTP connector on the 40G side, and an LC connector on the 10G

Re: [casper] Network Switches

2014-09-03 Thread John Ford
21 506 7300 On 03 Sep 2014, at 15:07, John Ford jf...@nrao.edu wrote: Or does someone know of a 40-10 optical cable? Yes, and mellanox have them, including the fibre cable itself in short distances. But it's only multi-mode (40GBASE-SR4 to 4x 10GBASE-SR) so you're limited to ~100m or so

[casper] Network Switches

2014-09-02 Thread John Ford
Hi all. Has anyone tested the Mellanox SX-1024 series of switches with ROACH-2 and 10 and/or 40 gb NICs? These switches have 48 10 Gbe ports and 12 40 Gbe ports on them. Thanks! John

Re: [casper] Network Switches

2014-09-02 Thread John Ford
the same silicon. Thanks! I'll give it a try and let you all know how it works out. John i think jason has also tested this switch. best wishes, dan On Tue, Sep 2, 2014 at 8:36 AM, John Ford jf...@nrao.edu wrote: Hi all. Has anyone tested the Mellanox SX-1024 series of switches

Re: [casper] Network Switches

2014-09-02 Thread John Ford
is, which seems to be the difference! Does anyone know? John Lincoln On 9/2/14, 11:54 AM, John Ford wrote: hi john, jack hickish tested a mellanox SX1012 (12x40Gbe, or 48x10Gbe, or mixture), when he was visiting berkeley. the SX1012 worked beautifully on roach2, after jack upgraded

[casper] Job opening

2014-07-17 Thread John Ford
Hi all. You may remember that I posted a vague job opening notice during the workshop. It's been formalized and approved and here it is: https://cw.halogensoftware.com/nrao/index.do; It's job number 000481. It will be working with CASPER stuff, and other electronics-related hardware and

[casper] warnings from wideband-sma libraries

2014-07-02 Thread John Ford
Hi all. Loading the newest wideband-sma fork of the libraries gives us the following warnings. They seem serious... :) We're using 2012a and 14.3. Do you think these are caused by that? If so, I'll upgrade... Thanks! John System Generator currently found installed into matlab default

Re: [casper] simple questions about IBOB

2014-06-18 Thread John Ford
Two simple questions :-) 1) How I can identify who is zdok0 and zdok1 in a IBOB? zdok-1 is nearest the power connector. 2) What should I do to avoid erase the FPGA firmware, when I turn off the IBOB? http://casper.berkeley.edu/memos/ibob_prom_proc.pdf John Best Regards Rolando Paz

Re: [casper] Fwd: simple questions about IBOB

2014-06-18 Thread John Ford
udprec.c script, I do not get any data. Currently I have not connected any clock signal to the QuADCs, and I think that is my problem :-) That likely is a problem... 2014-06-18 11:39 GMT-06:00 John Ford jf...@nrao.edu: Two simple questions :-) 1) How I can identify who is zdok0

Re: [casper] ROACH2 Yellow Block for MUSIC ADC/DAC

2014-06-17 Thread John Ford
Hello Casperites, I just wanted to check to see if there is a yellow block for the MUSIC ADC/DAC for ROACH2. If not, I'll try to write one by following the yellow block tutorial. Rather than starting from scratch, you might want to port the yellow block for the ROACH-1... John Cheers,

[casper] Opening in Green Bank

2014-06-10 Thread John Ford
Hi all We are anticipating hiring an engineer in Green Bank to work on CASPER and other digital instrumentation projects with the rest of the Green Bank staff. This would be at the Engineer 3 or 2 level, depending on experience and degree. (Engineer 3 is the entry level at NRAO, 2 is one step

Re: [casper] Fwd: ROACH 2 First Use

2014-06-04 Thread John Ford
Good day, Thank you, should I do this from my Linux Machine, my windows machine or directly on the serial link to the roach board? From your Linux machine, IMO, but it might run on Windows Python, I don't know... You have to install the package into your python installation. As Jason says,

[casper] Adc083000 control interface

2014-06-04 Thread John Ford
Hi all. Does anyone know if the serial interface to the control registers on this board is implemented and tested? The web pages seem to indicate not, but the code seems to be there in the library... Thanks for any info! John

Re: [casper] ROACH 2 First Use

2014-06-03 Thread John Ford
Good day from South Africa, I have started working with the ROACH 2 recently. I am very new and very unfamiliar. I have been working through the mailing lists but can't find this simple question. 1. How can I transfer my .bof file from LINUX or Windows to the ROACH. I can open a serial

Re: [casper] Fwd: ROACH 2 First Use

2014-06-03 Thread John Ford
Hi John, Thanx for the quick response. I can ping the ROACH from my windows and UBUNTU machines. They are on the same domains I left a TELNET session open just now, and when i run the command: ssh -p 7147 root@ip_address command from UBUNTU i see the following on the TELNET session:

Re: [casper] Error while compiling the mixer Casper DSP block

2014-05-28 Thread John Ford
This can happen if your model is named using upper and lower case letters. What's your model name? John Hi everybody. I'm trying to use the Mixer DSP green block on my design using Roach virtex 5 FPGA ubuntu 12.04 and xilinx 14.5. while compiling i get the following error: XSG

Re: [casper] PIC32 controlling ROACH in a radio telescope.

2014-05-15 Thread John Ford
Hi, I want to implement KATCP protocol on a PIC32 micro controller. I'm trying to compile the KATCP C library over a TCP/IP stack freeware provided by Microchip (the manufacturer of the starter kit I'm working with). I included all the .h files listed in the KATCP wiki but the compiler asks

Re: [casper] ISE 14.7 in ubuntu 12.04

2014-05-13 Thread John Ford
Hi Wesley I did this: rolando@rolando-MS-7815:/media/TERA/roach/Xilinx_ISE_DS_Lin_14.7_1015_1$ chmod +x xsetup rolando@rolando-MS-7815:/media/TERA/roach/Xilinx_ISE_DS_Lin_14.7_1015_1$ sudo ./xsetup ./xsetup: 18: ./xsetup: ./bin/lin64/xsetup: Permission denied

Re: [casper] ISE 14.7 in ubuntu 12.04

2014-05-13 Thread John Ford
On Tue, May 13, 2014 at 12:54 PM, Rolando Paz flx...@gmail.com wrote: Hi Wesley I did this: rolando@rolando-MS-7815:/media/TERA/roach/Xilinx_ISE_DS_Lin_14.7_1015_1$ chmod +x xsetup rolando@rolando-MS-7815:/media/TERA/roach/Xilinx_ISE_DS_Lin_14.7_1015_1$ sudo ./xsetup ./xsetup: 18:

Re: [casper] ISE 14.7 in ubuntu 12.04

2014-05-13 Thread John Ford
my PC in a couple hours Regards Rolando Paz 2014-05-13 7:21 GMT-06:00 John Ford jf...@nrao.edu: On Tue, May 13, 2014 at 12:54 PM, Rolando Paz flx...@gmail.com wrote: Hi Wesley I did this: rolando@rolando-MS-7815 :/media/TERA/roach/Xilinx_ISE_DS_Lin_14.7_1015_1$ chmod +x

Re: [casper] finding the pid of the bof process on roach2

2014-04-16 Thread John Ford
I would like to use some of the same methods I learned in the casper tutorial: https://casper.berkeley.edu/wiki/Introduction_to_Simulink on roach 2, including finding the pid of my bof process and navigating to it's proc directory. However, though this works on roach 1, on roach 2 I can't

Re: [casper] KatADC vs ASIAA ADC

2014-03-21 Thread John Ford
-8. Can it go to 3.2 GS/s? Or are you using the ASIAA ADC? We switched mid-stream to the ASIAA ADC. It's faster, cheaper, and has better performance. John Thanks! Gopal On Fri, Mar 21, 2014 at 1:30 PM, John Ford jf...@nrao.edu wrote: Hi Dan Thanks for your input. For 800 MHz BW

Re: [casper] ROACH-2 USB Communication Dead?

2014-02-12 Thread John Ford
Hi all, We've been trying to get the serial link between the ROACH-2 and a PC, and we haven't had any success at all. These are the cable configurations we've tried: 1. USB-A Male (ROACH)/USB-A Male (PC) 2. USB-A Male (ROACH)/USB-Serial Adapter/DB9 Female (PC) 3. RS232 Pin Headers

Re: [casper] Bracket for ROACH iStar D-107 enclosure

2014-02-08 Thread John Ford
Hi all, I have some ROACHes mounted in a standard 19 rack enclosure; they are packaged in the usual iStar D-107 1.3U rack-mount chassis. However, only the front panel of the D-107 chassis is bolted to the rack enclosure; the rear end of the chassis hangs down as shown in the attached photo.

Re: [casper] Timing errors and subsystems

2014-01-29 Thread John Ford
On 01/29/2014 01:03 PM, Paul Marganian wrote: Hi all, Should such software (simulink) features as subsystems and and gotos have any affect on the final circuit created when I build my bof file? I am compiling models on Roach I that use almost all of the available Logic Slices (~97%). That

Re: [casper] 100-Gb-E NIC Cards and switches

2014-01-28 Thread John Ford
Hi Kris, Mellanox's 40-gE SX10## series (expandable to 56 Gb/s) has worked for LEDA w/ no pain. Does you app. preclude using twice as many links of 56 Gb/s? Cisco's 1 port 100 Gb/s Ethernet module for their switch is $71,500. :) I think sticking with 40 Gb/s is the thing for now. Even

Re: [casper] 10gb ethernet configuration

2013-12-30 Thread John Ford
*Hi Casperians,I have trouble to configure the 10gb ethernet to work on roach2. The 10gb port (sfp+) is connected to a PC where the file system of roach2 is mounted. I can use the DHCP server to configure the ip of roach2 ppc, but don't know how to configure the ip address (or interface?)

[casper] URSI meeting next week

2013-12-30 Thread John Ford
Hi all Are any of my fellow Casperites going to URSI next week? I have a presentation in Commission J on Wednesday. Does anyone else have a presentation involving CASPER stuff? Maybe we can get together some night and elect an offical CASPER microbrew. :) John

Re: [casper] Errors even and odd brams

2013-12-12 Thread John Ford
Hi again Someone knows this error? spaces and capital letters in your bram name may be a problem... I attached a picture. Thank you for your help. Rolando

Re: [casper] question about roach2 netboot

2013-12-11 Thread John Ford
*Dear Casperian,I met a problem when I netboot roach2-rev2 board. The modprobe files in the debian_stable_devel folder are missing. I can only run some simple scrip via minicom. The server used to control roach2 is an CenOS system, not Debian, but I was able to install all tool kits required

Re: [casper] Hi again / IBOB spectrometer

2013-12-10 Thread John Ford
Can anyone tell me where I can get a model file of spectrometer for IBOB? I want to analyze and understand a spectrometer for IBOB. Best Regards Rolando Paz https://casper.berkeley.edu/wiki/Projects

Re: [casper] Problems using bee_xps / IBOB board

2013-12-08 Thread John Ford
Another problem I have seen is if you have your own version of cygwin installed, it can conflict with the ISE cygwin. Hi John I change the direction of my files, but the problem still remains. I'll try to find something on the web. Best Regards Rolando Paz 2013/12/7 John Ford jf

Re: [casper] Problems using bee_xps / IBOB board

2013-12-08 Thread John Ford
?? Thanks for your help John! Now I will try with some tutorial to design a spectrometer. Best Regards Rolando Paz 2013/12/8 John Ford jf...@nrao.edu Another problem I have seen is if you have your own version of cygwin installed, it can conflict with the ISE cygwin. Hi John I

Re: [casper] Problems using bee_xps / IBOB board

2013-12-07 Thread John Ford
What version of all the tools are you using? Version 10.x of ISE is the last to support the xc2vp devices. Hi everyone! Hope you can help me with this problem I've had with two different computers. I tried with two different computer, using the ISE, MATLAB and Simulink to set IBOB, but

Re: [casper] Problems using bee_xps / IBOB board

2013-12-07 Thread John Ford
/../../sysgen AccelDSP 10.1.3.1386C:/xilinx/10_1/DSP_Tools/AccelDSP Matlab 7.5.0.342 (R2007b) C:/MATLAB/R2007b ISE 10.1.03iC:/xilinx/10_1/ISE Libraries C:\Libraries\xmlib_devel_10_1 Rolando Paz 2013/12/7 John Ford jf

Re: [casper] Problems using bee_xps / IBOB board

2013-12-07 Thread John Ford
Rolando Paz 2013/12/7 John Ford jf...@nrao.edu What version of all the tools are you using? Version 10.x of ISE is the last to support the xc2vp devices. Hi everyone! Hope you can help me with this problem I've had with two different computers. I tried with two different computer

Re: [casper] Problems using bee_xps / IBOB board

2013-12-07 Thread John Ford
## ## ## ## Creating EDK files ## ## Error trying to backup system.ucf: No matching files were found. Error using == fgets Invalid file identifier. Use fopen to generate a valid file identifier. 2013/12/7 John Ford jf...@nrao.edu

  1   2   3   4   >