MS Diploma and Semester Projects offered at the Microelectronic Systems Laboratory during the Spring 2015

Size: px
Start display at page:

Download "MS Diploma and Semester Projects offered at the Microelectronic Systems Laboratory during the Spring 2015"

Transcription

1 v1.2 as of MS Diploma and Semester Projects offered at the Microelectronic Systems Laboratory during the Spring 2015 Students are asked to contact the project responsible to register. The majority of the projects are proposed as MS Diploma and Semester, and the amount of work will be adapted. Also, some projects can be carried out in groups of two students. Projects are proposed in six categories in the following pages. Analog and mixed-signal circuits Digital circuits and modeling Bio-electronic interfaces and biomedical applications Fabrication technologies Industrial projects / external projects (for MSc diploma) Application development (software development) 1/11

2 Analog and mixed-signal circuits A1 Physically Unclonable Function (PUF) implementation and analysis as a fingerprint of hardware Physically unclonable functions (PUFs) are an emerging technology for hardware key generation aiming at improving data security. Unlike conventional software-based methods, the PUF technology utilizes variability of devices/circuits in order to provide extremely unique cryptographic keys. Using practically available random characteristics, a number of different architectures of PUFs have been introduced, such as arbiter-, Butterfly-, SRAM-PUF etc. Companies and universities have been exploring more advanced PUF technologies than the current ones, as a fingerprint of hardware. In this project, the student will learn mechanisms of the existing PUF technologies using SPICE simulation and FPGA implementation. Then, the student will modify them and/or propose a new way of improving PUF implementations, possibly using error correction algorithms. The goal of this project is to demonstrate good PUF performances in simulation or FPGA development in terms of robustness and implementation area. Upon reaching a successful FPGA implementation, a further step will be realized as an ASIC development, especially regarding the necessary analog components of the proposed PUF. This project can be carried out based on the research contract established with Toshiba Corp., which supports excellent research in academia by an unrestricted contribution to the LSM regarding the ongoing research of analog/digital CMOS/nano-electronics design and application for on-chip data analysis. Compact and robust PUF will be a key of secure IT technology for future internet-of-things (IoT) and wearable healthcare applications etc. A2 - A3 - A4 - A5-40% SPICE simulation 40% FPGA implementation 20% Data analysis (possibly including error correction) Knowledge of analog design is an extra, but not necessary. Project for 1/2 MSc diploma/semester student. Project responsible, Contact: Takao Marukame (takao.marukame@epfl.ch), Toshiba Corp. Responsible teacher: Alexandre Schmid (alexandre.schmid@epfl.ch) 2/11

3 Digital circuits and modeling D1 FPGA Implementation of MIPI PHY Interface The MIPI Alliance is a non-profit corporation that operates as an open membership organization. All companies in the mobile device industry are encouraged to join, including semiconductor companies, software vendors, IP providers, peripheral manufacturers, test labs and end product OEMs. Today, more than 275 member companies (including Intel, Nokia, Samsung, ST Microelectronics, Texas Instruments, Aptina, Apple, ARM etc.) actively participate in the Alliance, developing interface specifications which drive consistency in processor and peripheral interfaces, promoting reuse and compatibility in mobile devices. However, due to the nature of the interface, current I/O s for high-end FPGAs are not compatible for interfacing the MIPI outputs and FPGA devices. The main focus of this project is designing a basic MIPI interface for high speed (up to 1 GHz) High end 5MPixel Samsung cameras, by utilizing in house designed and tested PCB boards. The boards are converting MIPI signals to FPGA compatible signals and student will be responsible of implementing the interface for cameras with an onboard image processing tools. Since the interface will have full control over high-end cell phone cameras, the project can be further extended to a realtime computational photography camera, where user have full control over each camera parameter, where nowadays it is not possible on cell phone cameras. The student working on the project will gain knowledge about image processing, real-time hardware implementation, hardware-software codesign and high-end Virtex 7 FPGA. Single camera module Camera board with 3 cameras connected Back view of the camera board The project is organized as follows: Semester Project/Master Project Digital Hardware Implementation 80% Testing and Verification 20% Contact: Kerem Seyid, kerem.seyid@epfl.ch Responsible Teacher : Y. Leblebici D2 FPGA Implementation of Real-Time Superresolution Systems The most common method is to increase the pixel density, or in other words, reducing the pixel size (spatial resolution) by fabrication techniques. It is common knowledge that the scaling effects in CMOS technology allow the semiconductor industry to make smaller devices. This rule holds for CMOS imaging applications as well, however it is known that CMOS image sensor technology is lagging behind the technology nodes in ITRS roadmap. The reason behind this lagging is very simple: current CMOS process is not imaging friendly. Reducing the pixel sizes mean less amount of light available per pixel. Furthermore, smaller size generates shot noise that reduces the image quality. There is a limit to reduce the pixel pitch without suffering the effects of shot noise. In order to satisfy the current needs of technology, Superresolution methods are introduced. In this project, student will be responsible of developing a superresolution algorithm suitable for 3/11

4 real time implementation. The algorithm will be tested will real life sequences, with images coming from single or multiple cameras. Furthermore, the student will design and implement the algorithm in RTL level in high-end Xilinx Virtex-7 devices, and test the system with FPGA, where the realtime feed is provided by high-end cameras. Two examples of superresolution algorithms can be seen above. The images on the left is bicubic interpolation of the original images and the images on the right is the results of superresolution methods, obtained from real-life sequences. The student working on the project will gain knowledge about image processing, real-time hardware implementation, hardware-software codesign and high-end Virtex 7 FPGA. The project is organized as follows: Master Project Literature survey 10% Matlab Implementation 30% Digital Hardware Implementation 60% Contact: Kerem Seyid, kerem.seyid@epfl.ch Responsible Teacher : Y. Leblebici D3 ASIC Design for Real-Time Panoramic Multi-Camera System Panoptic is a multi-camera system able to acquire and render the whole light field around the observer, using panoramic representation. The designed Panoptic prototypes are based on CMOS cell phone cameras which result in low final panorama image resolution. One of the drawbacks of Panoptic is the limited processing flexibility due to use of Virtex-5 FPGAs. The goal of this project is to design an ASIC for the purpose of creating real-time panoramic videos. Currently working FPGA system will be provided as a reference and the ASIC will be designed to support higher resolution cameras and High Definition (Full HD) output. The first steps of the project will include adapting the current Panoptic algorithms to the desired technology. The second step will include development of the interface IPs, such as Camera interface, HDMI display, UART, Memory controller. 30% Algorithm study 60% VHDL implementation, synthesis and simulation 10% Chip fabrication and measurements Project for 1 or 2 MSc diploma/semester student. 4/11

