JESD204B IP Hardware Checkout Report with AD9250. Revision 0.5

Size: px
Start display at page:

Download "JESD204B IP Hardware Checkout Report with AD9250. Revision 0.5"

Transcription

1 JESD204B IP Hardware Checkout Report with AD9250 Revision 0.5 November 13, 2013

2 Table of Contents Revision History... 2 References Introduction Scope Result Key Hardware Setup Hardware Checkout Methodology Receiver Data Link Layer Code Group Synchronization Initial Frame & Lane Synchronization Receiver Transport Layer Descrambling Deterministic Latency for Subclass Operating Conditions Test Results Comments on Test Results Appendix Common Symbols for JESD204B Altera Corporation Page 1 of 14

3 Revision History Rev Release date Description 1.0 Nov 29, 2013 Preliminary hardware checkout with AD9250 References Doc Rev JEDEC Standard Serial Interface for Data Converters JESD204B.01 January 2012 AD9250 datasheet Rev A, March 2013 ADI AD9250 datasheet: Altera Corporation Page 2 of 14

4 1 Introduction Altera JESD204B IP is hardware tested with a number of selected JESD204B compliant (analog-todigital converter) and DAC (digital-to-analog converter). The purpose of this document is to explain the Altera JESD204B IP hardware checkout methodology and publish the results with these selected converters. 2 Scope This document publishes the results of hardware checkout on JESD204B logical specification compliance of Altera JESD204B IP. Brief descriptions of the methodologies used are provided. More details regarding the hardware setup and Altera JESD204B IP can be found in application note AN-XXX ( need a full link here). The JESD204B parameters shown in the results table are supported by the converters per the datasheet. 3 Result Key The following table contains possible results and their definitions: Result PASS PASS with Comments FAIL Warning Refer to Comments Definition The Device Under Test (DUT) was observed to exhibit conformant behavior. The DUT was observed to exhibit conformant behavior however an additional explanation of the situation is included, such as due to time limitations only a portion of the testing was performed. The DUT was observed to exhibit non-conformant behavior. The DUT was observed to exhibit behavior that is not recommended. From the observations, a valid pass or fail could not be determined. An additional explanation of the situation is included. Table 1: Result definitions DUT is defined as Altera JESD204B IP and transport layer within the FPGA. 4 Hardware Setup The hardware needed for checkout is listed below: Arria V GT FPGA Development Kit o ADI AD9250 EVM (AD9250-FMC-250EBZ) o 19V power adapter that is included in Arria V GT FPGA Development Kit Mini-USB cable Altera Corporation Page 3 of 14

5 transceiver lanes FPGA #2 Arria V GT FPGA Development Kit device clock sysref sync_n power AD9250 EVM Figure 1: Hardware Setup The AD9250 EVM derives power from FPGA FMC connector. The EVM supplies clock to FPGA #2 and AD9250. For subclass 1, FPGA generates SYSREF for the JESD204B IP as well as AD9250. Figure 2 shows a simplified block diagram of one of the test setup where data rate is 4.915Gbps, sampling clock = MHz, subclass 1, L=2 and K=32. This test setup is modified from reference design in AN-XXX. Oscillator 100MHz mgmt_clk jesd204b_ed_top.v ISSP Signaltap II global_reset rx_seriallpbken jesd204b_ed.v Arria V FPGA #2 sclk, ss_n[0], miso, mosi device_clk (122.88MHz) link_clk (122.88MHz) FMC 4-wire CPLD 3-wire or 4-wire AD9517 Clock generator AD9250-FMC-250EBZ SPI Slave AD9250 #1 CLK & SYNC LED x7 Qsys System JTAG to Avalon Master Bridge Avalon MM Slave Translator Avalon-MM Interface signals Design Example JESD204B IP (duplex) L=2,M=2,F=2 Sysref generator rx_dev_sync_n sysref_out rx_serial_data[0] (4.915Gbps) rx_serial_data[1] (4.915Gbps) Single-ended to differential distribution L0 L1 3-wire SPI Slave AD9250 #2 CLK & SYNC sync_n sysref #2 clk (245.76MHz) Figure 2: Simplified block diagram of LMF=222 test setup 5 Hardware Checkout Methodology Altera Corporation Page 4 of 14

6 5.1 Receiver Data Link Layer Code Group Synchronization On link start-up, the receiver issues a synchronization request and the transmitter emits comma characters /K/= /K28.5/. Signaltap II is used to monitor the operation of receiver data link layer. Test Case CGS.1 CGS.2 Objective Description Passing Criteria Check sync request is deasserted after correct reception of four successive /K/ characters Check full code group synchronizati on at receiver after correct reception of another four 8B/10B characters The following signals in <ip_variant_name>_inst_phy.v are tapped: i. jesd204_rx_pcs_data[(l*32)-1:0] ii. jesd204_rx_pcs_data_valid[l-1:0] iii. jesd204_rx_pcs_kchar_data[(l*4)- 1:0] The following signals in <ip_variant_name>.v are tapped: iv. rx_dev_sync_n v. jesd204_rx_int L is the number of lanes. Signaltap sampling clock= rxframe_clk Each lane is represented by 32-bit data bus in jesd204_rx_pcs_data. The 32-bit data bus for is broken down to 4 octets. The following signals in <ip_variant_name>_inst_phy.v are tapped: i. jesd204_rx_pcs_errdetect[(l*4)-1:0] ii. jesd204_rx_pcs_disperr[(l*4)-1:0] The following signals in <ip_variant_name>.v are tapped: iii. jesd204_rx_int L is the number of lanes. Signaltap sampling clock= rxframe_clk /K/ character or K28.5 (0xBC) is observed at each octet of jesd204_rx_pcs_data bus. jesd204_rx_pcs_data_vali d must be asserted to indicate data from PCS is valid. jesd204_rx_pcs_kchar_dat a is asserted whenever control characters like /K/, /R/, /Q/ or /A/ characters are observed. Rx_dev_sync_n is deasserted after correct reception of at least four successive /K/ characters. Jesd204_rx_int is deasserted if there is no error. jesd204_rx_pcs_errdetect, jesd204_rx_pcs_disperr and jesd204_rx_int should not be asserted during CGS phase. Table 2: Test cases of Code Group Synchronization Initial Frame & Lane Synchronization Signaltap II and system console are used to monitor the operation of receiver data link layer. Test Objective Description Passing Criteria Altera Corporation Page 5 of 14

