FPGA based Satellite Set Top Box prototype design

Size: px
Start display at page:

Download "FPGA based Satellite Set Top Box prototype design"

Transcription

1 9 th International conference on Sciences and Techniques of Automatic control & computer engineering FPGA based Satellite Set Top Box prototype design Mohamed Frad 1,2, Lamjed Touil 1, Néji Gabsi 2, Abdessalem Ben Abdelali 1, Abdellatif Mtibaa 1,2 1. Laboratoire d'electronique et de Microélectronique de la FSM ". 2. Ecole Nationale d Ingénieurs de Monastir, Avenue Ibn ElJazzar, 5019 Monastir, Tunisie. mhamed.frad@gmail.com ; neji_elgabsi@yahoo.fr ; lamjedtl@yahoo.fr ; abdelalienis@yahoo.fr ; abdellatif.mtibaa@enim.rnu.tn Abstract. In this paper we propose a study of a digital satellite Set Top Box (STB) with multiple tuner using FPGA technologies. A study about the DBS tuner module is provided to ease the interface problem with the Xilinx XUP board which is used as a development system. One of the major challenges involved in this study is to connect necessary intellectual property (IP) cores for the STB design to the IBM PowerPC 405 core integrated into the Virtex-II Pro devices and to exploit µclinux real time operating system to manage the device keywords. Digital Video Broadcasting (DVB), Set Top Box (STB), System on Programmable chip (SoPC), PowerPC, Real time operating system (RTOS) 1. Introduction Recent advances in Field Programmable Gate Array technologies have made it possible to design powerful and easily customizable Systems on Programmable Chip (SoPCs). An obvious advantage of this latter is the great flexibility in hardware configuration. In fact suitable kinds of processors and intellectual property cores can be often chosen for each application. The processors can handle software tasks as needed and hardware blocks permits to accelerate the time critical treatments. Thus, design of embedded applications becomes more flexible and efficient. In this paper, we aim to take the advantage of new FPGA families to implement a part of a satellite digital set-top box and to port an embedded operating system to manage the hardware and offer high flexibility. This allows providing affordable and high performance cost effective solutions for demanding set top box applications, including data broadcasting, interactive TV and web browsing. For experimentation we have exploited the resources of the XUP Virtex-II Pro platform. STA'2008-IRM-467, pages 1-9 Academic Publication Center of Tunis, Tunisia

2 2 STA 2008 IRM 467, pages 1 à 9 2. Interactive television concept The digital television offers a revolutionary platform for a number of new services and applications. It allows not only broadcasting data but also all introducing kinds of interactive services such as video in demand (VoD) which let the viewer to watch TV program or movie at any time he wants and web services which permit users to send , chat, and surf the Internet from their televisions. Viewers can communicate with each other when watching TV programs, exchanging their opinion about TV shows in real time. Interactive programming (figure 1) is an interesting topic coming with interactive services. In fact, viewers are able to choose from a number of a different video feeds as well as the main live feed via an interactive mosaic. For example, viewers can then follow simultaneous football matches displayed on the screen TV side by side, without missing any important episodes. They could also get in-vision statistics including the current score and also pull up information on the goals. [1] In this context, we aim to design a set top box hardware prototype and to use suitable operating system permitting to integrate the desired services. Fig. 1. Interactive programming mosaic.

3 FPGA based Satellite Set Top Box prototype design Multiple tuners satellite set-top box prototype In this paragraph we describe the different elements and solutions for a suggested multiple tuners architecture. This architecture aim to provide a cost effective satellite set top box allowing the viewer more complete information about programming availability on all broadcast channel. In fact, it provides the user with options to customize the plurality of channels displayed.it has the ability to simultaneously tune to more one channel which has the advantage of being able to view programs from separate channels at the same time through picture thumbnails. Fig. 2. Multiple tuners satellite set-top box. The initial prototype, presented by figure 2, is based on three branches. Each branch includes a tuner, a demodulator, a descrambler, an MPEG A/V decoder configured to receive and to decode videos signals from the transport demultiplexor. The first tuner is controlled by a microprocessor via the I2C bus according to input from a remote control, to select one of the broadcast signals. First tuner, in turn, passes the selected broadcast signal to QPSK demodulator. The packets of data are then provided to a descrambler then to a transport demultiplexor which separates and processes audio, video and data packets. The separated audio and video packets are provided to an MPEG audio/video (A/V) decoder which decompresses video and audio signals and converts them to analog form. In the same way, PIP tuner is tuned to a particular channel by the microprocessor via I2C bus and broadcast signal subject the same treatments. Third tuner is reserved for recording functionality (PVR) allowing user to store a desired TV program at predefine time, and viewer can replay it whenever he wants. The digital DBS tuner module BS2F7V0194 is a solution which includes a direct conversion RF tuner and an integrated circuit STV0299B which performs digital demodulation, half-nyquist filtering and forward error correction FEC. So, it we have exploited this solution to ease the architecture of the multiple tuners satellite set top box. The digital DBS tuner module is controlled by I2C bus for selecting frequency on which to lock, setting the polarizations, selecting low or