5 D4 Panorama Construction using NVidia GPU Panoptic is a multi-camera system able to acquire and render the whole light field around the observer, using panoramic representation. The designed Panoptic prototypes are based on low-cost CMOS cell phone cameras which resulted in low final panorama image resolution. One of the drawbacks of Panoptic is the limited processing flexibility due to use of Virtex-5 FPGAs. On the other hand, GPUs offer higher flexibility, faster prototyping of the envisioned algorithms, and more algorithm options. The idea of the project is to create a GPU-based processing system and compare it to the current FPGA design, in terms of both quality and performance. The project will be defined according to the student's prior knowledge of CUDA, which is not obligatory. The first steps will include porting the current Panoptic algorithms to the GPU and comparing its performance. The second step will include development of the new algorithms for image quality improvement and their GPU implementation. 30% Algorithm study 70% CUDA programming Prior knowledge of CUDA is not obligatory. Project for 1 MSc diploma/semester student. D5 PCIe Controller for FPGA PC connection The project is realized as a part of the PANOPTIC camera project ( en.html). The previous systems were able to interface with the PC/user via simple UART or USB interface. Currently, a new, very high-resolution camera system is being designed. One of the advantages of the system will be the ability to display a Full HD 1080 resolution at 30 frames per second. This signal needs a very fast transfer to the PC in order to be processed later by the available GPU. In this project, the student will work on the state-of-the-art Virtex-7 FPGA and design a PCIe controller, which will allow the FPGA board to be plugged in directly into the motherboard of the PC. The student will create a new (adapt an IP core) controller and embedded it into an already existing operational system. If needed, the initialization routines for microprocessor on board will be written. Finally, the controller will be tested by sending/receiving the data stream. A small PC test application will be created for that purpose. 30% VHDL design 50% FPGA implementation 20% C/C++ code development Project for 1 MSc diploma/semester student. D6 Reconstruction of High Dynamic Range images Brightness and contrast in the modern photographs does not represent truthfully the look of the natural scenes. High Dynamic Range (HDR) imaging is a developed technique to overcome this issue. The main idea is to capture the same scene under several different exposure settings, in order to acquire both the brightest and the darkest regions of the scene. In this project, the student will develop a new algorithm for combining such images. The algorithm is based on a new CMOS image sensor designed at LSM, and the outcome of the project will serve 5/11

6 as a starting point for the potential new architecture of the image sensors. The first steps of the project include study of the current HDR algorithms. The later steps include development and implementation of the new algorithm, comparative analysis with the state-of-theart methods, and the proposal for the best CMOS imager architecture. 40% Algorithm study 60% Matlab / C / C++ development (only one of them is necessary) Project for 1 MSc diploma/semester student. D7 JPEG / PNG image compression on FPGA and SATA controller for SSD storage The project is realized as a part of the PANOPTIC camera project ( en.html). The images acquired by the cameras are currently stored in RAW format, resulting in the large file size. Hence, an appropriate image compression should be applied to reduce the size without affecting the image quality. In this project, the student will work on the state-of-the-art Virtex-7 FPGA and design a real-time PNG (or JPEG) compression accelerator. The student will create a new core (adapt an IP core) and embedded it into an already existing operational system. Second part of the project consists of designing a small SATA controller for image storage on external SSD drive. 30% Algorithm study 50% VHDL design 20% FPGA implementation Project for 1 MSc diploma/semester student. D8 Sound acquisition and direction detection on Virtex-5 FPGA The project is realized as a part of the PANOPTIC camera project ( en.html). The previous systems were able to acquire only image frames without any audio, resulting in an incomplete multimedia experience. In this project, the student will work on the custom-made Virtex-5 FPGA system and design a module for acquisition and processing of the audio signals. The final goal is two-folded: 1) Provide full multimedia content to the user with both video and audio; 2) detect the direction of the incoming sound, and center the panoramic reconstruction to the detected direction. 30% Algorithm study 50% VHDL design 20% FPGA Implementation Prior knowledge of audio processing is not necessary. Project for 1 MSc diploma/semester student. 6/11

7 D9 Deep learning digital hardware implementation Deep Learning is an emerging algorithm of artificial neural network based machine learning, which has been introduced with the objective of being closer to Artificial Intelligence. In recent years, companies including Google, Microsoft and Apple have developed software-based deep learning systems in order to improve their service qualities like speech recognition and image classification. Inspired by this practical algorithm, system scientists in companies like IBM have been developing a new type of computer architecture that includes a mimic of human brain s neural networks in order to realize massive parallelism and ultra-low power. This project will introduce some of the important deep learning algorithms. Then, the student will realize the challenging implementation of the algorithm into digital hardware using HDL code. In the first step of the project, the goal is to demonstrate working operation of deep learning in FPGA and to argue comparisons with the current software algorithm in terms of speed performance and implementation area. Upon reaching a successful FPGA implementation, a further step will be realized as an ASIC development. This project can be carried out based on the research contract established with Toshiba Corp., which supports excellent research in academia by an unrestricted contribution to the LSM regarding the ongoing research of analog/digital CMOS/nano-electronics design and application for on-chip data analysis. Our future goal is to create a brain-inspired processing system using state-ofthe art non-volatile memory technology. The project results have a great potential to become a key technology for biomedical, robotic, automotive applications etc. 30% Algorithm study and data analysis 50% HDL design 20% FPGA implementation Project for 1/2 MSc diploma/semester student. Project responsible, Contact: Takao Marukame (takao.marukame@epfl.ch), Toshiba Corp. Responsible teacher: Alexandre Schmid (alexandre.schmid@epfl.ch) 7/11

8 Bio-electronic interfaces and biomedical applications B1 None to report B2 - B3-8/11

9 Fabrication technologies N1 None to report N2 - N3-9/11

10 Industrial projects / External projects (MSc diploma) IE1 None to report 10/11