7 Case ILA. 1 Check initial frame synchronizatio n state machine enters FS_DATA state upon receiving non /K/ characters The following signals in <ip_variant_name>_inst_phy.v are tapped: i. jesd204_rx_pcs_data[(l*32)-1:0] ii. iii. jesd204_rx_pcs_data_valid[l-1:0] jesd204_rx_pcs_kchar_data[(l*4)- 1:0] The following signals in <ip_variant_name>.v are tapped: iv. rx_dev_sync_n v. jesd204_rx_int L is the number of lanes. Signaltap sampling clock= rxframe_clk Each lane is represented by 32-bit data bus in jesd204_rx_pcs_data. The 32-bit data bus for is broken down to 4 octets. Upon /R/ character or K28.0 (0x1C ) is observed at one octet of jesd204_rx_pcs_data bus. jesd204_rx_pcs_data_valid should be asserted. Jesd204_rx_int and rx_dev_sync_n should be de-asserted. Each multiframe in ILAS phase is ended with /A/ character or K28.3 (0x7C). jesd204_rx_pcs_kchar_dat a is asserted whenever control characters like /K/, /R/, /Q/ or /A/ characters are observed. ILA. 2 Check JESD204B configuration parameters from in second multiframe The following signals in <ip_variant_name>_inst_phy.v are tapped: i. jesd204_rx_pcs_data[(l*32)-1:0] ii. jesd204_rx_pcs_data_valid[l-1:0] The following signals in <ip_variant_name>.v are tapped: iii. jesd204_rx_int L is the number of lanes. Signaltap sampling clock= rxframe_clk System console is used to access registers ilas_octet0, 1, 2 & 3. /R/ character is followed by /Q/ character or K28.4 (0x9C) at the beginning of second multiframe. Jesd204_rx_int is deasserted if there is no error. Octets 0-13 read from these registers tally with JESD204B parameters in each test setup. ILA. 3 Check lane alignment The following signals in <ip_variant_name>_inst_phy.v are tapped: i. jesd204_rx_pcs_data[(l*32)-1:0] ii. jesd204_rx_pcs_data_valid[l-1:0] The following signals in <ip_variant_name>.v are tapped: iii. rx_somf[3:0] iv. dev_lane_aligned v. jesd204_rx_int L is the number of lanes. Signaltap sampling clock= rxframe_clk dev_lane_aligned is asserted after the end of fourth multiframe in ILAS phase but before the first rx_somf is asserted. Rx_somf marks the start of multiframe in user data phase. Jesd204_rx_int is deasserted if there is no error. Altera Corporation Page 6 of 14

8 Table 3: Test cases of Initial Frame & Lane Synchronization 5.2 Receiver Transport Layer To check the data integrity of payload data stream through RX JESD204B IP and transport layer, the is configured to output PRBS test data pattern and operates with the same JESD204B configuration set in JESD204B IP. PRBS checker in FPGA fabric checks data integrity for 1 minute. Figure 3 shows the conceptual test setup for data integrity checking. AD9250 PRBS Generator TX Transport Layer TX JESD204B IP PHY + Link Layer FPGA PRBS Checker RX Transport Layer RX JESD204B IP PHY + Link Layer Figure 3: Data integrity checking using PRBS checker Signaltap II is used to monitor the operation of receiver transport layer. Test Case TL.1 Objective Description Passing Criteria Check transport layer mapping The following signals in altera_jesd204_transport_rx_top.v are tapped: i. jesd204_rx_data_valid ii. jesd204_rx_link_data_valid iii. jesd204_rx_link_error The following signals in jesd204b_ed.v are tapped: iv. data_error[m-1:0] v. jesd204_rx_int M is the number of converter. Signaltap sampling clock= rxframe_clk Data_error is the PRBS checker pass/fail indicator. Table 4: Test case for transport layer Jesd204_rx_data_valid and jesd204_rx_link_data_valid should be asserted. Data_error, jesd204_rx_link_error and jesd204_rx_int should be de-asserted. Altera Corporation Page 7 of 14

9 5.3 Descrambling Data integrity of descrambler can be checked using PRBS checker at RX transport layer. Signaltap II is used to monitor the operation of descrambler. Test Case SCR.1 Objective Description Passing Criteria Check descrambler functionality Enable scrambler at and descrambler at RX JESD204B IP. The signals tapped in this test case are same as in test case TL.1 Same as test case TL.1 Table 5: Test case for descrambler 5.4 Deterministic Latency for Subclass 1 This section describes how the deterministic latency was measured with AD9250. Figure 4 shows the block diagram of deterministic latency test setup. A SYSREF generator is used to provide a periodic SYSREF pulse for both AD9250 and JESD204B IP. This SYSREF generator is running in link clock domain and the period of SYSREF pulse is configured to the desired multiframe size. The purpose of this SYSREF pulse is to restart the LMF counter and re-align it to the LMFC boundary. Signaltap II uses link clock as the sampling clock. For F=2, frame clock frequency is 2 times of link clock and they are synchronous to each other. The clocking relationship is explained in AN-xxx. Oscillator 100MHz mgmt_clk jesd204b_ed_top.v jesd204b_ed.v Arria V FPGA #2 sclk, ss_n[0], miso, mosi FMC 4-wire CPLD AD9250-FMC-250EBZ SPI Slave S11 USER2_PB0 global_rst_n Signaltap II Deterministic Latency Measurement Design Example device_clk (122.88MHz) link_clk (122.88MHz) Sysref generator rx_dev_sync_n sysref_out 3-wire or 4-wire AD9517 Clock generator Single-ended to differential distribution 3-wire AD9250 #1 CLK & SYNC SPI Slave SW3 user2_dipsw[0] JESD204B IP (duplex) L=2,M=2,F=2 rx_serial_data[0] (4.915Gbps) rx_serial_data[1] (4.915Gbps) L0 L1 AD9250 #2 CLK & SYNC sync_n sysref #2 clk (245.76MHz) Figure 4: Deterministic latency test setup Altera Corporation Page 8 of 14

10 Deterministic latency check block is used to check deterministic measurement. The latency was checked by measuring the number of link clock counts between start of de-assertion of SYNC~ to first user data output as shown in Figure 5. Figure 5: Deterministic Latency Measurement With the setup above, four test cases were defined to prove deterministic latency. Please refer to Table 6 for deterministic latency s test cases. Further, please take note the LMFC offset register was configured to 0x8 and SYSREF buffer register was enabled on AD9250 for this deterministic measurement. The JESD204B configurations tested for deterministic latency measurement is defined in Table 8. Test Case DL.1 Objectives Description Passing Criteria Check LMFC Alignment Check FPGA and aligned to desired LMF periods. Enabled always SYSREF detection. Observed via Signal Tap II on sysref_lmfc_err. sysref_lmfc_err should not be triggered. DL.2 Check SYSREF Capture Check FPGA and capture SYSREF correctly and restart the LMF counter. Repetitive reset both and FPGA. Observed via SignalTap II on the csr_rbd_count s value. If the SYSREF is captured correctly and restart the LMF counter, the observed csr_rbd_count values should be the same for every reset. DL.3 Check latency from start de-assertion of SYNC~ to first user data output Check the latency is fixed for every FPGA reset. Repetitive reset the FPGA upon assertion of RX valid and recorded the number of link clocks count from start de-assertion of SYNC~ to first user data output. Repetitively compared the current test (n) recorded on the number of Excellent repeatability of start de-assertion of SYNC~ to first user data output latency. Altera Corporation Page 9 of 14