4 4 STA 2008 IRM 467, pages 1 à 9 high KU band, QPSK demodulator, 8-bit data bus (transport stream TS), loop-trough for redirecting input signal to next device. It is compulsory to associate an LNB supply as a hardware control circuit as shown in figure 3. BS2F70194 Fig. 3. Complete RF-to-digital front end. [2] The XUP Virtex-II Pro platform is exploited to implement different IP cores and control signals such as the DVB descrambler, MPEG-2 transport demultiplexor, the PAL/NTSC encoder, the GPT PWM (General purpose timers, pulse with modulation) and the I2C bus according to the principle shown in figure 4. LNB in Stereo audio via AC97 codec XSGA video port LNB out Tuner Reset Fig. 4. Digital DBS tuner based STB hardware architecture.

5 FPGA based Satellite Set Top Box prototype design - 5 The FPGA used in the XUP board integrates two hard PowerPC 405 processors. These processors provide high performance and lower power consumption and can support a system frequency of 300 MHz. PowerPC 405 could be interconnected to chip cores from multiple sources thanks to the IBM CoreConnect (Figure 5). Fig. 5. Foundation of IBM PowerPC, with CoreConnect. [3] 4. Experimentation Modular design has become a very common practice among system designers due to the increased complexity of systems and the need for reusing each of the different components that form these systems. Modern system level design tools provide environments and specifications in which offer many advantages to system design, to create the hardware and the software environment of our satellite set top box, we have used the Xilinx Embedded Development Kit (EDK) [6]. This latter contains Embedded System Tools (EST), documentation, and Hardware IPs for the Xilinx embedded processors and peripherals Proposed architecture As shown in figure 4, an interface problem between the Xilinx XUP board and the DBS tuner module. To resolve this problem, we have specified the nature of pins and the hardware control circuit associated. Thereafter, an interface module has been chosen to ensure the communication between the XUP board, the Control hardware and the digital DBS tuner. Moreover we have taken the advantage of the video port, the serial port and the audio codec of the XUP board to design our hardware platform.

6 6 STA 2008 IRM 467, pages 1 à Creating the STB hardware system The first step is to create a hardware platform which contains the PowerPC, buses, and peripherals attached to this processor and next we select the desired peripherals. Different Xilinx IP cores are provided by the development tool library (EDK) such as the UART Lite, the GPIO (General Purpose Input/output), the interrupt controller and the audio codec. The IPs cores which are not offered by the library of EDK are added as custom IP. They were validated by Modelsim then synthesized by ISE tools for the target device XC2VP30. The custom IPs cores are: I2C bus MPEG-2 transport demultiplexor/ DVB descrambler. The PAL/ NTSC encoder. GPT PWM (General purpose timers, pulse width modulation (GPT, PWM)). Synthesis results of this IPs are given in the following table 1. Table 1. Synthesis results of IPs cores. IP cores Number of slices Number of 4 inputs LUTs I2C bus MPEG-2 transport demultiplexor/ DVB descrambler PAL/NTSC encoder GPT PWM 4 8 Examples of simulation result are given in figures 6 et 7. Figure 8 represents the user interface using EDK tool. Fig. 6. I2C bus simulation result.

7 FPGA based Satellite Set Top Box prototype design - 7 Fig. 7. GPT PWM simulation result. Fig. 8. The project interface Creating the STB hardware system The operating system is one of the most important software resources in our set top box. It offers services such as schedulers, synchronization mechanisms, and threads. A set-top box operating system has time constraints and requires handling sophisticated tasks in a small memory space. So, it must be fast, reliable, modular, highly configurable and capable to operate in real-time environment. A number of real time operating systems have emerged to drive the next generation of advanced set-top box [5]. Linux is one of the attractive operating system for several reasons: Open Source and Royalty Free. Small in Size: The kernel image of an embedded Linux is usually about 2MB to 8MB. µclinux is an example of real time operating system (RTOS) designed specifically for deeply embedded applications such as telecommunication, switchers, routers and interactive TV terminals. In fact, µclinux distribution is devoted to processors which don t benefit of memory management unit (MMU) and float processor unit (FPU).

8 8 STA 2008 IRM 467, pages 1 à 9 The C library which is necessary for programs users compilation was Remark 1. In the printed volumes, illustrations are generally black and white (halftones), and only in exceptional cases, and if the author is prepared to cover the extra cost for color reproduction, are color pictures accepted. If color illustrations are necessary, please send us color-separated files if possible. Color pictures are welcome in the electronic version at no additional cost. The C library which is necessary for programs users compilation was lightened in order to keep the embedded systems more efficient. Therefore, most µclinux features are suitable for the satellite receiver. In the present paragraph we will port an embedded operating system to manage the hardware and offer design flexibility. In fact, The XPS allows us to add software applications to available processors. The applications can be compiled with GCC like compilers. µclinux has been considered as the suitable real-time operating system (RTOS). The next flow, figure 9, shows the indispensable steps of µclinux implementation. 1. Kernel preparation 3. Hardware platform creation 2. µclinux BSP installation Fail Copy of the autoconfig.in file with UNIX in order to convert it to UNIX file Windows Memory test Windows/Linux OK Linux 4. Kernel image creation Windows Copy of the kernel image «image.bin" with windows Widows/Linux Linux 5. Downloading kernel image to the target Board Fig. 9. µclinux flow chart.