11 Application development (software development) SW1 Application Development for Omnidirectional Vision Reconstruction System Panoptic is a custom spherical light field camera used as a polydioptric system where imagers are distributed over a spherical geometry, each having its own vision of the surrounding and a distinct focal plane. The spherical light field camera records light information from any direction around its center. Three dimensional (3D) visualization of a full 360º scene forms the foundation for enabling the emergence of novel applications in security systems, automotive platforms and mobile robots, realistic computer games and 3D cinematography. The utilization of such systems with 360º 3D visual characteristics has recently significantly increased, with the commercialization of consumer electronics products. In this project, student will be responsible for implementing and ios application for ipads and iphones, for viewing the omnidirectional data in an immersive way. Currently, an Android application for the same purpose, and the Oculus Rift application is implemented for real-time omnidirectional camera as can be seen in video link. It is expected that the student has prior knowledge for ios app development. The student working on the project will gain knowledge about image processing, network streaming and ios app development, as well has hardware implementation of multiple camera systems Semester Project Software Development 100% Contact: Kerem Seyid, kerem.seyid@epfl.ch Responsible Teacher : Y. Leblebici 11/11

More Course Information

More Course Information More Course Information Labs and lectures are both important Labs: cover more on hands-on design/tool/flow issues Lectures: important in terms of basic concepts and fundamentals Do well in labs Do well

More information

GTC 2013 March San Jose, CA The Smartest People. The Best Ideas. The Biggest Opportunities. Opportunities for Participation:

GTC 2013 March San Jose, CA The Smartest People. The Best Ideas. The Biggest Opportunities. Opportunities for Participation: GTC 2013 March 18-21 San Jose, CA The Smartest People. The Best Ideas. The Biggest Opportunities. Opportunities for Participation: SPEAK - Showcase your work among the elite of graphics computing - Call

More information

Advanced course on Embedded Systems design using FPGA

Advanced course on Embedded Systems design using FPGA Advanced course on Embedded Systems design using FPGA Subramaniam Ganesan, Phares A. Noel, Ashok Prajapati Oakland University, ganesan@oakland.edu, panoel@oakland.edu, akprajap@oakland.edu Abstract-As

More information

Advanced Imaging Applications on Smart-phones Convergence of General-purpose computing, Graphics acceleration, and Sensors

Advanced Imaging Applications on Smart-phones Convergence of General-purpose computing, Graphics acceleration, and Sensors Advanced Imaging Applications on Smart-phones Convergence of General-purpose computing, Graphics acceleration, and Sensors Sriram Sethuraman Technologist & DMTS, Ittiam 1 Overview Imaging on Smart-phones

More information

Altera SDK for OpenCL

Altera SDK for OpenCL Altera SDK for OpenCL A novel SDK that opens up the world of FPGAs to today s developers Altera Technology Roadshow 2013 Today s News Altera today announces its SDK for OpenCL Altera Joins Khronos Group

More information

Chapter 1 Overview of Digital Systems Design

Chapter 1 Overview of Digital Systems Design Chapter 1 Overview of Digital Systems Design SKEE2263 Digital Systems Mun im/ismahani/izam {munim@utm.my,e-izam@utm.my,ismahani@fke.utm.my} February 8, 2017 Why Digital Design? Many times, microcontrollers

More information

Embedded Vision Solutions

Embedded Vision Solutions FLEXIBLE SOLUTIONS FOR EMBEDDED VISION PROCESSING AT THE EDGE Embedded Vision Solutions Embedded vision offers a promising future with many exciting new applications entering the market. These systems

More information

INTEGRATING COMPUTER VISION SENSOR INNOVATIONS INTO MOBILE DEVICES. Eli Savransky Principal Architect - CTO Office Mobile BU NVIDIA corp.

INTEGRATING COMPUTER VISION SENSOR INNOVATIONS INTO MOBILE DEVICES. Eli Savransky Principal Architect - CTO Office Mobile BU NVIDIA corp. INTEGRATING COMPUTER VISION SENSOR INNOVATIONS INTO MOBILE DEVICES Eli Savransky Principal Architect - CTO Office Mobile BU NVIDIA corp. Computer Vision in Mobile Tegra K1 It s time! AGENDA Use cases categories

More information

Course Recap + 3D Graphics on Mobile GPUs

Course Recap + 3D Graphics on Mobile GPUs Lecture 18: Course Recap + 3D Graphics on Mobile GPUs Interactive Computer Graphics Q. What is a big concern in mobile computing? A. Power Two reasons to save power Run at higher performance for a fixed

More information

FPGA Based Digital Design Using Verilog HDL

FPGA Based Digital Design Using Verilog HDL FPGA Based Digital Design Using Course Designed by: IRFAN FAISAL MIR ( Verilog / FPGA Designer ) irfanfaisalmir@yahoo.com * Organized by Electronics Division Integrated Circuits Uses for digital IC technology

More information

The Benefits of GPU Compute on ARM Mali GPUs

The Benefits of GPU Compute on ARM Mali GPUs The Benefits of GPU Compute on ARM Mali GPUs Tim Hartley 1 SEMICON Europa 2014 ARM Introduction World leading semiconductor IP Founded in 1990 1060 processor licenses sold to more than 350 companies >

More information

Hardware Software Codesign of Embedded Systems

Hardware Software Codesign of Embedded Systems Hardware Software Codesign of Embedded Systems Rabi Mahapatra Texas A&M University Today s topics Course Organization Introduction to HS-CODES Codesign Motivation Some Issues on Codesign of Embedded System

More information

Embedded HW/SW Co-Development

Embedded HW/SW Co-Development Embedded HW/SW Co-Development It May be Driven by the Hardware Stupid! Frank Schirrmeister EDPS 2013 Monterey April 18th SPMI USB 2.0 SLIMbus RFFE LPDDR 2 LPDDR 3 emmc 4.5 UFS SD 3.0 SD 4.0 UFS Bare Metal

More information

Microprocessors, Lecture 1: Introduction to Microprocessors