11 link clocks from de-assertion of SYNC~ to first user data output with the previous test (n-1) recorded one. DL.4 Check the data latency during user data phase Check the data latency is fixed during user data phase Observed via SignalTap II on the ramp pattern. The ramp pattern should be in perfect shape with no distortion. Table 6: Test case for deterministic latency 6 Operating Conditions The JESD204B parameters L, M and F used in this hardware checkout are natively supported by AD9250 device quick configuration register at address 0x5E. The transceiver data rate, sampling clock frequency and other JESD204B parameters complied with AD9250 operating conditions. JESD204B parameters: S = 1, CS = CF = 0, N = 16, N = 14; HD=0 for LMF=112, 124, 222 test cases; HD=1 for LMF=211 test case K character replacement is enabled by default in converters Data pattern = PRBS-9 FPGA clock: o device clock = MHz, management clock = 100MHz o frame clock = sampling clock, link clock = MHz FPGA frame clock and link clock is derived device clock using internal PLL. The device clock is used to clock the transceiver. 7 Test Results Table 7 shows the results of test cases CGS.1, CGS.2, ILA.1, ILA.2, ILA.3, TL.1 an SCR.1 with various L, M, F, K, subclass, data rate, sampling clock, link clock and sysref frequencies. Test L M F Sub-Class SCR K Data rate Sampling Clock Link Clock Sysref Result Setup (Mbps) (MHz) (MHz) (Mhz) N/A PASS 2 32 PASS PASS 4 32 PASS PASS PASS PASS PASS N/A PASS PASS Altera Corporation Page 10 of 14

12 PASS PASS PASS PASS PASS PASS N/A PASS PASS PASS PASS PASS PASS PASS PASS N/A PASS PASS PASS PASS PASS PASS PASS PASS Table 7: AD9250 hardware checkout results of receiver data link layer, transport layer and descrambler Note: N/A means not applicable. Table 8 shows the deterministic latency measurement. Test L M F Sub-Class K Data rate Sampling Clock Link Clock Sysref Result Case (Mbps) (MHz) (MHz) (Mhz) DL link clocks Table 8: Deterministic latency measurement Figure 6 shows the Signaltap II waveform of the clock count from the de-assertion of SYNC~ the first output of ramp test pattern. The clock count is used to measure the first user data output latency. No distorted ramp pattern is observed. Altera Corporation Page 11 of 14

13 Figure 6 : Ramp pattern observed on deterministic latency measurement 8 Comments on Test Results In each test case, the RX JESD204B IP initializes successfully from code group synchronization (CGS) phase, initial lane alignment (ILA) phase until user data phase. No data integrity issue is being observed from PRSB checker. For LMF=211 test case, the data rate is reduced to 2457Mbps to constraint frame clock within frequency range acceptable for timing closure. Table 3 explains the timing closure challenges of in both scenarios with different data rates: Item Scenario 1 Scenario 2 Remark Data Rate 4915 Mbps 2457 Mbps Data rate within AD9250 operating condition Link Clock = data rate/ MHz MHz Link clock frequency is determined by data rate Frame Clock = 4 x link clock and must be maximum sampling rate MHz MHz Frame clock frequency in scenario 1 is too challenging for timing closure and is beyond the operating condition of AD9250 Table 3: Timing closure challenge with LMF=211 test case The 1 link clock variation in deterministic latency measurement is caused by word alignment where control characters fall into the next cycle of data sometimes after realigned. This makes the ILAS phase s duration is longer by 1 link clock sometimes after reset. Altera Corporation Page 12 of 14

14 Appendix Common Symbols for JESD204B SYMBOLS DESCRIPTION L Number of lanes per converter device M Number of converters per converter device F Number of octets per frame S Number of transmitted samples per converter per frame N Number of conversion bits per converter N Number of transmitted bits per sample (JESD204 Word Size) CS Number of control bits per conversion sample CF Number of control words per frame clock period per link HD High Density user data format K Number of frames per multi-frame LMFC Local Multi-frame Clock FC Frame clock rate Altera Corporation Page 13 of 14

Altera JESD204B IP Core and ADI AD9250 Hardware Checkout Report

Altera JESD204B IP Core and ADI AD9250 Hardware Checkout Report 2015.06.25 Altera JESD204B IP Core and ADI AD9250 Hardware Checkout Report AN-JESD204B-AV Subscribe The Altera JESD204B IP core is a high-speed point-to-point serial interface intellectual property (IP).

More information

Altera JESD204B IP Core and ADI AD6676 Hardware Checkout Report

Altera JESD204B IP Core and ADI AD6676 Hardware Checkout Report 2015.11.02 Altera JESD204B IP Core and ADI AD6676 Hardware Checkout Report AN-753 Subscribe The Altera JESD204B IP Core is a high-speed point-to-point serial interface intellectual property (IP). The JESD204B

More information

AN 823: Intel FPGA JESD204B IP Core and ADI AD9625 Hardware Checkout Report for Intel Stratix 10 Devices

AN 823: Intel FPGA JESD204B IP Core and ADI AD9625 Hardware Checkout Report for Intel Stratix 10 Devices AN 823: Intel FPGA JESD204B IP Core and ADI AD9625 Hardware Checkout Report for Intel Stratix 10 Devices Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1 Intel FPGA JESD204B

More information

Altera JESD204B IP Core and ADI AD9144 Hardware Checkout Report

Altera JESD204B IP Core and ADI AD9144 Hardware Checkout Report 2015.12.18 Altera JESD204B IP Core and ADI AD9144 Hardware Checkout Report AN-749 Subscribe The Altera JESD204B IP core is a high-speed point-to-point serial interface intellectual property (IP). The JESD204B

More information

AN 696: Using the JESD204B MegaCore Function in Arria V Devices

AN 696: Using the JESD204B MegaCore Function in Arria V Devices AN 696: Using the JESD204B MegaCore Function in Arria V Devices Subscribe The JESD204B standard provides a serial data link interface between converters and FPGAs. The JESD204B MegaCore function intellectual

