Difference between revisions of "Test plans"

From MCEWiki
Line 4: Line 4:
 
* mas PC: An ubuntu-based PC with ARC-64 PCI card installed an running mas software.
 
* mas PC: An ubuntu-based PC with ARC-64 PCI card installed an running mas software.
 
* 2-slot backplane with Clock Card plugged in: Device under test (DUT) is plugged into this backplane during testing.
 
* 2-slot backplane with Clock Card plugged in: Device under test (DUT) is plugged into this backplane during testing.
 +
* fibre-optic cable: connects mas-PC to Clock Card.
 
* set of Linear supplies to power up the cards. (3V, 4.5V, 6.2V, -6.2V)
 
* set of Linear supplies to power up the cards. (3V, 4.5V, 6.2V, -6.2V)
 
* Altera USB programmer: attached to the JTAG connector in Clock card front panel.
 
* Altera USB programmer: attached to the JTAG connector in Clock card front panel.
 
* PC with Quartus installed: used to program FPGA and configuration devices on Readout Card.
 
* PC with Quartus installed: used to program FPGA and configuration devices on Readout Card.
 +
* Oscilloscope
  
If you have all the above and if your DUT has already been smoke tested, you are ready to start:
+
If you have all the above and '''if your DUT has already been smoke tested''', you are ready to start:
 
# connect them up an power up the 2-slot backplane.
 
# connect them up an power up the 2-slot backplane.
# Load FPGA firmware using Quartus. Firmware is located at [[www.phas.ubc.ca/~mce/mcedocs/firmware]]. When you run auto-detect, you should see 3 to 4 devices depending on the revision of the card you are testing. The part at the bottom of the list corresponts to Clock card FPGA. Load following firmware from the above directory: '''CC firmware 5.0.7''', '''RC firmware rc_stratix3_5.0.6_jan11_2010''' and rc_stratix3_v05000006_nnxxx2010.jic
+
# Load FPGA firmware using Quartus. Firmware is located at [[www.phas.ubc.ca/~mce/mcedocs/firmware]]. Run auto-detect and you should see 3 to 4 devices depending on the revision of the card you are testing. The part at the bottom of the list corresponts to Clock card FPGA. Load following firmware from the above directory: '''CC firmware 5.0.7''', '''RC firmware rc_stratix3_5.0.6_jan11_2010'''
 
# On the 2-slot backplane there are two sets of dip switches. You need to set the one on the Readout card side to 1011 (0xB), otherwise rc1 replies do not come back, because the card is not identified properly.
 
# On the 2-slot backplane there are two sets of dip switches. You need to set the one on the Readout card side to 1011 (0xB), otherwise rc1 replies do not come back, because the card is not identified properly.
 
# Now make sure both cards communicate with the PC. ssh to the PC running mas and connected to the 2-slot backplane trhough fibre cables and run the following command:
 
# Now make sure both cards communicate with the PC. ssh to the PC running mas and connected to the 2-slot backplane trhough fibre cables and run the following command:
Line 24: Line 26:
  
 
== Testing general features ==
 
== Testing general features ==
run card_all_test
+
run card_all_test: Output should look like:
  
 
== Testing DACS (sa_bias, offset, sq1fb DACS) ==
 
== Testing DACS (sa_bias, offset, sq1fb DACS) ==
 
In this stage, DACs are loaded with sets of fix values (0, mid-range, full-range) and then a ramp is applied and outputs are probed in all cases. Type:
 
In this stage, DACs are loaded with sets of fix values (0, mid-range, full-range) and then a ramp is applied and outputs are probed in all cases. Type:
 
run rc_test
 
run rc_test
 +
== Testing Serial Configuration device and FPGA reconfiguration ==
 +
Load firmware into the serial configuration device as oppose to the FPGA now. The serial configuration device is programmed through the FPGA by loading a jic file. Here are the steps:
 +
* Run Quartus programmer and click on auto-detect. You should see 3 devices in the list.
 +