Microprocessors, Lecture 1: Introduction to Microprocessors Microprocessors, Lecture 1: Introduction to Microprocessors Computing Systems General-purpose standalone systems (سيستم ھای نھفته ( systems Embedded 2 General-purpose standalone systems Stand-alone computer

More information

Symbiosis Institute of Technology, Pune Bachelor of Technology (Electronics & Telecommunication) Programme Structure

Symbiosis Institute of Technology, Pune Bachelor of Technology (Electronics & Telecommunication) Programme Structure B.Tech (E & TC) 218-22 Programme Structure 218-22 1. OBJECTIVE B.Tech is a full-time four year graduation programme, which aims at transforming a student into a technically sound professional. The syllabus

More information

Designing and Prototyping Digital Systems on SoC FPGA The MathWorks, Inc. 1

Designing and Prototyping Digital Systems on SoC FPGA The MathWorks, Inc. 1 Designing and Prototyping Digital Systems on SoC FPGA Hitu Sharma Application Engineer Vinod Thomas Sr. Training Engineer 2015 The MathWorks, Inc. 1 What is an SoC FPGA? A typical SoC consists of- A microcontroller,

More information

Behind Today s Trends The Technologies Driving Change. Paul Smith Director Consulting Services

Behind Today s Trends The Technologies Driving Change. Paul Smith Director Consulting Services Behind Today s Trends The Technologies Driving Change Paul Smith Director Consulting Services Industry 4.0 Big Data Wearable Tech Cloud Computing Internet of Things MOOC Trends from 2009 Social Computing

More information

TR An Overview of NVIDIA Tegra K1 Architecture. Ang Li, Radu Serban, Dan Negrut

TR An Overview of NVIDIA Tegra K1 Architecture. Ang Li, Radu Serban, Dan Negrut TR-2014-17 An Overview of NVIDIA Tegra K1 Architecture Ang Li, Radu Serban, Dan Negrut November 20, 2014 Abstract This paperwork gives an overview of NVIDIA s Jetson TK1 Development Kit and its Tegra K1

More information

Unleashing the benefits of GPU Computing with ARM Mali TM Practical applications and use-cases. Steve Steele, ARM

Unleashing the benefits of GPU Computing with ARM Mali TM Practical applications and use-cases. Steve Steele, ARM Unleashing the benefits of GPU Computing with ARM Mali TM Practical applications and use-cases Steve Steele, ARM 1 Today s Computational Challenges Trends Growing display sizes and resolutions, richer

More information

Smart Ultra-Low Power Visual Sensing

Smart Ultra-Low Power Visual Sensing Smart Ultra-Low Power Visual Sensing Manuele Rusci*, Francesco Conti * manuele.rusci@unibo.it f.conti@unibo.it Energy-Efficient Embedded Systems Laboratory Dipartimento di Ingegneria dell Energia Elettrica

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction 1.1 MOTIVATION 1.1.1 LCD Industry and LTPS Technology [1], [2] The liquid-crystal display (LCD) industry has shown rapid growth in five market areas, namely, notebook computers,

More information

For the last several NAB shows we ve talked about 4K resolution. Last year, we started

For the last several NAB shows we ve talked about 4K resolution. Last year, we started SEGMENT: Multiplatform Audio Tour Stop 3 COMPANY NAME: Sony CATEGORY: High Impact Formats HALL: Central Hall (Back ) BOOTH NUMBER: C11001 For the last several NAB shows we ve talked about 4K resolution.

More information

Introduction of the Research Based on FPGA at NICS

Introduction of the Research Based on FPGA at NICS Introduction of the Research Based on FPGA at NICS Rong Luo Nano Integrated Circuits and Systems Lab, Department of Electronic Engineering, Tsinghua University Beijing, 100084, China 1 luorong@tsinghua.edu.cn

More information

Turning an Automated System into an Autonomous system using Model-Based Design Autonomous Tech Conference 2018

Turning an Automated System into an Autonomous system using Model-Based Design Autonomous Tech Conference 2018 Turning an Automated System into an Autonomous system using Model-Based Design Autonomous Tech Conference 2018 Asaf Moses Systematics Ltd., Technical Product Manager aviasafm@systematics.co.il 1 Autonomous

More information

Video Processing Technologies and Challenges for Mil/Aero Applications

Video Processing Technologies and Challenges for Mil/Aero Applications Video Processing Technologies and Challenges for Mil/Aero Applications January 2014 Version 1.3 16230 Monterey St. STE 204, Morgan Hill, CA 95037, USA - Tel: (408) 706-5975 - alan.simmonds@ces-cal.com

More information

Embedded System Design

Embedded System Design Embedded System Design Stephen A. Edwards Columbia University Spring 2015 Spot the Computer Cars These Days... Embedded Systems: Ubiquitous Computers iphone Laser Keyboard Nikon D300 Video Watch GPS Playstation

More information

Software Driven Verification at SoC Level. Perspec System Verifier Overview

Software Driven Verification at SoC Level. Perspec System Verifier Overview Software Driven Verification at SoC Level Perspec System Verifier Overview June 2015 IP to SoC hardware/software integration and verification flows Cadence methodology and focus Applications (Basic to

More information

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK Mahamuni P. D 1, R. P. Patil 2, H.S. Thakar 3 1 PG Student, E & TC Department, SKNCOE, Vadgaon Bk, Pune, India 2 Asst. Professor,

More information

Chapter 5: ASICs Vs. PLDs

Chapter 5: ASICs Vs. PLDs Chapter 5: ASICs Vs. PLDs 5.1 Introduction A general definition of the term Application Specific Integrated Circuit (ASIC) is virtually every type of chip that is designed to perform a dedicated task.

More information

Lorenz Kolb, Missing Link Electronics

Lorenz Kolb, Missing Link Electronics Lorenz Kolb, Missing Link Electronics Testkonzepte für FPGA/ASIC-Entwicklung nach 50 Jahren Moore s Law We are a Silicon Valley based technology company with offices in Germany. We are partner of leading

More information

Design Methodologies

Design Methodologies Design Methodologies 1981 1983 1985 1987 1989 1991 1993 1995 1997 1999 2001 2003 2005 2007 2009 Complexity Productivity (K) Trans./Staff - Mo. Productivity Trends Logic Transistor per Chip (M) 10,000 0.1

More information

SiFive Freedom SoCs: Industry s First Open-Source RISC-V Chips

SiFive Freedom SoCs: Industry s First Open-Source RISC-V Chips SiFive Freedom SoCs: Industry s First Open-Source RISC-V Chips Yunsup Lee Co-Founder and CTO High Upfront Cost Has Killed Innovation Our industry needs a fundamental change Total SoC Development Cost Design

More information

Platform for System LSI Development

Platform for System LSI Development Platform for System LSI Development Hitachi Review Vol. 50 (2001), No. 2 45 SOCplanner : Reducing Time and Cost in Developing Systems Tsuyoshi Shimizu Yoshio Okamura Yoshimune Hagiwara Akihisa Uchida OVERVIEW:

More information

Lecture 19: Depth Cameras. Visual Computing Systems CMU , Fall 2013

Lecture 19: Depth Cameras. Visual Computing Systems CMU , Fall 2013 Lecture 19: Depth Cameras Visual Computing Systems Continuing theme: computational photography Cameras capture light, then extensive processing produces the desired image Today: - Capturing scene depth

More information

Welcome. Altera Technology Roadshow 2013

Welcome. Altera Technology Roadshow 2013 Welcome Altera Technology Roadshow 2013 Altera at a Glance Founded in Silicon Valley, California in 1983 Industry s first reprogrammable logic semiconductors $1.78 billion in 2012 sales Over 2,900 employees

More information

Preparing for Mass Market Virtual Reality: A Mobile Perspective. Qualcomm Technologies, Inc. September 16, 2017

Preparing for Mass Market Virtual Reality: A Mobile Perspective. Qualcomm Technologies, Inc. September 16, 2017 Preparing for Mass Market Virtual Reality: A Mobile Perspective Qualcomm Technologies, Inc. September 16, 2017 Immersive Always-connected VR is meant to be Mobile 2 Automotive video streaming Crowded event

More information

Introducing the FPGA-Based Prototyping Methodology Manual (FPMM) Best Practices in Design-for-Prototyping

Introducing the FPGA-Based Prototyping Methodology Manual (FPMM) Best Practices in Design-for-Prototyping Introducing the FPGA-Based Prototyping Methodology Manual (FPMM) Best Practices in Design-for-Prototyping 1 What s the News? Introducing the FPMM: FPGA-Based Prototyping Methodology Manual Launch of new

More information

Apple ProRes RAW. White Paper April 2018

Apple ProRes RAW. White Paper April 2018 Apple ProRes RAW White Paper April 2018 Contents Introduction 3 About Raw Video 4 Data Rate 6 Performance 8 Using ProRes RAW in Final Cut Pro 12 Using Log Conversion with Built-in Camera LUTs 13 Using

More information

WHAT IS BFA NEW MEDIA?

WHAT IS BFA NEW MEDIA? VISUAL & TYPE WEB & INTERACTIVE MOTION GRAPHICS DIGITAL IMAGING VIDEO DIGITAL PHOTO VECTOR DRAWING AUDIO To learn more and see three years of our best student work, please visit: webdesignnewmedia.com

More information

FPGA for Dummies. Introduc)on to Programmable Logic

FPGA for Dummies. Introduc)on to Programmable Logic FPGA for Dummies Introduc)on to Programmable Logic FPGA for Dummies Historical introduc)on, where we come from; FPGA Architecture: Ø basic blocks (Logic, FFs, wires and IOs); Ø addi)onal elements; FPGA