More information

Altera JESD204B IP Core and TI DAC37J84 Hardware Checkout Report

Altera JESD204B IP Core and TI DAC37J84 Hardware Checkout Report 2-9-5 Altera JESD2B IP Core and TI DAC37J8 Hardware Checkout Report AN-79 Subscribe The Altera JESD2B MegaCore function is a high-speed point-to-point serial interface intellectual property (IP). The JESD2B

More information

Technical Article MS-2714

Technical Article MS-2714 . MS-2714 Understanding s in the JESD204B Specification A High Speed ADC Perspective by Jonathan Harris, applications engineer, Analog Devices, Inc. INTRODUCTION As high speed ADCs move into the GSPS range,

More information

Implementing Audio IP in SDI II on Arria V Development Board

Implementing Audio IP in SDI II on Arria V Development Board Implementing Audio IP in SDI II on Arria V Development Board AN-697 Subscribe This document describes a reference design that uses the Audio Embed, Audio Extract, Clocked Audio Input and Clocked Audio

More information

AN 848: Implementing Intel Cyclone 10 GX Triple-Rate SDI II with Nextera FMC Daughter Card Reference Design

AN 848: Implementing Intel Cyclone 10 GX Triple-Rate SDI II with Nextera FMC Daughter Card Reference Design AN 848: Implementing Intel Cyclone 10 GX Triple-Rate SDI II with Nextera FMC Daughter Card Reference Design Updated for Intel Quartus Prime Design Suite: 18.0 Subscribe Send Feedback Latest document on

More information

JESD204B IP Core User Guide

JESD204B IP Core User Guide JESD204B IP Core User Guide Last updated for Altera Complete Design Suite: 14.1 Subscribe UG-01142 101 Innovation Drive San Jose, CA 95134 www.altera.com TOC-2 JESD204B IP Core User Guide Contents JESD204B

More information

DG0755 Demo Guide PolarFire FPGA JESD204B Standalone Interface

DG0755 Demo Guide PolarFire FPGA JESD204B Standalone Interface DG0755 Demo Guide PolarFire FPGA JESD204B Standalone Interface Microsemi Headquarters One Enterprise, Aliso Viejo, CA 92656 USA Within the USA: +1 (800) 713-4113 Outside the USA: +1 (949) 380-6100 Sales:

More information

Serial Digital Interface II Reference Design for Stratix V Devices

Serial Digital Interface II Reference Design for Stratix V Devices Serial Digital Interface II Reference Design for Stratix V Devices AN-673 Application Note This document describes the Altera Serial Digital Interface (SDI) II reference design that demonstrates how you

More information

Intel FPGA SDI II IP Core User Guide

Intel FPGA SDI II IP Core User Guide Intel FPGA SDI II IP Core User Guide Updated for Intel Quartus Prime Design Suite: 17.1 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1 Intel FPGA SDI II IP Core Quick

More information

Digital Front End (DFE) Training. DFE Overview

Digital Front End (DFE) Training. DFE Overview Digital Front End (DFE) Training DFE Overview 1 Agenda High speed Data Converter Systems Overview DFE High level Overview DFE Functional Block Diagrams DFE Features DFE System Use Cases DFE Configuration

More information

LMH0340/LMH0341 SerDes EVK User Guide

LMH0340/LMH0341 SerDes EVK User Guide LMH0340/LMH0341 SerDes EVK User Guide July 1, 2008 Version 1.05 1 1... Overview 3 2... Evaluation Kit (SD3GXLEVK) Contents 3 3... Hardware Setup 4 3.1 ALP100 BOARD (MAIN BOARD) DESCRIPTION 5 3.2 SD340EVK

More information

SDI II MegaCore Function User Guide

SDI II MegaCore Function User Guide SDI II MegaCore Function SDI II MegaCore Function 1 Innovation Drive San Jose, CA 95134 www.altera.com UG-01125-1.0 Document last updated for Altera Complete Design Suite version: Document publication

More information

8. Stratix GX Built-In Self Test (BIST)

8. Stratix GX Built-In Self Test (BIST) 8. Stratix GX Built-In Self Test (BIST) SGX52008-1.1 Introduction Each Stratix GX channel in the gigabit transceiver block contains embedded built-in self test (BIST) circuitry, which is available for

More information

1 Terasic Inc. D8M-GPIO User Manual

1  Terasic Inc. D8M-GPIO User Manual 1 Chapter 1 D8M Development Kit... 4 1.1 Package Contents... 4 1.2 D8M System CD... 5 1.3 Assemble the Camera... 5 1.4 Getting Help... 6 Chapter 2 Introduction of the D8M Board... 7 2.1 Features... 7 2.2

More information

SV1C Personalized SerDes Tester

SV1C Personalized SerDes Tester SV1C Personalized SerDes Tester Data Sheet SV1C Personalized SerDes Tester Data Sheet Revision: 1.0 2013-02-27 Revision Revision History Date 1.0 Document release Feb 27, 2013 The information in this

More information

SV1C Personalized SerDes Tester. Data Sheet

SV1C Personalized SerDes Tester. Data Sheet SV1C Personalized SerDes Tester Data Sheet Table of Contents 1 Table of Contents Table of Contents Table of Contents... 2 List of Figures... 3 List of Tables... 3 Introduction... 4 Overview... 4 Key Benefits...

More information

Serial Digital Interface Reference Design for Stratix IV Devices

Serial Digital Interface Reference Design for Stratix IV Devices Serial Digital Interface Reference Design for Stratix IV Devices AN-600-1.2 Application Note The Serial Digital Interface (SDI) reference design shows how you can transmit and receive video data using

More information

Arria-V FPGA interface to DAC/ADC Demo

Arria-V FPGA interface to DAC/ADC Demo Arria-V FPGA interface to DAC/ADC Demo 1. Scope Demonstrate Arria-V FPGA on dev.kit communicates to TI High-Speed DAC and ADC Demonstrate signal path from DAC to ADC is operating as part of the signal

More information

SPI Serial Communication and Nokia 5110 LCD Screen

SPI Serial Communication and Nokia 5110 LCD Screen 8 SPI Serial Communication and Nokia 5110 LCD Screen 8.1 Objectives: Many devices use Serial Communication to communicate with each other. The advantage of serial communication is that it uses relatively

More information

Intel Arria 10 SDI II IP Core Design Example User Guide

Intel Arria 10 SDI II IP Core Design Example User Guide Intel Arria 10 SDI II IP Core Design Example User Guide Updated for Intel Quartus Prime Design Suite: 17.0 Subscribe Send Feedback Latest document on the web: PDF HTML Contents Contents 1 SDI II Design

