SZG-TST-STD
The SZG-TST-STD is a SYZYGY Standard peripheral intended to be used by SYZYGY carrier developers to test continuity during development or production of their carrier. It can be used during automated testing to validate connector I/O.
Resources
- Aligni PLM – See the Attachments tab for schematics.
- SYZYGY Specification
- Product Page
SYZYGY Information
Compatibility Table
COMPATIBILITY PARAMETER | SPECIFICATION |
---|---|
Port type | SYZYGY Standard |
Width | Single |
5V supply required | Yes |
Nominal 5V supply current | < 10mA |
Nominal 3.3V supply current | < 10mA |
VIO supply voltage | 1.8V |
Nominal VIO supply current | < 100mA |
Total number of I/O | Up to 28 |
DNA Data
This data is stored in the SYZYGY DNA microcontroller on the SZG-TST-STD peripheral.
DNA PARAMETER | DATA |
---|---|
Max 5V Load | 10 mA |
Max 3.3V Load | 10 mA |
Max VIO Load | 10 mA |
IS_LVDS | False |
IS_DOUBLEWIDE | False |
VIO Min | 1.8V |
VIO Max | 1.8V |
Pinout
The source of the following pinout information is the SZG-TST-STD schematic. This pinout follows the SYZYGY specification for STD ports.
- Column
PIN NUM (J1)
lists the pin number on the SYZYGY specification’s Standard Samtec connector, this is reference designator J1 in the schematic. For connections that are looped back, both pins are listed. - Column
SIGNAL NAME
lists the SYZYGY specification’s name for this pin’s connection. For connections that are looped back, both signal names are listed. - Column
SCHEMATIC NET
lists the net name found in the SZG-TST-STD’s schematic for the connection.
PIN NUM (J1) | SIGNAL NAME | SCHEMATIC NET |
---|---|---|
5 | S0 | TEST_MODE_3 (Atmel PB0, U1 pin 11) |
7 | S2 | TEST_MODE_2 (Atmel PB1, U1 pin 12) |
9 | S4 | TEST_MODE_1 (Atmel PB2, U1 pin 14) |
11 | S6 | TEST_MODE_0 (Atmel PA7, U1 pin 15) |
6 <-> 8 | S1 <-> S3 | |
10 <-> 12 | S5 <-> S7 | |
13 <-> 15 | S8 <-> S10 | |
14 <-> 16 | S9 <-> S11 | |
17 <-> 19 | S12 <-> S14 | |
18 <-> 20 | S13 <-> S15 | |
21 <-> 23 | S16 <-> S18 | |
22 <-> 24 | S17 <-> S19 | |
25 <-> 27 | S20 <-> S22 | |
26 <-> 28 | S21 <-> S23 | |
29 <-> 31 | S24 <-> S26 | |
30 <-> 32 | S25 <-> S27 | |
33 <-> 35 | P2C_CLKp <-> P2C_CLKn | |
34 <-> 36 | C2P_CLKp <-> C2P_CLKn |
Design
The SZG-TST-STD is designed to assist carrier developers perform continuity and power supply tests during development and production testing. To accomplish this, the test peripheral connects a communication path from the FPGA to the Atmel MCU for power supply tests. The remaining pins on the connector are shorted together according to the connections in the table above to allow for continuity testing.
Test Firmware
The Atmel MCU on the test peripherals contains a modified version of the normal DNA firmware. The test firmware removes the power supply sequencing options present in the standard firmware.The test firmware also uses the AVR to measure each of the power supply rails, reporting their status back to the FPGA.
Each supply rail is measured with the internal AVR ADC and checked against a pair of threshold values corresponding to the SYZYGY specified tolerance of that power supply rail. If the supply rail is within its required tolerance the AVR sets a “good” status bit for that rail. The VIO rail is assumed to be at 1.8V by the AVR firmware and the DNA for the test peripheral. A 1.8V VIO is used to maximize compatibility with current FPGA I/O supply requirements.
Supply status is communicated back to the FPGA through SYZYGY pins 5, 7, 9, and 11. The AVR continuously reads AVR pin PA7 (SYZYGY Pin 11 (S6)), then outputs the power supply state on the PB[2:0] pins according to the table below.
+5V Supply | +3.3V Supply | VIO Supply | ||
---|---|---|---|---|
PA7 = 1 | Good | PB0 = 1 | PB2 = 1 | PB1 = 1 |
Bad | PB0 = 0 | PB2 = 0 | PB1 = 0 | |
PA7 = 0 | Good | PB0 = 0 | PB2 = 0 | PB1 = 0 |
Bad | PB0 = 1 | PB2 = 1 | PB1 = 1 |
By toggling the PA7 pin with the FPGA it is possible to test continuity on the MCU pins while also checking the status of each power supply.