More information

Neuromorphic Hardware. Adrita Arefin & Abdulaziz Alorifi

Neuromorphic Hardware. Adrita Arefin & Abdulaziz Alorifi Neuromorphic Hardware Adrita Arefin & Abdulaziz Alorifi Introduction Neuromorphic hardware uses the concept of VLSI systems consisting of electronic analog circuits to imitate neurobiological architecture

More information

Developing a Data Driven System for Computational Neuroscience

Developing a Data Driven System for Computational Neuroscience Developing a Data Driven System for Computational Neuroscience Ross Snider and Yongming Zhu Montana State University, Bozeman MT 59717, USA Abstract. A data driven system implies the need to integrate

More information

ECE 448 Lecture 15. Overview of Embedded SoC Systems

ECE 448 Lecture 15. Overview of Embedded SoC Systems ECE 448 Lecture 15 Overview of Embedded SoC Systems ECE 448 FPGA and ASIC Design with VHDL George Mason University Required Reading P. Chu, FPGA Prototyping by VHDL Examples Chapter 8, Overview of Embedded

More information

Microprocessor Systems

Microprocessor Systems Microprocessor Systems Welcome! Instructor: Clint Cole Office: EME59 ccole@eecs.wsu.edu Office hours: M, W, Fr 10-12 TA(s): Greidi Ajalik Lab: EME56 Times: Thursday 8AM 1:30PM. I didn t pick them. Lab

More information

GPU Computing and Its Applications

GPU Computing and Its Applications GPU Computing and Its Applications Bhavana Samel 1, Shubhrata Mahajan 2, Prof.A.M.Ingole 3 1 Student, Dept. of Computer Engineering, BVCOEL Pune, Maharashtra, India 2Student, Dept. of Computer Engineering,

More information

LSN 6 Programmable Logic Devices

LSN 6 Programmable Logic Devices LSN 6 Programmable Logic Devices Department of Engineering Technology LSN 6 What Are PLDs? Functionless devices in base form Require programming to operate The logic function of the device is programmed

More information

Long Term Trends for Embedded System Design

Long Term Trends for Embedded System Design Long Term Trends for Embedded System Design Ahmed Amine JERRAYA Laboratoire TIMA, 46 Avenue Félix Viallet, 38031 Grenoble CEDEX, France Email: Ahmed.Jerraya@imag.fr Abstract. An embedded system is an application

More information

Revolutionizing RISC-V based application design possibilities with GLOBALFOUNDRIES. Gregg Bartlett Senior Vice President, CMOS Business Unit

Revolutionizing RISC-V based application design possibilities with GLOBALFOUNDRIES. Gregg Bartlett Senior Vice President, CMOS Business Unit Revolutionizing RISC-V based application design possibilities with GLOBALFOUNDRIES Gregg Bartlett Senior Vice President, CMOS Business Unit RISC-V: Driving New Architectures and Multi-core Systems GF Enabling

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 02 130124 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Basics Image Formation Image Processing 3 Intelligent

More information

1. INTRODUCTION 2. OVERVIEW

1. INTRODUCTION 2. OVERVIEW 1. INTRODUCTION As computers grow and evolve, so do the tools for inputting information into computers. Ports are holes in computers where one can connect various external devices such as mice, keyboards,

More information

RTL Coding General Concepts

RTL Coding General Concepts RTL Coding General Concepts Typical Digital System 2 Components of a Digital System Printed circuit board (PCB) Embedded d software microprocessor microcontroller digital signal processor (DSP) ASIC Programmable

More information

CNP: An FPGA-based Processor for Convolutional Networks