More information

Laboratory 4. Figure 1: Serdes Transceiver

Laboratory 4. Figure 1: Serdes Transceiver Laboratory 4 The purpose of this laboratory exercise is to design a digital Serdes In the first part of the lab, you will design all the required subblocks for the digital Serdes and simulate them In part

More information

White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs

White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs Introduction White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs In broadcasting production and delivery systems, digital video data is transported using one of two serial

More information

SDI II IP Core User Guide

SDI II IP Core User Guide SDI II IP Core User Guide Subscribe Last updated for Quartus Prime Design Suite: 15.1 UG-01125 15.11.02 101 Innovation Drive San Jose, CA 95134 www.altera.com TOC-2 Contents SDI II IP Core Quick Reference...

More information

AD9884A Evaluation Kit Documentation

AD9884A Evaluation Kit Documentation a (centimeters) AD9884A Evaluation Kit Documentation Includes Documentation for: - AD9884A Evaluation Board - SXGA Panel Driver Board Rev 0 1/4/2000 Evaluation Board Documentation For the AD9884A Purpose

More information

Programmable Pattern Generator For 10GBASE-R/W. Jonathan Thatcher. World Wide Packets

Programmable Pattern Generator For 10GBASE-R/W. Jonathan Thatcher. World Wide Packets Programmable Pattern Generator For 10GBASE-R/W Jonathan Thatcher World Wide Packets Motivation n Motivation: provide a simple to implement, programmable pattern generator. n Rationale: it is not clear

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

Trigger synchronization and phase coherent in high speed multi-channels data acquisition system

Trigger synchronization and phase coherent in high speed multi-channels data acquisition system White Paper Trigger synchronization and phase coherent in high speed multi-channels data acquisition system Synopsis Trigger synchronization and phase coherent acquisition over multiple Data Acquisition

More information

Lattice Embedded Vision Development Kit User Guide

Lattice Embedded Vision Development Kit User Guide FPGA-UG-02015 Version 1.1 January 2018 Contents Acronyms in This Document... 3 1. Introduction... 4 2. Functional Description... 5 CrossLink... 5 ECP5... 6 SiI1136... 6 3. Demo Requirements... 7 CrossLink

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

GALILEO Timing Receiver

GALILEO Timing Receiver GALILEO Timing Receiver The Space Technology GALILEO Timing Receiver is a triple carrier single channel high tracking performances Navigation receiver, specialized for Time and Frequency transfer application.

More information

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015

MIPI D-PHY Bandwidth Matrix Table User Guide. UG110 Version 1.0, June 2015 UG110 Version 1.0, June 2015 Introduction MIPI D-PHY Bandwidth Matrix Table User Guide As we move from the world of standard-definition to the high-definition and ultra-high-definition, the common parallel

More information

Display Interfaces. Display solutions from Inforce. MIPI-DSI to Parallel RGB format

Display Interfaces. Display solutions from Inforce. MIPI-DSI to Parallel RGB format Display Interfaces Snapdragon processors natively support a few popular graphical displays like MIPI-DSI/LVDS and HDMI or a combination of these. HDMI displays that output any of the standard resolutions

More information

8b10b Macro. v2.0. This data sheet defines the functionality of Version 1.0 of the 8b10b macro.

8b10b Macro. v2.0. This data sheet defines the functionality of Version 1.0 of the 8b10b macro. v2.0 8b10b Macro Product Summary Gigabit Ethernet 8b10b Function 125 MHz Operation Transmit and Receive Function isparity and Illegal Code Error Checking Connects directly to industry-standard Gigabit

More information

HOLITA HDLC Core: Datasheet

HOLITA HDLC Core: Datasheet HOLITA HDLC Core: Datasheet Version 1.0, July 2012 8-bit Parallel to Serial Shift 8-bit Serial to Parallel Shift HDLC Core FSC16/32 Generation Zero Insert Transmit Control FSC16/32 Check Zero Deletion

More information

Optical Link Evaluation Board for the CSC Muon Trigger at CMS

Optical Link Evaluation Board for the CSC Muon Trigger at CMS Optical Link Evaluation Board for the CSC Muon Trigger at CMS 04/04/2001 User s Manual Rice University, Houston, TX 77005 USA Abstract The main goal of the design was to evaluate a data link based on Texas

More information

Exercise 1-2. Digital Trunk Interface EXERCISE OBJECTIVE

Exercise 1-2. Digital Trunk Interface EXERCISE OBJECTIVE Exercise 1-2 Digital Trunk Interface EXERCISE OBJECTIVE When you have completed this exercise, you will be able to explain the role of the digital trunk interface in a central office. You will be familiar

More information

Logic Analysis Basics

Logic Analysis Basics Logic Analysis Basics September 27, 2006 presented by: Alex Dickson Copyright 2003 Agilent Technologies, Inc. Introduction If you have ever asked yourself these questions: What is a logic analyzer? What

More information

Dual Link DVI Receiver Implementation

Dual Link DVI Receiver Implementation Dual Link DVI Receiver Implementation This application note describes some features of single link receivers that must be considered when using 2 devices for a dual link application. Specific characteristics

More information

Logic Analysis Basics

Logic Analysis Basics Logic Analysis Basics September 27, 2006 presented by: Alex Dickson Copyright 2003 Agilent Technologies, Inc. Introduction If you have ever asked yourself these questions: What is a logic analyzer? What

More information

SDI Audio IP Cores User Guide

SDI Audio IP Cores User Guide SDI Audio IP Cores User Guide Subscribe Last updated for Quartus Prime Design Suite: 16.0 UG-SDI-AUD 101 Innovation Drive San Jose, CA 95134 www.altera.com TOC-2 Contents SDI Audio IP Cores Overview...1-1

More information

DT9834 Series High-Performance Multifunction USB Data Acquisition Modules

DT9834 Series High-Performance Multifunction USB Data Acquisition Modules DT9834 Series High-Performance Multifunction USB Data Acquisition Modules DT9834 Series High Performance, Multifunction USB DAQ Key Features: Simultaneous subsystem operation on up to 32 analog input channels,

More information

Synchronizing Multiple ADC08xxxx Giga-Sample ADCs

Synchronizing Multiple ADC08xxxx Giga-Sample ADCs Application Bulletin July 19, 2010 Synchronizing Multiple 0xxxx Giga-Sample s 1.0 Introduction The 0xxxx giga-sample family of analog-to-digital converters (s) make the highest performance data acquisition

More information