* Select ep3s50 device and click on change file to choose '''rc_stratix3_v05000006_nnxxx2010.jic''' (found in www.phas.ubc.ca/~mce/mcedocs/firmware)
 +
* When you choose the jic file, you will see that now an entry is added to the list. The serial configuration device has no direct jitag access and is only accessible through the FPGA and hence it is shown as dotted lines connected to the ep3s50.
 +
* Now select both devices (the two on top) and click on program.
 +
* When programming is done, turn off the power and turn it back on. If the Green Light is on, it means that you have successfully programmed the serial device.
 +
* on mas prompt, type: mce_cmd -x rb rc1 fw_rev and you should see the firmware revision of the firmware you loaded. This is usually noted in the filename of the file you chose.
 +
 +
Record the result in logfile.
 +
  
 
log results
 
log results

Revision as of 16:49, 29 September 2010

Testing MCE Readout Cards

Setup

The following equipments are needed:

  • mas PC: An ubuntu-based PC with ARC-64 PCI card installed an running mas software.
  • 2-slot backplane with Clock Card plugged in: Device under test (DUT) is plugged into this backplane during testing.
  • fibre-optic cable: connects mas-PC to Clock Card.
  • set of Linear supplies to power up the cards. (3V, 4.5V, 6.2V, -6.2V)
  • Altera USB programmer: attached to the JTAG connector in Clock card front panel.
  • PC with Quartus installed: used to program FPGA and configuration devices on Readout Card.
  • Oscilloscope

If you have all the above and if your DUT has already been smoke tested, you are ready to start:

  1. connect them up an power up the 2-slot backplane.
  2. Load FPGA firmware using Quartus. Firmware is located at www.phas.ubc.ca/~mce/mcedocs/firmware. Run auto-detect and you should see 3 to 4 devices depending on the revision of the card you are testing. The part at the bottom of the list corresponts to Clock card FPGA. Load following firmware from the above directory: CC firmware 5.0.7, RC firmware rc_stratix3_5.0.6_jan11_2010
  3. On the 2-slot backplane there are two sets of dip switches. You need to set the one on the Readout card side to 1011 (0xB), otherwise rc1 replies do not come back, because the card is not identified properly.
  4. Now make sure both cards communicate with the PC. ssh to the PC running mas and connected to the 2-slot backplane trhough fibre cables and run the following command:
 mce_cmd -x rb cc fw_rev

and you will see:

 Line   0 : ok : 0x5000007

and then type:

 mce_cmd -x rb rc1 fw_rev

and you will see

 Line   0 : ok : 0xffff0006

Testing general features

run card_all_test: Output should look like:

Testing DACS (sa_bias, offset, sq1fb DACS)

In this stage, DACs are loaded with sets of fix values (0, mid-range, full-range) and then a ramp is applied and outputs are probed in all cases. Type: run rc_test

Testing Serial Configuration device and FPGA reconfiguration

Load firmware into the serial configuration device as oppose to the FPGA now. The serial configuration device is programmed through the FPGA by loading a jic file. Here are the steps:

  • Run Quartus programmer and click on auto-detect. You should see 3 devices in the list.
  • Select ep3s50 device and click on change file to choose rc_stratix3_v05000006_nnxxx2010.jic (found in www.phas.ubc.ca/~mce/mcedocs/firmware)
  • When you choose the jic file, you will see that now an entry is added to the list. The serial configuration device has no direct jitag access and is only accessible through the FPGA and hence it is shown as dotted lines connected to the ep3s50.
  • Now select both devices (the two on top) and click on program.
  • When programming is done, turn off the power and turn it back on. If the Green Light is on, it means that you have successfully programmed the serial device.
  • on mas prompt, type: mce_cmd -x rb rc1 fw_rev and you should see the firmware revision of the firmware you loaded. This is usually noted in the filename of the file you chose.

Record the result in logfile.


log results