9 FPGA based Satellite Set Top Box prototype design Conclusion This paper was dedicated to present a study of a digital set top box architecture including multiple tuners using FPGA technologies. After introducing interactive television concept, we have discussed the architecture of a multiple tuners set top box prototype which is based on the use of XUP platform. This latter integrates two PowerPC 405 processors and the IBM CoreConnect which are useful for our design. In the experimental part, we have presented some synthesis and simulation results of different IPs cores used for our design and given the key steps to include a real time operating system. This study is still at an early age. Currently we are connecting some IPs cores to the PowerPC and porting the appropriate operating system. The next major task is to complete the others parts of our digital set top box and to integrate interactive applications algorithms. References 1. Karyn Y. Lu, "Interaction design principles for interactive television", Master of Science in Information Design and technology, Georgia Institute of Technology, May Silicon Laboratories, "SiRX Single-Chip RF Front-End for Digital Satellite TV", < 3. Xilinx, "Xilinx Inc" 2003, < 4. C. Peng, P. Cesar and P. Vuorimaa, "Integration of applications into digital television environment", In Proceedings of the 7th International Conference on Distributed Multimedia Systems, Taipei, Taiwan, September 26.28, 2001, pp H-L. J. LIN, "Evaluating Hardware/Software partitioning and embedded Linux port of the Virtex II-PRO development system", master of science in computer engineering, Washington State University, School of Electrical Engineering and Computer Science, MAY 2006.

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS

DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS DESIGN OF A MEASUREMENT PLATFORM FOR COMMUNICATIONS SYSTEMS P. Th. Savvopoulos. PhD., A. Apostolopoulos, L. Dimitrov 3 Department of Electrical and Computer Engineering, University of Patras, 65 Patras,

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

SiRX Single-Chip RF Front-End for Digital Satellite TV

SiRX Single-Chip RF Front-End for Digital Satellite TV SiRX Single-Chip RF Front-End for Digital Satellite TV Track Record of Proven Technology Key Silicon Labs Innovations Globally-compliant DAA CMOS RF synthesizer Complete embedded modem CMOS RF transceiver

More information

L11/12: Reconfigurable Logic Architectures