FPGA Development for Radar, Radio-Astronomy and Communications

FPGA Development for Radar, Radio-Astronomy and Communications John-Philip Taylor Room 7.03, Department of Electrical Engineering, Menzies Building, University of Cape Town Cape Town, South Africa 7701 Tel: +27 82 354 6741 email: tyljoh010@myuct.ac.za Internet: http://www.uct.ac.za

More information

TAXI -compatible HOTLink Transceiver

TAXI -compatible HOTLink Transceiver TAXI -compatible HOTLink Transceiver TAXI -compatible HOTLink Transceiver Features Second-generation HOTLink technology AMD AM7968/7969 TAXIchip -compatible 8-bit 4B/5B or 10-bit 5B/6B NRZI encoded data

More information

Major Differences Between the DT9847 Series Modules

Major Differences Between the DT9847 Series Modules DT9847 Series Dynamic Signal Analyzer for USB With Low THD and Wide Dynamic Range The DT9847 Series are high-accuracy, dynamic signal acquisition modules designed for sound and vibration applications.

More information

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline IEEE802.11a Based Wireless AV Module() with Digital AV Interface TOSHIBA Corp. T.Wakutsu, N.Shibuya, E.Kamagata, T.Matsumoto, Y.Nagahori, T.Sakamoto, Y.Unekawa, K.Tagami, M.Serizawa Outline Background

More information