CNP: An FPGA-based Processor for Convolutional Networks Clément Farabet clement.farabet@gmail.com Computational & Biological Learning Laboratory Courant Institute, NYU Joint work with: Yann LeCun, Cyril Poulet, Jefferson Y. Han Now collaborating with Eugenio

More information

SMARTPHONE HARDWARE: ANATOMY OF A HANDSET. Mainak Chaudhuri Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver

SMARTPHONE HARDWARE: ANATOMY OF A HANDSET. Mainak Chaudhuri Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver SMARTPHONE HARDWARE: ANATOMY OF A HANDSET Mainak Chaudhuri Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver Outline of topics What is the hardware architecture of a How does communication

More information

Small is the New Big: Data Analytics on the Edge

Small is the New Big: Data Analytics on the Edge Small is the New Big: Data Analytics on the Edge An overview of processors and algorithms for deep learning techniques on the edge Dr. Abhay Samant VP Engineering, Hiller Measurements Adjunct Faculty,

More information

A new Computer Vision Processor Chip Design for automotive ADAS CNN applications in 22nm FDSOI based on Cadence VP6 Technology

A new Computer Vision Processor Chip Design for automotive ADAS CNN applications in 22nm FDSOI based on Cadence VP6 Technology Dr.-Ing Jens Benndorf (DCT) Gregor Schewior (DCT) A new Computer Vision Processor Chip Design for automotive ADAS CNN applications in 22nm FDSOI based on Cadence VP6 Technology Tensilica Day 2017 16th

More information

Simplify System Complexity

Simplify System Complexity 1 2 Simplify System Complexity With the new high-performance CompactRIO controller Arun Veeramani Senior Program Manager National Instruments NI CompactRIO The Worlds Only Software Designed Controller

More information

White Paper. The advantages of using a combination of DSP s and FPGA s. Version: 1.0. Author: Louis N. Bélanger. Date: May, 2004.

White Paper. The advantages of using a combination of DSP s and FPGA s. Version: 1.0. Author: Louis N. Bélanger. Date: May, 2004. White Paper The advantages of using a combination of DSP s and FPGA s Version: 1.0 Author: Louis N. Bélanger Date: May, 2004 Lyrtech Inc The advantages of using a combination of DSP s and FPGA s DSP and

More information

BEng in Computer Engineering

BEng in Computer Engineering (For students admitted in 21-1 under the -year degree) BEng in Computer Engineering In addition to the requirements of their major programs, students are required to complete the University requirements

More information

Trimble Engineering & Construction Group, 5475 Kellenburger Road, Dayton, OH , USA

Trimble Engineering & Construction Group, 5475 Kellenburger Road, Dayton, OH , USA Trimble VISION Ken Joyce Martin Koehler Michael Vogel Trimble Engineering and Construction Group Westminster, Colorado, USA April 2012 Trimble Engineering & Construction Group, 5475 Kellenburger Road,

More information

ASSOCIATED ELECTRONICS RESEARCH FOUNDATION C-53 PHASE-II, NOIDA

ASSOCIATED ELECTRONICS RESEARCH FOUNDATION C-53 PHASE-II, NOIDA ASSOCIATED ELECTRONICS RESEARCH FOUNDATION C-53 PHASE-II, NOIDA SIX-MONTHS TRAINING PROGRAMME ON EMBEDDED SYSTEM, VLSI MAT LAB AND PCB DESIGN: Course syllabus: Theory: Introduction to C programming. More

More information

Graphics and Imaging Architectures

Graphics and Imaging Architectures Graphics and Imaging Architectures Kayvon Fatahalian http://www.cs.cmu.edu/afs/cs/academic/class/15869-f11/www/ About Kayvon New faculty, just arrived from Stanford Dissertation: Evolving real-time graphics

More information

TEGRA K1 AND THE AUTOMOTIVE INDUSTRY. Gernot Ziegler, Timo Stich

TEGRA K1 AND THE AUTOMOTIVE INDUSTRY. Gernot Ziegler, Timo Stich TEGRA K1 AND THE AUTOMOTIVE INDUSTRY Gernot Ziegler, Timo Stich Previously: Tegra in Automotive Infotainment / Navigation Digital Instrument Cluster Passenger Entertainment TEGRA K1 with Kepler GPU GPU:

More information

Distributed Vision Processing in Smart Camera Networks

Distributed Vision Processing in Smart Camera Networks Distributed Vision Processing in Smart Camera Networks CVPR-07 Hamid Aghajan, Stanford University, USA François Berry, Univ. Blaise Pascal, France Horst Bischof, TU Graz, Austria Richard Kleihorst, NXP

More information

Computer STMicroelectronics. Competencies and Advanced Research Topics

Computer STMicroelectronics. Competencies and Advanced Research Topics Computer Vision @ STMicroelectronics Competencies and Advanced Research Topics Alessandro Capra (alessandro.capra@st.com) Mirko Guarnera (mirko.guarnera@st.com) AST SI Computer Vision Platform UniCT DMI

More information

Low-Power Neural Processor for Embedded Human and Face detection

Low-Power Neural Processor for Embedded Human and Face detection Low-Power Neural Processor for Embedded Human and Face detection Olivier Brousse 1, Olivier Boisard 1, Michel Paindavoine 1,2, Jean-Marc Philippe, Alexandre Carbon (1) GlobalSensing Technologies (GST)

More information

L2: FPGA HARDWARE : ADVANCED DIGITAL DESIGN PROJECT FALL 2015 BRANDON LUCIA

L2: FPGA HARDWARE : ADVANCED DIGITAL DESIGN PROJECT FALL 2015 BRANDON LUCIA L2: FPGA HARDWARE 18-545: ADVANCED DIGITAL DESIGN PROJECT FALL 2015 BRANDON LUCIA 18-545: FALL 2014 2 Admin stuff Project Proposals happen on Monday Be prepared to give an in-class presentation Lab 1 is

More information

Best Practices of SoC Design

Best Practices of SoC Design Best Practices of SoC Design Electronic Design Process Symposium 2014 Kurt Shuler Vice President Marketing, Arteris kurt.shuler@arteris.com Copyright 2014 Arteris Arteris Snapshot Founded in 2003; headquarters

More information

MIPI : Advanced Driver Assistance System