L11/12: Reconfigurable Logic Architectures L11/12: Reconfigurable Logic Architectures Acknowledgements: Materials in this lecture are courtesy of the following people and used with permission. - Randy H. Katz (University of California, Berkeley,

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

Cisco D9865 Satellite Receiver

Cisco D9865 Satellite Receiver The Cisco D9865 Satellite Receiver is designed for satellite content distribution, and targets the broadcast, business TV, private networks, and SMATV environment. The receiver offers the ability to receive

More information

AT70XUSB. Digital Video Interfacing Products

AT70XUSB. Digital Video Interfacing Products Digital Video Interfacing Products AT70XUSB DVB-C (QAM-A) Cable TV Input DVB-C to DVB-ASI Converter Receiver, Recorder & Converter Small Handheld size No External Power Supply needed Standard Features

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

Cisco D9865 Satellite Receiver

Cisco D9865 Satellite Receiver Cisco D9865 Satellite Receiver The Cisco D9865 Satellite Receiver is designed for satellite content distribution, and targets the broadcast, business TV, private networks, and SMATV environment. The receiver

More information

L12: Reconfigurable Logic Architectures

L12: Reconfigurable Logic Architectures L12: Reconfigurable Logic Architectures Acknowledgements: Materials in this lecture are courtesy of the following sources and are used with permission. Frank Honore Prof. Randy Katz (Unified Microelectronics

More information

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR

TV4U QUAD DVB-S2 to DVB-C TRANSMODULATOR INSTRUCTION MANUAL Features of the new DVB-C transmodulators line Through the use of the FPGA technology the transmodulators provides the highest performance at the lowest price. Four carriers are formed

More information

COMPUTER ENGINEERING PROGRAM

COMPUTER ENGINEERING PROGRAM COMPUTER ENGINEERING PROGRAM California Polytechnic State University CPE 169 Experiment 6 Introduction to Digital System Design: Combinational Building Blocks Learning Objectives 1. Digital Design To understand

More information

Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol Chethan Kumar M 1, Praveen Kumar Y G 2, Dr. M. Z. Kurian 3.

Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol Chethan Kumar M 1, Praveen Kumar Y G 2, Dr. M. Z. Kurian 3. International Journal of Computer Engineering and Applications, Volume VI, Issue II, May 14 www.ijcea.com ISSN 2321 3469 Design and FPGA Implementation of 100Gbit/s Scrambler Architectures for OTN Protocol

More information

The Design of Efficient Viterbi Decoder and Realization by FPGA

The Design of Efficient Viterbi Decoder and Realization by FPGA Modern Applied Science; Vol. 6, No. 11; 212 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education The Design of Efficient Viterbi Decoder and Realization by FPGA Liu Yanyan

More information

Design and analysis of microcontroller system using AMBA- Lite bus

Design and analysis of microcontroller system using AMBA- Lite bus Design and analysis of microcontroller system using AMBA- Lite bus Wang Hang Suan 1,*, and Asral Bahari Jambek 1 1 School of Microelectronic Engineering, Universiti Malaysia Perlis, Perlis, Malaysia Abstract.

More information

Hardware Platform Design for Real-Time Video Applications

Hardware Platform Design for Real-Time Video Applications Hardware Platform Design for Real-Time Video pplications. Ben titallah*, P. Kadionik**, F. Ghozzi*, P.uel**, N. Masmoudi*, P.Marchegay** *Laboratoire d Electronique et des Technologies de l Information

More information

TV4U DVB-S2 to DVB-S2 TRANSMODULATOR

TV4U DVB-S2 to DVB-S2 TRANSMODULATOR TV4U to TRANSMODULATOR TV4U to TRANSMODULATOR INSTRUTION MANUAL TV4U to TRANSMODULATOR The main application of to transmodulator Experience of MVDS terrestrial broadcasting shows that carrier must be restored

More information

FPGA-BASED EDUCATIONAL LAB PLATFORM

FPGA-BASED EDUCATIONAL LAB PLATFORM FPGA-BASED EDUCATIONAL LAB PLATFORM Mircea Alexandru DABÂCAN, Clint COLE Mircea Dabâcan is with Technical University of Cluj-Napoca, Electronics and Telecommunications Faculty, Applied Electronics Department,

More information

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture

Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Design and Implementation of Partial Reconfigurable Fir Filter Using Distributed Arithmetic Architecture Vinaykumar Bagali 1, Deepika S Karishankari 2 1 Asst Prof, Electrical and Electronics Dept, BLDEA

More information

Sharif University of Technology. SoC: Introduction

Sharif University of Technology. SoC: Introduction SoC Design Lecture 1: Introduction Shaahin Hessabi Department of Computer Engineering System-on-Chip System: a set of related parts that act as a whole to achieve a given goal. A system is a set of interacting

More information

Design of VGA and Implementing On FPGA

Design of VGA and Implementing On FPGA Design of VGA and Implementing On FPGA Mr. Rachit Chandrakant Gujarathi Department of Electronics and Electrical Engineering California State University, Sacramento Sacramento, California, United States

More information

AT270USB, imod. Digital Video Interfacing Products. Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input

AT270USB, imod. Digital Video Interfacing Products. Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Digital Video Interfacing Products AT270USB, imod Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Standard Features DVB-C Modulator with VHF & UHF Up converter. - High Speed USB

More information

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS

A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS A LOW COST TRANSPORT STREAM (TS) GENERATOR USED IN DIGITAL VIDEO BROADCASTING EQUIPMENT MEASUREMENTS Radu Arsinte Technical University Cluj-Napoca, Faculty of Electronics and Telecommunication, Communication

More information

AT278USB, imod. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input

AT278USB, imod. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Digital Video Interfacing Products AT278USB, imod DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Standard Features DVB-T/H/C Modulator with VHF & UHF Up converter. - High Speed

More information

EEM Digital Systems II

EEM Digital Systems II ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EEM 334 - Digital Systems II LAB 3 FPGA HARDWARE IMPLEMENTATION Purpose In the first experiment, four bit adder design was prepared

More information

AT2700USB. Digital Video Interfacing Products. DVB-C QAM-A/B/C IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs

AT2700USB. Digital Video Interfacing Products. DVB-C QAM-A/B/C IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Digital Video Interfacing Products AT2700USB DVB-C QAM-A/B/C IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Standard Features DVB-C Modulator with VHF & UHF up converter. - High Speed USB 2.0.

More information

Working Document. Chapter 1. Subject matter and scope This Regulation establishes ecodesign requirements for simple set-top boxes.

Working Document. Chapter 1. Subject matter and scope This Regulation establishes ecodesign requirements for simple set-top boxes. Working Document on a possible Commission Regulation implementing Directive 2005/32/EC with regard to ecodesign requirements for simple set top boxes Chapter 1 Subject matter and scope This Regulation

More information

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA 1 ARJUNA RAO UDATHA, 2 B.SUDHAKARA RAO, 3 SUDHAKAR.B. 1 Dept of ECE, PG Scholar, 2 Dept of ECE, Associate Professor, 3 Electronics,

More information

Cisco D9859 Advanced Receiver Transcoder

Cisco D9859 Advanced Receiver Transcoder Data Sheet Cisco D9859 Advanced Receiver Transcoder Deliver MPEG-4 high-definition (HD) services to MPEG-2 cable TV (CATV) headends with the Cisco D9859 Advanced Receiver Transcoder. The Cisco D9859 platform

More information

Design and Implementation of Timer, GPIO, and 7-segment Peripherals

Design and Implementation of Timer, GPIO, and 7-segment Peripherals Design and Implementation of Timer, GPIO, and 7-segment Peripherals 1 Module Overview Learn about timers, GPIO and 7-segment display; Design and implement an AHB timer, a GPIO peripheral, and a 7-segment

More information

AT2780USB. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs

AT2780USB. Digital Video Interfacing Products. DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Digital Video Interfacing Products AT2780USB DVB-T/H/C & ATSC Modulator IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Standard Features DVB-T/H/C Modulator with VHF & UHF Up converter. - High

More information

DSP in Communications and Signal Processing

DSP in Communications and Signal Processing Overview DSP in Communications and Signal Processing Dr. Kandeepan Sithamparanathan Wireless Signal Processing Group, National ICT Australia Introduction to digital signal processing Introduction to digital

More information

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS IMPLEMENTATION OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS 1 G. Sowmya Bala 2 A. Rama Krishna 1 PG student, Dept. of ECM. K.L.University, Vaddeswaram, A.P, India, 2 Assistant Professor,

More information

Verification Methodology for a Complex System-on-a-Chip

Verification Methodology for a Complex System-on-a-Chip UDC 621.3.049.771.14.001.63 Verification Methodology for a Complex System-on-a-Chip VAkihiro Higashi VKazuhide Tamaki VTakayuki Sasaki (Manuscript received December 1, 1999) Semiconductor technology has

More information

FPGA Design. Part I - Hardware Components. Thomas Lenzi

FPGA Design. Part I - Hardware Components. Thomas Lenzi FPGA Design Part I - Hardware Components Thomas Lenzi Approach We believe that having knowledge of the hardware components that compose an FPGA allow for better firmware design. Being able to visualise

More information

Digital Video Engineering Professional Certification Competencies

Digital Video Engineering Professional Certification Competencies Digital Video Engineering Professional Certification Competencies I. Engineering Management and Professionalism A. Demonstrate effective problem solving techniques B. Describe processes for ensuring realistic

More information

Cisco D9859 Advanced Receiver Transcoder

Cisco D9859 Advanced Receiver Transcoder Deliver MPEG-4 high-definition (HD) services to MPEG-2 cable TV (CATV) headends with the Cisco D9859 Advanced Receiver Transcoder. The Cisco D9859 platform (Figures 1 and 2) extends the distribution options

More information

Field Programmable Gate Array (FPGA) Based Trigger System for the Klystron Department. Darius Gray

Field Programmable Gate Array (FPGA) Based Trigger System for the Klystron Department. Darius Gray SLAC-TN-10-007 Field Programmable Gate Array (FPGA) Based Trigger System for the Klystron Department Darius Gray Office of Science, Science Undergraduate Laboratory Internship Program Texas A&M University,

More information

TOWARD A FOCUSED MARKET William Bricken September A variety of potential markets for the CoMesh product. TARGET MARKET APPLICATIONS

TOWARD A FOCUSED MARKET William Bricken September A variety of potential markets for the CoMesh product. TARGET MARKET APPLICATIONS TOWARD A FOCUSED MARKET William Bricken September 2002 A variety of potential markets for the CoMesh product. POTENTIAL TARGET MARKET APPLICATIONS set-top boxes direct broadcast reception signal encoding

More information

LogiCORE IP AXI Video Direct Memory Access v5.01.a

LogiCORE IP AXI Video Direct Memory Access v5.01.a LogiCORE IP AXI Video Direct Memory Access v5.01.a Product Guide Table of Contents Chapter 1: Overview Feature Summary.................................................................. 9 Applications.....................................................................

More information

MediaKind RX8200 SkyUK CA

MediaKind RX8200 SkyUK CA MediaKind RX8200 SkyUK CA Advanced Modular Receiver - SkyUK CA The MediaKind RX8200 Advanced Modular Receiver is the industry standard Integrated Receiver Decoder (IRD) for decoding content feeds. RX8200

More information

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER PRODUCT DESCRIPTION The DMM-151/152 is a high-density, cost-effective modular DVB to IP gateway system and DVB streamer for

More information

MediaKind RX

MediaKind RX MediaKind RX8330 The MediaKind RX8330 Distribution Receiver provides feature-rich multi-format standard definition decoding capability with high quality SDI output for video distribution applications.

More information

VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress

VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress Nor Zaidi Haron Ayer Keroh +606-5552086 zaidi@utem.edu.my Masrullizam Mat Ibrahim Ayer Keroh +606-5552081 masrullizam@utem.edu.my

More information

Coax A/V Agile Demodulator Tuner W/IR Remote Control. User Manual (Model: RFDM2 PDK)

Coax A/V Agile Demodulator Tuner W/IR Remote Control. User Manual (Model: RFDM2 PDK) Coax A/V Agile Demodulator Tuner W/IR Remote Control User Manual (Model: RFDM2 PDK) 1. Product Features: RFDM2-PDK Demodulator with IR Remote This coax to composite A/V demodulator is a professional grade

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 2, 2007 Problem Set Due: March 14, 2007 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

Multi-CODEC 1080P IRD Platform

Multi-CODEC 1080P IRD Platform Multi-CODEC 1080P IRD Platform RD-70 The RD-70 is a 1080P multi-codec very low latency MPEG 2 and MPEG 4 AVC/H.264 high definition IRD. The ultra-low delay mode requires the use of Adtec s EN-91 1080i,

More information

DRS Application Note. Integrated VXS SIGINT Digital Receiver/Processor. Technology White Paper. cwcembedded.com

DRS Application Note. Integrated VXS SIGINT Digital Receiver/Processor. Technology White Paper. cwcembedded.com Technology White Paper DRS Application Note tegrated VXS SIGINT Digital Receiver/Processor Figure 1: DRS Tuner and Curtiss-Wright DSP Engine troduction This application note describes a notional Signals

More information

UTAH 100/UDS Universal Distribution System

UTAH 100/UDS Universal Distribution System UTAH 100/UDS Universal Distribution System The UTAH-100/UDS is a revolutionary approach to signal distribution, combining the flexibility of a multi-rate digital routing switcher with the economy of simple

More information

Reconfigurable Architectures. Greg Stitt ECE Department University of Florida

Reconfigurable Architectures. Greg Stitt ECE Department University of Florida Reconfigurable Architectures Greg Stitt ECE Department University of Florida How can hardware be reconfigurable? Problem: Can t change fabricated chip ASICs are fixed Solution: Create components that can

More information

LogiCORE IP Video Timing Controller v3.0

LogiCORE IP Video Timing Controller v3.0 LogiCORE IP Video Timing Controller v3.0 Product Guide Table of Contents Chapter 1: Overview Standards Compliance....................................................... 6 Feature Summary............................................................

More information

For flexible advertisement insertion configurations, this receiver provides four types of outputs:

For flexible advertisement insertion configurations, this receiver provides four types of outputs: Product Overview The Cisco PowerVu Model D9850 Program Receiver (Figure 1) is designed for satellite content distribution applications requiring 4:2:0 video decoding. The receiver can receive digitally

More information

Low Cost Fault Detector Guided by Permanent Faults at the End of FPGAs Life Cycle Victor Manuel Gonçalves Martins

Low Cost Fault Detector Guided by Permanent Faults at the End of FPGAs Life Cycle Victor Manuel Gonçalves Martins Universidade Federal de Santa Catarina Dept. de Automação e Sistemas, CTC Low Cost Fault Detector Guided by Permanent Faults at the End of FPGAs Life Cycle (Victor Martins, Frederico Ferlini, Djones Lettnin

More information

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

Radar Signal Processing Final Report Spring Semester 2017

Radar Signal Processing Final Report Spring Semester 2017 Radar Signal Processing Final Report Spring Semester 2017 Full report report by Brian Larson Other team members, Grad Students: Mohit Kumar, Shashank Joshil Department of Electrical and Computer Engineering

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

The new standard for customer entertainment

The new standard for customer entertainment The new standard for customer entertainment TDH 800 basic headend system your ultimate connection 2 TRIAX TDH 800 New standard for basic headend systems The TDH 800 is a basic headend system designed to

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP General Description The Digital Blocks IP Core decodes an ITU-R BT.656 digital video uncompressed NTSC 720x486 (525/60 Video System) and PAL 720x576 (625/50 Video System)

More information

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER

DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER DVB IP CONVERTER FOR IPTV HEADENDS with INTEGRATED RECEIVER & DECODER & REMUXER PRODUCT DESCRIPTION The DMM-151 is a high-density, cost-effective modular DVB to IP gateway system and DVB streamer for IPTV

More information

Polar Decoder PD-MS 1.1

Polar Decoder PD-MS 1.1 Product Brief Polar Decoder PD-MS 1.1 Main Features Implements multi-stage polar successive cancellation decoder Supports multi-stage successive cancellation decoding for 16, 64, 256, 1024, 4096 and 16384

More information

FPGA Laboratory Assignment 4. Due Date: 06/11/2012

FPGA Laboratory Assignment 4. Due Date: 06/11/2012 FPGA Laboratory Assignment 4 Due Date: 06/11/2012 Aim The purpose of this lab is to help you understanding the fundamentals of designing and testing memory-based processing systems. In this lab, you will

More information

The implementation of HDTV in the European digital TV environment

The implementation of HDTV in the European digital TV environment The implementation of HDTV in the European digital TV environment Stefan Wallner Product Manger Terrestrial TV Transmitter Systems Harris Corporation Presentation1 HDTV in Europe is an old story! 1980

More information

Transmission System for ISDB-S

Transmission System for ISDB-S Transmission System for ISDB-S HISAKAZU KATOH, SENIOR MEMBER, IEEE Invited Paper Broadcasting satellite (BS) digital broadcasting of HDTV in Japan is laid down by the ISDB-S international standard. Since

More information

Professional Radio TV, SAT & CATV Probe with IP Encap/Decap, ASI output, T.S. Analysis, HDSD SDI Output, Remote control with NMS & SNMP.

Professional Radio TV, SAT & CATV Probe with IP Encap/Decap, ASI output, T.S. Analysis, HDSD SDI Output, Remote control with NMS & SNMP. EX AMINER Professional Radio TV, SAT & CATV Probe with IP Encap/Decap, ASI output, T.S. Analysis, HDSD SDI Output, Remote control with NMS & SNMP....Made to Measure... PROFESSIONAL SAT - TV - CATV PROBE

More information

Commsonic. Satellite FEC Decoder CMS0077. Contact information

Commsonic. Satellite FEC Decoder CMS0077. Contact information Satellite FEC Decoder CMS0077 Fully compliant with ETSI EN-302307-1 / -2. The IP core accepts demodulated digital IQ inputs and is designed to interface directly with the CMS0059 DVB-S2 / DVB-S2X Demodulator

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 3, 2006 Problem Set Due: March 15, 2006 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

Why FPGAs? FPGA Overview. Why FPGAs?

Why FPGAs? FPGA Overview. Why FPGAs? Transistor-level Logic Circuits Positive Level-sensitive EECS150 - Digital Design Lecture 3 - Field Programmable Gate Arrays (FPGAs) January 28, 2003 John Wawrzynek Transistor Level clk clk clk Positive

More information

Teletext Inserter Firmware. User s Manual. Contents

Teletext Inserter Firmware. User s Manual. Contents Teletext Inserter Firmware User s Manual Contents 0 Definition 3 1 Frontpanel 3 1.1 Status Screen.............. 3 1.2 Configuration Menu........... 4 2 Controlling the Teletext Inserter via RS232 4 2.1

More information

Laboratory Exercise 4

Laboratory Exercise 4 Laboratory Exercise 4 Polling and Interrupts The purpose of this exercise is to learn how to send and receive data to/from I/O devices. There are two methods used to indicate whether or not data can be

More information

Hardware Implementation of Viterbi Decoder for Wireless Applications

Hardware Implementation of Viterbi Decoder for Wireless Applications Hardware Implementation of Viterbi Decoder for Wireless Applications Bhupendra Singh 1, Sanjeev Agarwal 2 and Tarun Varma 3 Deptt. of Electronics and Communication Engineering, 1 Amity School of Engineering

More information

The new standard for customer entertainment

The new standard for customer entertainment The new standard for customer entertainment TDH 800 headend system your ultimate connection 2 TRIAX TDH 800 New standard for headend systems The TDH 800 is a headend system designed to provide cost effective

More information

DVB-S. User s manual

DVB-S. User s manual DVB-S User s manual DVB-S Introduction 1.1 product Introduction DVB-S can implement IP data decoding and MPEG-2 A/V decoding. DVB-S can be widely used in software download, fast accessing internet, distance

More information

IP-DDC4i. Four Independent Channels Digital Down Conversion Core for FPGA FEATURES. Description APPLICATIONS HARDWARE SUPPORT DELIVERABLES

IP-DDC4i. Four Independent Channels Digital Down Conversion Core for FPGA FEATURES. Description APPLICATIONS HARDWARE SUPPORT DELIVERABLES Four Independent Channels Digital Down Conversion Core for FPGA v1.2 FEATURES Four independent channels, 24 bit DDC Four 16 bit inputs @ Max 250 MSPS Tuning resolution up to 0.0582 Hz SFDR >115 db for

More information

Dolby MS11 Compliance Testing with APx500 Series Audio Analyzers

Dolby MS11 Compliance Testing with APx500 Series Audio Analyzers Dolby MS11 with APx500 Series Dolby MS11 Compliance Testing with APx500 Series Audio Analyzers Every device that bears a Dolby logo is required to go through a compliance test process to ensure that it

More information

User manual Transmodulators. Ref. 5103S/5103T/5103Q/5130

User manual Transmodulators. Ref. 5103S/5103T/5103Q/5130 User manual Transmodulators Ref. 5103S/5103T/5103Q/5130 Contents 1 Introduction 2 1.1 The ProQuad range................................ 2 1.2 Modular system solution.............................. 4 1.3

More information

Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics

Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics FPGA PROTOTYPE RUNNING NOW WHAT? Well done team; we ve managed to get 100 s of millions of gates of FPGA-hostile RTL running

More information

Professional Headend Solutions. A-LINE series featuring MPEG Encoder, Multiplexer, Scrambler, Modulators, and IP Streamers

Professional Headend Solutions. A-LINE series featuring MPEG Encoder, Multiplexer, Scrambler, Modulators, and IP Streamers 19 PREMIUM HEADEND EMA 207 MXA 107 SCA 107 AMA 299 VMA 191 MSA 108 S/T/C/A 4-way MPEG-Encoder/Multiplexer 8-way Multiplexer DVB Scrambler QAM Modulator Audio/Video Modulator Twin DVB to IP Streamer A-LINE

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

AVP 3000 Voyager.

AVP 3000 Voyager. AVP 3000 Voyager The AVP 3000 Voyager is MediaKind s sixth generation DSNG product and is the most flexible and scalable news gathering system on the market, reflecting MediaKind s technology leadership

More information

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS

REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS REGIONAL NETWORKS FOR BROADBAND CABLE TELEVISION OPERATIONS by Donald Raskin and Curtiss Smith ABSTRACT There is a clear trend toward regional aggregation of local cable television operations. Simultaneously,

More information

Field Programmable Gate Arrays (FPGAs)

Field Programmable Gate Arrays (FPGAs) Field Programmable Gate Arrays (FPGAs) Introduction Simulations and prototyping have been a very important part of the electronics industry since a very long time now. Before heading in for the actual

More information

DSR-7400 Series. Commercial Integrated Satellite Receiver/Transcoder. Highlights. Product Overview

DSR-7400 Series. Commercial Integrated Satellite Receiver/Transcoder. Highlights. Product Overview DSR-7400 Series Commercial Integrated Satellite Receiver/Transcoder Highlights DSR-7412 provides 24 transcoded output services (12 HD and 12 down-converted SD) DSR-7401 transcodes and down-converts up

More information

UNIVERSITY OF TORONTO JOÃO MARCUS RAMOS BACALHAU GUSTAVO MAIA FERREIRA HEYANG WANG ECE532 FINAL DESIGN REPORT HOLE IN THE WALL

UNIVERSITY OF TORONTO JOÃO MARCUS RAMOS BACALHAU GUSTAVO MAIA FERREIRA HEYANG WANG ECE532 FINAL DESIGN REPORT HOLE IN THE WALL UNIVERSITY OF TORONTO JOÃO MARCUS RAMOS BACALHAU GUSTAVO MAIA FERREIRA HEYANG WANG ECE532 FINAL DESIGN REPORT HOLE IN THE WALL Toronto 2015 Summary 1 Overview... 5 1.1 Motivation... 5 1.2 Goals... 5 1.3

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

A First Laboratory Course on Digital Signal Processing

A First Laboratory Course on Digital Signal Processing A First Laboratory Course on Digital Signal Processing Hsien-Tsai Wu and Hong-De Chang Department of Electronic Engineering Southern Taiwan University of Technology No.1 Nan-Tai Street, Yung Kang City,

More information

Graduate Institute of Electronics Engineering, NTU Digital Video Recorder

Graduate Institute of Electronics Engineering, NTU Digital Video Recorder Digital Video Recorder Advisor: Prof. Andy Wu 2004/12/16 Thursday ACCESS IC LAB Specification System Architecture Outline P2 Function: Specification Record NTSC composite video Video compression/processing

More information

Microwave PSU Broadcast DvB Streaming Network

Microwave PSU Broadcast DvB Streaming Network Microwave PSU Broadcast DvB Streaming Network Teletechnika Ltd. is in the mainstream of telecommunication since 1990 Main profile of the company Development Manufacturing Maintenance Segments Microwave

More information

PD1600. Satellite Gateways. Media Distribution. Headend in a Box. Applications. Features

PD1600. Satellite Gateways. Media Distribution. Headend in a Box. Applications. Features Satellite Gateways Media Distribution Headend in a Box (front view) ATX s is an ultra-compact headend in a box for the secure delivery of cable, satellite & IPTV content to MDUs, headend in the sky (HITS)

More information

Front Panel Front Panel Controls Security Power Indicator LED IR Receiver Recessed Branding Area IR Receiver,10 buttons: Power, Vol+, Vol-, Ch+, Ch-,

Front Panel Front Panel Controls Security Power Indicator LED IR Receiver Recessed Branding Area IR Receiver,10 buttons: Power, Vol+, Vol-, Ch+, Ch-, Subscriber Networks Explorer 1840 Digital-Only Interactive Set-Top Description The Explorer 1840 Digital-Only Interactive Set-Top provides subscribers with improved video/audio quality and the flexibility

More information

RELATED WORK Integrated circuits and programmable devices

RELATED WORK Integrated circuits and programmable devices Chapter 2 RELATED WORK 2.1. Integrated circuits and programmable devices 2.1.1. Introduction By the late 1940s the first transistor was created as a point-contact device formed from germanium. Such an

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP DB3 CCIR 656 Encoder General Description The Digital Blocks DB3 CCIR 656 Encoder IP Core encodes 4:2:2 Y CbCr component digital video with synchronization signals to conform

More information

Design of VGA Controller using VHDL for LCD Display using FPGA

Design of VGA Controller using VHDL for LCD Display using FPGA International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of VGA Controller using VHDL for LCD Display using FPGA Khan Huma Aftab 1, Monauwer Alam 2 1, 2 (Department of ECE, Integral

More information

Performance Evolution of 16 Bit Processor in FPGA using State Encoding Techniques

Performance Evolution of 16 Bit Processor in FPGA using State Encoding Techniques Performance Evolution of 16 Bit Processor in FPGA using State Encoding Techniques Madhavi Anupoju 1, M. Sunil Prakash 2 1 M.Tech (VLSI) Student, Department of Electronics & Communication Engineering, MVGR

More information

A Low Power Implementation of H.264 Adaptive Deblocking Filter Algorithm

A Low Power Implementation of H.264 Adaptive Deblocking Filter Algorithm A Low Power Implementation of H.264 Adaptive Deblocking Filter Algorithm Mustafa Parlak and Ilker Hamzaoglu Faculty of Engineering and Natural Sciences Sabanci University, Tuzla, 34956, Istanbul, Turkey

More information

PREMIUM HEADEND SYSTEM

PREMIUM HEADEND SYSTEM B-LINE NEW modules for processing of 8PSK/QPSK, COFDM, QAM, ASI, Analog TV and Audio/Video signals Modular Headend system featuring Hot Swap technology and automatic power supply redundancy Frequency a

More information

Freescale Set-Top Box Multimedia Products (FC108)

Freescale Set-Top Box Multimedia Products (FC108) Freescale Set-Top Box Multimedia Products (FC108) Freescale Technology Forum- Paris October 2006 David Lester Product Applications Cable Modem Cable Modem/VoIP Terminal Analog and Digital CATV Set-Top

More information

Clock Gating Aware Low Power ALU Design and Implementation on FPGA

Clock Gating Aware Low Power ALU Design and Implementation on FPGA Clock Gating Aware Low ALU Design and Implementation on FPGA Bishwajeet Pandey and Manisha Pattanaik Abstract This paper deals with the design and implementation of a Clock Gating Aware Low Arithmetic

More information

IQDEC01. Composite Decoder, Synchronizer, Audio Embedder with Noise Reduction - 12 bit. Does this module suit your application?

IQDEC01. Composite Decoder, Synchronizer, Audio Embedder with Noise Reduction - 12 bit. Does this module suit your application? The IQDEC01 provides a complete analog front-end with 12-bit composite decoding, synchronization and analog audio ingest in one compact module. It is ideal for providing the bridge between analog legacy

More information

FPGA Based Implementation of Convolutional Encoder- Viterbi Decoder Using Multiple Booting Technique

FPGA Based Implementation of Convolutional Encoder- Viterbi Decoder Using Multiple Booting Technique FPGA Based Implementation of Convolutional Encoder- Viterbi Decoder Using Multiple Booting Technique Dr. Dhafir A. Alneema (1) Yahya Taher Qassim (2) Lecturer Assistant Lecturer Computer Engineering Dept.

More information

Virtex-II Pro and VxWorks for Embedded Solutions. Systems Engineering Group

Virtex-II Pro and VxWorks for Embedded Solutions. Systems Engineering Group Virtex-II Pro and VxWorks for Embedded Solutions Systems Engineering Group Embedded System Development Embedded Solutions Key components of Embedded systems development Integrated development environment

More information