AT720USB. Digital Video Interfacing Products. DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT720USB. Digital Video Interfacing Products. DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT720USB DVB-C (QAM-B, 8VSB) Input Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - High Speed USB 2.0. - Windows XP, Vista, Win 7 ( 64bit

More information

Serial Peripheral Interface

Serial Peripheral Interface Serial Peripheral Interface ECE 362 https://engineering.purdue.edu/ee362/ Rick Reading Assignment Textbook, Chapter 22, Serial Communication Protocols, pp. 527 598 It s a long chapter. Let s first look

More information

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016

SingMai Electronics SM06. Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module. User Manual. Revision th December 2016 SM06 Advanced Composite Video Interface: DVI/HD-SDI to acvi converter module User Manual Revision 0.3 30 th December 2016 Page 1 of 23 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1

More information

10GBASE-R Test Patterns

10GBASE-R Test Patterns John Ewen jfewen@us.ibm.com Test Pattern Want to evaluate pathological events that occur on average once per day At 1Gb/s once per day is equivalent to a probability of 1.1 1 15 ~ 1/2 5 Equivalent to 7.9σ

More information

BRR Tektronix BroadR-Reach Compliance Solution for Automotive Ethernet. Anshuman Bhat Product Manager

BRR Tektronix BroadR-Reach Compliance Solution for Automotive Ethernet. Anshuman Bhat Product Manager BRR Tektronix BroadR-Reach Compliance Solution for Automotive Ethernet Anshuman Bhat Product Manager anshuman.bhat@tektronix.com Agenda BroadR-Reach Automotive Market Technology Overview Open Alliance

More information

QSFP+ 40GBASE-SR4 Fiber Transceiver

QSFP+ 40GBASE-SR4 Fiber Transceiver QSFP+ 40GBASE-SR4 Fiber Transceiver Preliminary Features RoHS-6 compliant High speed / high density: support up to 4X10 Gb/s bi-directional operation Compliant to industrial standard SFF-8436 QSFP+ standard

More information

TAXI -compatible HOTLink Transceiver

TAXI -compatible HOTLink Transceiver TAXI -compatible HOTLink Transceiver Features Second-generation HOTLink technology AMD AM7968/7969 TAXIchip -compatible 8-bit 4B/5B or 10-bit 5B/6B NRZI encoded data transport 10-bit or 12-bit NRZI pre-encoded

More information

12-Bit, 2.5/2.0 GSPS, 1.3 V/2.5 V Analog-to-Digital Converter AD9625

12-Bit, 2.5/2.0 GSPS, 1.3 V/2.5 V Analog-to-Digital Converter AD9625 Preliminary Data Sheet 12-Bit, 2.5/2.0 GSPS, 1.3 V/2.5 V Analog-to-Digital Converter FEATURES 12-bit 2.5 GSPS ADC, no missing codes SFDR = 79dBc, AIN up to 1 GHz at 1 dbfs, 2.5 GSPS SFDR = 75dBc, AIN up

More information

IEEE 100BASE-T1 Physical Coding Sublayer Test Suite

IEEE 100BASE-T1 Physical Coding Sublayer Test Suite IEEE 100BASE-T1 Physical Coding Sublayer Test Suite Version 1.1 Author & Company Curtis Donahue, UNH-IOL Stephen Johnson, UNH-IOL Title IEEE 100BASE-T1 Physical Coding Sublayer Test Suite Version 1.1 Date

More information

Achieving Timing Closure in ALTERA FPGAs

Achieving Timing Closure in ALTERA FPGAs Achieving Timing Closure in ALTERA FPGAs Course Description This course provides all necessary theoretical and practical know-how to write system timing constraints for variety designs in ALTERA FPGAs.

More information

Nutaq. PicoDigitizer-125. Up to 64 Channels, 125 MSPS ADCs, FPGA-based DAQ Solution With Up to 32 Channels, 1000 MSPS DACs PRODUCT SHEET. nutaq.

Nutaq. PicoDigitizer-125. Up to 64 Channels, 125 MSPS ADCs, FPGA-based DAQ Solution With Up to 32 Channels, 1000 MSPS DACs PRODUCT SHEET. nutaq. Nutaq Up to 64 Channels, 125 MSPS ADCs, FPGA-based DAQ Solution With Up to 32 Channels, 1000 MSPS DACs PRODUCT SHEET QUEBEC I MONTREAL I N E W YO R K I nutaq.com Nutaq The PicoDigitizer 125-Series is a

More information

CLC011 Serial Digital Video Decoder

CLC011 Serial Digital Video Decoder CLC011 Serial Digital Video Decoder General Description National s Comlinear CLC011, Serial Digital Video Decoder, decodes and descrambles SMPTE 259M standard Serial Digital Video datastreams with serial

More information

Dual HD-SDI Output (MCX + BNC connector) HD- SDI Cable Driver. HDMI DVI Tx connector. Optical HD- SDI Output LC - connector. 8pin

Dual HD-SDI Output (MCX + BNC connector) HD- SDI Cable Driver. HDMI DVI Tx connector. Optical HD- SDI Output LC - connector. 8pin Thunder Link is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

Quad ADC EV10AQ190A Synchronization of Multiple ADCs

Quad ADC EV10AQ190A Synchronization of Multiple ADCs Synchronization of Multiple ADCs Application Note Applies to EV10AQ190A 1. Introduction This application note provides some recommendations for the correct synchronization of multiple EV10AQ190A Quad 10-bit

More information

Model 5240 Digital to Analog Key Converter Data Pack

Model 5240 Digital to Analog Key Converter Data Pack Model 5240 Digital to Analog Key Converter Data Pack E NSEMBLE D E S I G N S Revision 2.1 SW v2.0 This data pack provides detailed installation, configuration and operation information for the 5240 Digital

More information

C8000. sync interface. External sync auto format sensing : AES, Word Clock, Video Reference

C8000. sync interface. External sync auto format sensing : AES, Word Clock, Video Reference features Standard sync module for a frame Internal sync @ 44.1 / 48 / 88.2 / 96kHz External sync auto format sensing : AES, Word Clock, Video Reference Video Reference : Black Burst (NTSC or PAL) Composite

More information

BUSES IN COMPUTER ARCHITECTURE

BUSES IN COMPUTER ARCHITECTURE BUSES IN COMPUTER ARCHITECTURE The processor, main memory, and I/O devices can be interconnected by means of a common bus whose primary function is to provide a communication path for the transfer of data.

More information

PAM4 signals for 400 Gbps: acquisition for measurement and signal processing

PAM4 signals for 400 Gbps: acquisition for measurement and signal processing TITLE PAM4 signals for 400 Gbps: acquisition for measurement and signal processing Image V1.00 1 Introduction, content High speed serial data links are in the process in increasing line speeds from 25

More information

AT660PCI. Digital Video Interfacing Products. DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT660PCI. Digital Video Interfacing Products. DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT660PCI DVB-S2/S (QPSK) Satellite Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - PCI 2.2, 32 bit, 33/66MHz 3.3V. - Bus Master DMA, Scatter

More information

THDB_ADA. High-Speed A/D and D/A Development Kit

THDB_ADA. High-Speed A/D and D/A Development Kit THDB_ADA High-Speed A/D and D/A Development Kit With complete reference design and source code for Fast-Fourier Transform analysis and arbitrary waveform generator. 1 CONTENTS Chapter 1 About the Kit...2

More information

SERIAL DIGITAL VIDEO FIBER OPTIC TRANSPORT & DISTRIBUTION MODULAR SYSTEM FOR HDTV & SDTV

SERIAL DIGITAL VIDEO FIBER OPTIC TRANSPORT & DISTRIBUTION MODULAR SYSTEM FOR HDTV & SDTV INSTRUCTION MANUAL HD-4000 Series OPENGEAR SERIAL DIGITAL VIDEO FIBER OPTIC TRANSPORT & DISTRIBUTION MODULAR SYSTEM FOR HDTV & SDTV MultiDyne Video at Light Speed 191 FOREST AVENUE LOCUST VALLEY, NY 11560-2132

More information

Implementing SMPTE SDI Interfaces with Artix-7 FPGA GTP Transceivers Author: John Snow

Implementing SMPTE SDI Interfaces with Artix-7 FPGA GTP Transceivers Author: John Snow Application Note: Artix-7 Family XAPP1097 (v1.0.1) November 10, 2015 Implementing SMPTE SDI Interfaces with Artix-7 FPGA GTP Transceivers Author: John Snow Summary The Society of Motion Picture and Television

More information

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs

AT780PCI. Digital Video Interfacing Products. Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Digital Video Interfacing Products AT780PCI Multi-standard DVB-T2/T/C Receiver & Recorder & TS Player DVB-ASI & DVB-SPI outputs Standard Features - PCI 2.2, 32 bit, 33/66MHz 3.3V. - Bus Master DMA, Scatter

More information

10 Mb/s Single Twisted Pair Ethernet Proposed PCS Layer for Long Reach PHY Dirk Ziegelmeier Steffen Graber Pepperl+Fuchs

10 Mb/s Single Twisted Pair Ethernet Proposed PCS Layer for Long Reach PHY Dirk Ziegelmeier Steffen Graber Pepperl+Fuchs 10 Mb/s Single Twisted Pair Ethernet Proposed PCS Layer for Long Reach PHY Dirk Ziegelmeier Steffen Graber Pepperl+Fuchs IEEE P802.3cg 10 Mb/s Single Twisted Pair Ethernet Task Force 8/29/2017 1 Content

More information

12-Bit, 2.0 GSPS, 1.3 V/2.5 V Analog-to-Digital Converter AD9625

12-Bit, 2.0 GSPS, 1.3 V/2.5 V Analog-to-Digital Converter AD9625 Data Sheet 12-Bit, 2.0 GSPS, 1.3 V/2.5 V Analog-to-Digital Converter FEATURES 12-bit 2.0 GSPS ADC, no missing codes SFDR = 80 dbc, AIN up to 1 GHz at 1 dbfs, 2.0 GSPS SFDR = 76 dbc, AIN up to 1.8 GHz at

More information

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels

DT9857E. Key Features: Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels DT9857E Dynamic Signal Analyzer for Sound and Vibration Analysis Expandable to 64 Channels The DT9857E is a high accuracy dynamic signal acquisition module for noise, vibration, and acoustic measurements

More information

EXOSTIV TM. Frédéric Leens, CEO

EXOSTIV TM. Frédéric Leens, CEO EXOSTIV TM Frédéric Leens, CEO A simple case: a video processing platform Headers & controls per frame : 1.024 bits 2.048 pixels 1.024 lines Pixels per frame: 2 21 Pixel encoding : 36 bit Frame rate: 24

More information

DNA-STP-SYNC Synchronization and Screw Terminal Panel. User Manual

DNA-STP-SYNC Synchronization and Screw Terminal Panel. User Manual DNA-STP-SYNC Synchronization and Screw Terminal Panel User Manual Accessory Panel for PowerDNA Cube (DNA) Systems February 2009 Edition PN Man-DNA-STP-SYNC-0209 Version 1.2 Copyright 1998-2009 All rights

More information

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4)

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4) ECE 574: Modeling and synthesis of digital systems using Verilog and VHDL Fall Semester 2017 Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and

More information

Receiver Testing to Third Generation Standards. Jim Dunford, October 2011

Receiver Testing to Third Generation Standards. Jim Dunford, October 2011 Receiver Testing to Third Generation Standards Jim Dunford, October 2011 Agenda 1.Introduction 2. Stressed Eye 3. System Aspects 4. Beyond Compliance 5. Resources 6. Receiver Test Demonstration PCI Express

More information

AN-822 APPLICATION NOTE

AN-822 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Synchronization of Multiple AD9779 Txs by Steve Reine and Gina Colangelo

More information