MIPI : Advanced Driver Assistance System MIPI : Advanced Driver Assistance System application and system development Richard Sproul Charles Qi - Gabriele Zarri (Cadence) esame Conference Sophia Antipolis 05 October 2015 ADAS : some history FORD

More information

Hardware Software Codesign of Embedded System

Hardware Software Codesign of Embedded System Hardware Software Codesign of Embedded System CPSC489-501 Rabi Mahapatra Mahapatra - Texas A&M - Fall 00 1 Today s topics Course Organization Introduction to HS-CODES Codesign Motivation Some Issues on

More information

Programmable Logic Devices

Programmable Logic Devices Programmable Logic Devices INTRODUCTION A programmable logic device or PLD is an electronic component used to build reconfigurable digital circuits. Unlike a logic gate, which has a fixed function, a PLD

More information

The TechNexion Difference

The TechNexion Difference The TechNexion Difference Faster time-to-market through Open Design System on Modules are designed to speed up and reduce the cost of development for embedded devices. But these benefits are only possible,

More information

MARK. January 2019 issue... BENCH THE INTERNATIONAL MAGAZINE FOR ENGINEERING DESIGNERS & ANALYSTS FROM NAFEMS

MARK. January 2019 issue... BENCH THE INTERNATIONAL MAGAZINE FOR ENGINEERING DESIGNERS & ANALYSTS FROM NAFEMS BENCH MARK January 2019 issue... Simulation Limited: How Sensor Simulation for Self-driving Vehicles is Limited by Game Engine Based Simulators A Guide to the Internet of Things Simulation of Complex Brain

More information

Digitization of non-volatility Jean-Pascal BOST, CEO

Digitization of non-volatility Jean-Pascal BOST, CEO D a t a - e f f i c i e n t w o r l d Digitization of non-volatility Jean-Pascal BOST, CEO www.evaderis.com Lab spin-off Incorporated 2014 17 people IP Fabless Non volatile Semiconductor IP emram erram

More information

DIGITS RECOGNITION WITH BEAGLEBOARD PLATFORM

DIGITS RECOGNITION WITH BEAGLEBOARD PLATFORM DIGITS RECOGNITION WITH BEAGLEBOARD PLATFORM Richard Borbély 1, Michal Blaho 1,2, Leo Mrafko 1, Tatiana Mudráková 1,2 1 Institute of Robotics and Cybernetics Faculty of Electrical Engineering and Information

More information

Embedded Systems Dr. Santanu Chaudhury Department of Electrical Engineering Indian Institute of Technology, Delhi. Lecture - 10 System on Chip (SOC)

Embedded Systems Dr. Santanu Chaudhury Department of Electrical Engineering Indian Institute of Technology, Delhi. Lecture - 10 System on Chip (SOC) Embedded Systems Dr. Santanu Chaudhury Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 10 System on Chip (SOC) In the last class, we had discussed digital signal processors.

More information

Kontron s ARM-based COM solutions and software services

Kontron s ARM-based COM solutions and software services Kontron s ARM-based COM solutions and software services Peter Müller Product Line Manager COMs Kontron Munich, 4 th July 2012 Kontron s ARM Strategy Why ARM COMs? How? new markets for mobile applications

More information

ECE 111 ECE 111. Advanced Digital Design. Advanced Digital Design Winter, Sujit Dey. Sujit Dey. ECE Department UC San Diego

ECE 111 ECE 111. Advanced Digital Design. Advanced Digital Design Winter, Sujit Dey. Sujit Dey. ECE Department UC San Diego Advanced Digital Winter, 2009 ECE Department UC San Diego dey@ece.ucsd.edu http://esdat.ucsd.edu Winter 2009 Advanced Digital Objective: of a hardware-software embedded system using advanced design methodologies

More information

Department of Electrical and Computer Engineering