CMS Conference Report

CMS Conference Report Available on CMS information server CMS CR 1997/017 CMS Conference Report 22 October 1997 Updated in 30 March 1998 Trigger synchronisation circuits in CMS J. Varela * 1, L. Berger 2, R. Nóbrega 3, A. Pierce

More information

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart. Saab TransponderTech AB. Appendices. Project designation. Document title. Page 1 (25)

R5 RIC Quickstart R5 RIC. R5 RIC Quickstart. Saab TransponderTech AB. Appendices. Project designation. Document title. Page 1 (25) Appendices 1 (25) Project designation R5 RIC Document title CONTENTS 2 (25) 1 References... 4 2 Dimensions... 5 3 Connectors... 6 3.1 Power input... 6 3.2 Video I... 6 3.3 Video Q... 6 3.4 Sync... 6 3.5

More information

Technical Description

Technical Description Technical Description DCF Slave / Quartz Clock 7001 DCFS / QRTZ Version 0104 250997 Nottebohmstr 41 post box 1847 58511 Lüdenscheid 58468 Lüdenscheid fon: 02351 / 938686 fax: 02351 / 459590 Internet: http://wwwhopf-timecom

More information

Smart Night Light. Figure 1: The state diagram for the FSM of the ALS.

Smart Night Light. Figure 1: The state diagram for the FSM of the ALS. Smart Night Light Matt Ball, Aidan Faraji-Tajrishi, Thomas Goold, James Wallace Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland University, Rochester,

More information

FIBRE CHANNEL CONSORTIUM

FIBRE CHANNEL CONSORTIUM FIBRE CHANNEL CONSORTIUM FC-PI-2 Clause 6 Optical Physical Layer Test Suite Version 0.51 Technical Document Last Updated: August 15, 2005 Fibre Channel Consortium Durham, NH 03824 Phone: +1-603-862-0701

More information

Design and Implementation of Nios II-based LCD Touch Panel Application System

Design and Implementation of Nios II-based LCD Touch Panel Application System Design and Implementation of Nios II-based Touch Panel Application System Tong Zhang 1, Wen-Ping Ren 2, Yi-Dian Yin, and Song-Hai Zhang School of Information Science and Technology, Yunnan University No.2,

More information

BABAR IFR TDC Board (ITB): system design

BABAR IFR TDC Board (ITB): system design BABAR IFR TDC Board (ITB): system design Version 1.1 12 december 1997 G. Crosetti, S. Minutoli, E. Robutti I.N.F.N. Genova 1. Introduction TDC readout of the IFR will be used during BABAR data taking to

More information

C-MAX. CMM-9301-V3.1S Bluetooth 4.0 Single Mode HCI Module. Description. 1.1 Features

C-MAX. CMM-9301-V3.1S Bluetooth 4.0 Single Mode HCI Module. Description. 1.1 Features Description This Module is limited to OEM installation ONLY The module is a Bluetooth SIG qualified, miniaturised BLE controller module based on EM Microelectronic's low power fully integrated single-chip

More information

SDI Development Kit using National Semiconductor s LMH0340 serializer and LMH0341 deserializer

SDI Development Kit using National Semiconductor s LMH0340 serializer and LMH0341 deserializer User Guide: SDALTEVK HSMC SDI ADAPTER BOARD 9-Jul-09 Version 0.06 SDI Development Kit using National Semiconductor s LMH0340 serializer and LMH0341 deserializer Page 1 of 31 1...Overview 3 2...Evaluation

More information

isplever Multi-Rate Serial Digital Interface Physical Layer IP Core User s Guide January 2012 ipug70_01.2

isplever Multi-Rate Serial Digital Interface Physical Layer IP Core User s Guide January 2012 ipug70_01.2 TM isplever CORE Multi-Rate Serial Digital Interface Physical Layer IP Core User s Guide January 2012 ipug70_01.2 Introduction Serial Digital Interface (SDI) is the most popular raw video link standard

More information

IP LIVE PRODUCTION UNIT NXL-IP55

IP LIVE PRODUCTION UNIT NXL-IP55 IP LIVE PRODUCTION UNIT NXL-IP55 OPERATION MANUAL 1st Edition (Revised 2) [English] Table of Contents Overview...3 Features... 3 Transmittable Signals... 3 Supported Networks... 3 System Configuration

More information

R3B Si TRACKER CABLE TEST REPORT

R3B Si TRACKER CABLE TEST REPORT R3B Si TRACKER CABLE TEST REPORT Author: Mos Kogimtzis Date: 22/05/2012 Department: NPG, Technology Project: R3B Si Tracker Detector Customer: Internal 1. Scope The aim of the test described below is to

More information

Xilinx Answer Eye Qualification

Xilinx Answer Eye Qualification Xilinx Answer 70915 Eye Qualification Important Note: This downloadable PDF of an Answer Record is provided to enhance its usability and readability. It is important to note that Answer Records are Web-based

More information

Datasheet SHF A

Datasheet SHF A SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23D 12277 Berlin Germany Phone +49 30 772051-0 Fax ++49 30 7531078 E-Mail: sales@shf.de Web: http://www.shf.de Datasheet SHF 19120 A 2.85 GSa/s

More information

CH7520. CH7520 DisplayPort to VGA/HDTV Converter GENERAL DESCRIPTION

CH7520. CH7520 DisplayPort to VGA/HDTV Converter GENERAL DESCRIPTION Chrontel Brief Datasheet DisplayPort to VGA/HDTV Converter FEATURES Compliant with DisplayPort (DP) specification version 1.2 Support 2 Main Link Lanes at either 1.62Gb/s or 2.7Gb/s link rate Support multiple

More information

Aegis Electronic Group

Aegis Electronic Group This is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

Experiment: FPGA Design with Verilog (Part 4)

Experiment: FPGA Design with Verilog (Part 4) Department of Electrical & Electronic Engineering 2 nd Year Laboratory Experiment: FPGA Design with Verilog (Part 4) 1.0 Putting everything together PART 4 Real-time Audio Signal Processing In this part

More information

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer

MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer Link Instruments Innovative Test & Measurement solutions since 1986 Store Support Oscilloscopes Logic Analyzers Pattern Generators Accessories MSO-28 Oscilloscope, Logic Analyzer, Spectrum Analyzer $ The

More information

GREAT 32 channel peak sensing ADC module: User Manual

GREAT 32 channel peak sensing ADC module: User Manual GREAT 32 channel peak sensing ADC module: User Manual Specification: 32 independent timestamped peak sensing, ADC channels. Input range 0 to +8V. Sliding scale correction. Peaking time greater than 1uS.

More information