Department of Electrical and Computer Engineering Department of Electrical and Computer Engineering 1 Department of Electrical and Computer Engineering Chairperson: Edwin E. Yaz, Ph.D., P.E. Department of Electrical and Computer Engineering website (http://www.marquette.edu/engineering/electrical_computer)

More information

EMBEDDED VISION AND 3D SENSORS: WHAT IT MEANS TO BE SMART

EMBEDDED VISION AND 3D SENSORS: WHAT IT MEANS TO BE SMART EMBEDDED VISION AND 3D SENSORS: WHAT IT MEANS TO BE SMART INTRODUCTION Adding embedded processing to simple sensors can make them smart but that is just the beginning of the story. Fixed Sensor Design

More information

High Dynamic Range Imaging.

High Dynamic Range Imaging. High Dynamic Range Imaging High Dynamic Range [3] In photography, dynamic range (DR) is measured in exposure value (EV) differences or stops, between the brightest and darkest parts of the image that show

More information

Bring Your Own Device (BYOD) Information for Parents and Carers

Bring Your Own Device (BYOD) Information for Parents and Carers Bring Your Own Device (BYOD) Information for Parents and Carers Overview Students attending North Lakes State College will bring their own portable computing device to the College as a tool to enhance

More information

Executive Brief: The CompassIntel A-List Index A-List in Artificial Intelligence Chipset

Executive Brief: The CompassIntel A-List Index A-List in Artificial Intelligence Chipset Executive Brief: The CompassIntel A-List Index A-List in Artificial Intelligence Chipset Prepared by: Nadine Manjaro nadine@beyondm2mcommunication.com @NadineManjaro @compassintel The Team Stephanie Atkinson

More information

CPU offloading using SoC fabric Avnet Silica & Enclustra Seminar Getting started with Xilinx Zynq SoC Fribourg, April 26, 2017

CPU offloading using SoC fabric Avnet Silica & Enclustra Seminar Getting started with Xilinx Zynq SoC Fribourg, April 26, 2017 1 2 3 Introduction The next few slides give a short introduction of what CPU offloading is and how it can help improving system performance. 4 What is Offloading? Offloading means taking load from one

More information

Join the forward thinkers who rely on Toshiba for wireless connectivity ICs.

Join the forward thinkers who rely on Toshiba for wireless connectivity ICs. ELECTRONIC COMPONENTS Wireless Communication Solutions Join the forward thinkers who rely on Toshiba for wireless connectivity ICs. Bluetooth Low Power Near Field Communications High Speed Wireless Power

More information

Improving Prototype Validation with NI Multisim and LabVIEW. Bhavesh Mistry, Product Manager National Instruments

Improving Prototype Validation with NI Multisim and LabVIEW. Bhavesh Mistry, Product Manager National Instruments Improving Prototype Validation with NI Multisim and LabVIEW Bhavesh Mistry, Product Manager National Instruments bhavesh.mistry@ni.com 1 Modern Design Having to Do More Time to market continues to shrink

More information

Evolution of CAD Tools & Verilog HDL Definition

Evolution of CAD Tools & Verilog HDL Definition Evolution of CAD Tools & Verilog HDL Definition K.Sivasankaran Assistant Professor (Senior) VLSI Division School of Electronics Engineering VIT University Outline Evolution of CAD Different CAD Tools for

More information

CMOS USORIA. Features

CMOS USORIA. Features CMOS USORIA A CMOS, 2 Megapixel (1600x1200), 1/2 Inch, Color, USB 2, Triggerable, Rugged, Lightweight, Industrial Vision Camera With a C Mount and Tripod Adapter It is Designed for Inspection, Instrumentation,

More information

HotChips An innovative HD video and digital image processor for low-cost digital entertainment products. Deepu Talla.

HotChips An innovative HD video and digital image processor for low-cost digital entertainment products. Deepu Talla. HotChips 2007 An innovative HD video and digital image processor for low-cost digital entertainment products Deepu Talla Texas Instruments 1 Salient features of the SoC HD video encode and decode using

More information

SYSTEMS ON CHIP (SOC) FOR EMBEDDED APPLICATIONS

SYSTEMS ON CHIP (SOC) FOR EMBEDDED APPLICATIONS SYSTEMS ON CHIP (SOC) FOR EMBEDDED APPLICATIONS Embedded System System Set of components needed to perform a function Hardware + software +. Embedded Main function not computing Usually not autonomous

More information

FPGA PROTOTYPING BY VERILOG EXAMPLES XILINX SPARTAN 3 VERSION

FPGA PROTOTYPING BY VERILOG EXAMPLES XILINX SPARTAN 3 VERSION page 1 / 5 page 2 / 5 fpga prototyping by verilog pdf A field-programmable gate array (FPGA) is an integrated circuit designed to be configured by a customer or a designer after manufacturing hence the

More information

CE 435 Embedded Systems Spring 2018

CE 435 Embedded Systems Spring 2018 CE 435 Embedded Systems Spring 2018 Administrivia Introduction to Embedded Systems Nikos Bellas Electrical and Computer Engineering Department University of Thessaly CE435 - Embedded Systems 1 Administrivia

More information

Telecamera panoramica "google street view" Ip 360 megapixel HD 2048X1536 PanoSee* veicolare

Telecamera panoramica google street view Ip 360 megapixel HD 2048X1536 PanoSee* veicolare Telecamera panoramica "google street view" Ip 360 megapixel HD 2048X1536 PanoSee* veicolare Directory 1. Introduction... 2 2. Main function... 2 3. System composition... 4 3.1 Single HD panoramic camera

More information

OpenCAPI Technology. Myron Slota Speaker name, Title OpenCAPI Consortium Company/Organization Name. Join the Conversation #OpenPOWERSummit

OpenCAPI Technology. Myron Slota Speaker name, Title OpenCAPI Consortium Company/Organization Name. Join the Conversation #OpenPOWERSummit OpenCAPI Technology Myron Slota Speaker name, Title OpenCAPI Consortium Company/Organization Name Join the Conversation #OpenPOWERSummit Industry Collaboration and Innovation OpenCAPI Topics Computation

More information

LG INNOTEK SECURITY SOLUTION BEST SECURITY SOLUTION PARTNER LG INNOTEK WILL BE WITH YOU FOR YOUR SUCCESSFUL BUSINESS.

LG INNOTEK SECURITY SOLUTION BEST SECURITY SOLUTION PARTNER LG INNOTEK WILL BE WITH YOU FOR YOUR SUCCESSFUL BUSINESS. LG INNOTEK SECURITY SOLUTION BEST SECURITY SOLUTION PARTNER LG INNOTEK WILL BE WITH YOU FOR YOUR SUCCESSFUL BUSINESS. INSIDE YOUR LIFE! LG INNOTEK S INNOVATIVE TECHNOLOGIES ARE DESIGNED FOR A SAFE, CONVENIENT

More information

Instructor: Dr. Hanna A. Kirolous RFID Automated Library Management System

Instructor: Dr. Hanna A. Kirolous   RFID Automated Library Management System Instructor: Dr. Hanna A. Kirolous e-mail: kirolous@aucegypt.edu RFID Automated Library Management System Radio Frequency Identification (RFID) is a new generation of Auto Identification and Data collection

More information

COMPUTER VISION. Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai

COMPUTER VISION. Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai COMPUTER VISION Dr. Sukhendu Das Deptt. of Computer Science and Engg., IIT Madras, Chennai 600036. Email: sdas@iitm.ac.in URL: //www.cs.iitm.ernet.in/~sdas 1 INTRODUCTION 2 Human Vision System (HVS) Vs.

More information

2015 The MathWorks, Inc. 1

2015 The MathWorks, Inc. 1 2015 The MathWorks, Inc. 1 웨어러블디바이스의신호분석 Senior Application Engineer 김종남 2015 The MathWorks, Inc. 2 Agenda Internet Of Things Signal Analytics and Classification : On data from wareable and mobile device

More information

Massively Parallel Computing on Silicon: SIMD Implementations. V.M.. Brea Univ. of Santiago de Compostela Spain

Massively Parallel Computing on Silicon: SIMD Implementations. V.M.. Brea Univ. of Santiago de Compostela Spain Massively Parallel Computing on Silicon: SIMD Implementations V.M.. Brea Univ. of Santiago de Compostela Spain GOAL Give an overview on the state-of of-the- art of Digital on-chip CMOS SIMD Solutions,

More information

Field Program mable Gate Arrays

Field Program mable Gate Arrays Field Program mable Gate Arrays M andakini Patil E H E P g r o u p D H E P T I F R SERC school NISER, Bhubaneshwar Nov 7-27 2017 Outline Digital electronics Short history of programmable logic devices

More information

Model-Based Design for Video/Image Processing Applications

Model-Based Design for Video/Image Processing Applications Model-Based Design for Video/Image Processing Applications The MathWorks Agenda Model-Based Design From MATLAB and Simulink to Altera FPGA Step-by-step design and implementation of edge detection algorithm

More information