Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on...

55
1 © 2015 The MathWorks, Inc. Designing and Prototyping Digital Systems on SoC FPGA Hitu Sharma Vinod Thomas Application Engineer Sr. Training Engineer

Transcript of Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on...

Page 1: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

1© 2015 The MathWorks, Inc.

Designing and Prototyping

Digital Systems on SoC FPGA

Hitu Sharma Vinod Thomas

Application Engineer Sr. Training Engineer

Page 2: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

2

What is an SoC FPGA?A typical SoC consists of-

▪ A microcontroller, microprocessor or digital

signal processor (DSP) core

▪ Programmable Logic (FPGA)

▪ Memory blocks

▪ External interfaces such

as USB, FireWire, Ethernet, USART, SPI, etc.

▪ Analog interfaces including ADCs and DACs

▪ Voltage regulators and power

management circuits

Combines High-speed compute capabilities of

FPGAs and the ability to perform Complex

operations on DSPs or MCUs

Page 3: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

3

Conventional SoC Design

WorkflowAlgorithm Design

System

Architecture

C Implementation

C/C++

Integrate with

Peripheral Drivers

Integrate with

Peripheral IPs

DriversHardware

IP

C Code

Verification

HDL Code

Verification

Integrate and

Prototype Application

on SoC

HDL Implementation

VHDL/Verilog

Page 4: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

4

Application Examples Vision

SDR

Motor

Page 5: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

5

Customer Case Study: Punch Powertrain

✓ Designed integrated E-drive: Motor, power electronics

and software

✓ 4 different control strategies implemented

✓ Done in 1.5 years with 2FTE’s

✓ Models reusable for production

✓ Smooth integration and validation due to development

process – thorough validation before electronics are

produced and put in the testbench

• New switched reluctance motor – new complex control strategies

• Fast: 2x the speed of their previous motor

• Target to a Xilinx® Zynq® SoC 7045 device

• Needed to get to market quickly

• No experience designing FPGAs!

Requirements

“This would not have been possible to

design at all previous to adopting HDL

code generation from Simulink model-

based design”

Page 6: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

6

Challenges in SoC design

• Proficiency in both HDL and C programming

• Both have different verification methodologies

• Late detection of errors

Programming and Verification Expertise

• Ensure Reliable transfer of data between FPGA and Processor

Interface Between Software & Hardware

• SoC VerificationVerification of the

Design

• What goes on FPGA and what goes on Processor

• Change in architecture involves reprogramming

Partitioning of Algorithm

• This involves configuring different peripheralsApplications & Custom Board

Page 7: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

7

Behavioral

algorithm

Hardware micro-

architecture

Fixed-point

implementation

Simulink

Fixed Point

Designer

From Behavioral Model to Implementation Model

Page 8: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

8

Target Receiver/Transmitter on Systems-on-Chip (ARM/FPGA)

Run on Programmable Logic

Run on ARM Processing System

Page 9: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

9

Addressing Challenges in SoC Design

• Proficiency in both HDL and C programming

• Both have different verification methodologies

• Late detection of errors

Programming and Verification Expertise

• Ensure Reliable transfer of data between FPGA and Processor

Interface Between Software & Hardware

• SoC VerificationVerification of the

Design

• Decision on what goes on FPGA and what goes on Processor

• Change in architecture involves reprogramming

Partitioning of Algorithm

• This involves configuring different peripheralsApplications & Custom Board

Simulink for System Architecture Modeling

Page 10: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

10

Implement and Prototype Algorithms in Hardware

DSP / MCU

Embedded

Coder

C, C++VHDL, Verilog

ASIC

FPGA

HDL

Coder

Programmable SoC

Prepare model for IP core

generation

Configure Interface Logic

RTL Code Generation for IP Core

Generate Software/Hardware Model

Deployment

Synthesis/ Bit File Generation

Page 11: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

11

HDL code Generation

Page 12: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

12

Generate Software Interface model

Prepare model for IP core

generation

Configure Interface Logic

RTL Code Generation for IP Core

Generate Software/Hardware Model

Deployment

Synthesis/ Bit File Generation

Page 13: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

13

Algorithm Partitioning and HW-SW Co-Design

Page 14: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

14

HDL Optimizations

▪ Speed Optimization

– Distributed Pipelining

– Adaptive Pipelining

– Clock-Rate Pipelining

▪ Area Optimization

– Streaming

– RAM Mapping

– Resource Sharing

Page 15: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

15

Hardware Verification

– “Validation Model” generation by HDL Coder

▪ RTL code against Implementation Model

– HDL Cosimulation through HDL Verifier

▪ Hardware Results against Implementation

Model

– FPGA-in-the-loop verification through HDL

Verifier

Stimuli

Behavioral Model

Implementation

Model

Comparison

Page 16: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

16

Software in the Loop (SIL) Verification

Page 17: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

17

HDL Library Summary

Page 18: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

18

HDL Library Summary

Page 19: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

19

LTE HDL Toolbox

LTE HDL-optimized blocks

Reference

applications

LTE HDL-

optimized blocks

Bit-streaming

hardware

Utilities

Frame-based algorithm

• PSS/SSS Detection

• MIB Recovery

• LTE Frequency Scanner

• Turbo Encoder

• Turbo Decoder

• Convolutional Encoder

• Convolutional Decoder

• CRC Encoder

• CRC Decoder

• Frame-to-samples / samples-to-frame

• Sample bus creator / selector

• Templates to connect MATLAB tests/golden

reference to Simulink HW implementation

Page 20: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

20

Vision HDL ToolboxDesign and prototype video image processing systems

▪ Modeling hardware behavior of the algorithms

• Pixel-based functions and blocks

• Conversion between frames and pixels

• Standard and custom frame sizes

▪ Prototyping algorithms on hardware

(With HDL Coder) Efficient and readable HDL code

(With HDL Verifier) FPGA-in-the-loop testing and acceleration

Page 21: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

21

C code supported libraries

Page 22: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

22

Addressing Challenges in SoC Design

• Proficiency in both HDL and C programming

• Both have different verification methodologies

• Late detection of errors

Programming and Verification Expertise

• Ensure Reliable transfer of data between FPGA and Processor

Interface Between Software & Hardware

• SoC VerificationVerification of the

Design

• Decision on what goes on FPGA and what goes on Processor

• Change in architecture involves reprogramming

Partitioning of Algorithm

• This involves configuring different peripheralsApplications & Custom Board

Simulink for System Architecture Modeling

HDL and Embedded Coder

Page 23: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

23

Interface Between Hardware and Software

HDL Coder and Embedded Coder supports

▪ AXI4 Stream Master/Slave

▪ AXI4 Lite

▪ AXI4 Stream Master/Slave Video

▪ AXI4

HardProcessing

System AX

I4

FPGA Fabric

Algorithm HDL code

AXI4 Accessible Registers

ExternalPorts

Host Computer

Algorithm C code

HDL Coder

Embedded Coder

Page 24: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

24

Interface Configuration

Page 25: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

25

Addressing Challenges in SoC Design

• Proficiency in both HDL and C programming

• Both have different verification methodologies

• Late detection of errors

Programming and Verification Expertise

• Ensure Reliable transfer of data between FPGA and Processor

Interface Between Software & Hardware

• SoC VerificationVerification of the

Design

• Decision on what goes on FPGA and what goes on Processor

• Change in architecture involves reprogramming

Partitioning of Algorithm

• This involves configuring different peripheralsApplications & Custom Board

Simulink for System Architecture Modeling

Automatic C and HDL Code Generation

Generation of AXI Protocol Drivers

Page 26: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

26

SoC Verification using PIL

Page 27: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

27

Addressing Challenges in SoC Design

• Proficiency in both HDL and C programming

• Both have different verification methodologies

• Late detection of errors

Programming and Verification Expertise

• Ensure Reliable transfer of data between FPGA and Processor

Interface Between Software & Hardware

• SoC VerificationVerification of the

Design

• Decision on what goes on FPGA and what goes on Processor

• Change in architecture involves reprogramming

Partitioning of Algorithm

• This involves configuring different peripheralsApplications & Custom Board

Simulink for System Architecture Modeling

Automatic C and HDL Code Generation

Generation of AXI Protocol Drivers

Unified Verification Framework

Page 28: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

28

Board and Reference Design

SoC Board

Processor

AXI4-Lite

Algorithm

Model

Generic IP

across platforms

HDL

IP Core

Algorithm

HDL

Simulink/MATLAB

algorithm

AXI Interface

Reference Design

Processor

AX

I4-L

ite Placeholder

for

Algorithm

IP Core

HDL

IP core

SoC Board(peripherals,

daughter-cards)

Page 29: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

29

Multiple Reference Designs

SoC BoardReference Design

Processor

AX

I4-L

ite Placeholder

for

Algorithm

IP Core

Reference Design

Processor

AX

I4-L

ite

AXI

DMA

Placeholder

for

Algorithm

IP Core

Page 30: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

30

Reference Design

Processor

AX

I4-L

ite

AXI

DMA

External and Internal Interfaces

SoC Board

Placeholder

for

Algorithm

IP Core

HDL

IP core

Interface LEDInterface

Interface ADC

Interface

IPInterface

External

Interface

Internal

Interface

AXI

Interface

Page 31: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

31

Reference Design for Software Defined Radio

Processor FPGA RFCardSoC

Ho

st

Co

mp

ute

r

RF

HD

L I

P

Transmitter

and

Receiver

Data

generation

and post

processing

AX

I In

terf

ace IP

AX

I In

terf

ace d

river

UD

P/

SP

I/ J

TA

G

Radio Configuration

Settings

Embedded

Coder

HDL

Coder

Page 32: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

32

Software Defined Radio Workflow

Page 33: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

33

Application Example: Software Defined Radio

Page 34: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

34

Reference Design for Computer Vision Applications

Generated HDL IP core

FPGA Algorithm Software on

ARM

Signal 1

Signal 2

Signal 3

Pixels

Control

Signals

Ready

AXI4-

Stream

Video

Module

External

Memory

Buffer

(VDMA)Camera

In

AXI4-

Stream

Video

AXI4-Lite

AXI4-Lite

Registers

Embedded

CoderHDL

Coder

Page 35: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

35

Application Example: Pot-Hole Detection

Page 36: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

36

Application Example: Pot-Hole Detection

Page 37: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

37

Supported SoC platforms and Reference Designs

▪ Xilinx SoCs

– ZedBoard

– ZC702 Evaluation Board

– ZC706 Evaluation Board

– Analog Devices RF SOM

Video and Image Processing

Software-Defined Radio Motor Control

Page 38: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

38

Supported Intel SoC platforms and Reference Designs

▪ Intel SoCs

– Arrow SoC

– Intel Cyclone V SoC

Video and Image Processing

Motor Control

Page 39: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

39

From the MATLAB Toolstrip: Add-Ons Get Hardware Support Packages

Download Support Packages

From the MATLAB Command Line: >> supportPackageInstaller

Page 40: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

40

SoC Custom Reference Design

Understand

the Board

Create and Export

a Reference Design

Define the

Reference Design

Register the

Reference Design

Define the

Board

Register the

Board

Zynq/Altera SoC Workflow

Create or Reuse

Linux Image

Example shipping with product

https://www.mathworks.com/help/supportpkg/alterasochdlcoder/board-and-reference-design.html

Page 41: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

41

Custom Board Work Flow

Page 42: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

42

Custom Board Work Flow

My ZedBoard

Page 43: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

43

Addressing Challenges in SoC Design

• Proficiency in both HDL and C programming

• Both have different verification methodologies

• Late detection of errors

Programming and Verification Expertise

• Ensure Reliable transfer of data between FPGA and Processor

Interface Between Software & Hardware

• SoC VerificationVerification of the

Design

• Decision on what goes on FPGA and what goes on Processor

• Change in architecture involves reprogramming

Partitioning of Algorithm

• This involves configuring different peripheralsApplications & Custom Board

Simulink for System Architecture Modeling

Automatic C and HDL Code Generation

Generation of AXI Protocol Drivers

Unified Verification Framework

Reference Designs

Page 44: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

44

SoC FPGA Design Flow

Page 45: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

46

What’s New in FPGA and SoC Design?

▪ Floating Point Support

▪ FPGA Data Capture

▪ MATLAB as AXI Master– Access FPGA External Memory

▪ HDL Coder Support for Avnet Minized

HDL Coder Native Floating Point

• IEEE-754 Single precision support

• Extensive math and trigonometric

operator support

• Highly optimal implementations without

sacrificing numerical accuracy

• Mix floating and fixed point operations in

the same design

• Generate target-independent

synthesizable VHDL or Verilog

Page 46: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

47

FIL Verification: Supported Development Kits

▪ PolarFire Eval Kit

– High Performance Kit for full

development & testing

▪ SmartFusion2 Advance Development Kit

– Full Feature Kit with Advanced Peripherals

Purpose Built Kits for Evaluation and Development of Performance Oriented Low Power Applications

Page 47: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

48

Training Services

Exploit the full potential of MathWorks products

Flexible delivery options:

▪ Public training available in several cities

▪ Onsite training with standard or

customized courses

▪ Web-based training with live, interactive

instructor-led courses

More than 48 course offerings:

▪ Introductory and intermediate training on MATLAB, Simulink,

Stateflow, code generation, and Polyspace products

▪ Specialized courses in control design, signal processing, parallel computing, code generation,

communications, financial analysis,

and other areas

www.mathworks.in/training

Page 48: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

49

DSP for FPGAsThis three-day course will review DSP fundamentals from the perspective of implementation within the FPGA fabric.

Particular emphasis will be given to highlighting the cost, with respect to both resources and performance, associated

with the implementation of various DSP techniques and algorithms.

Topics include:

▪ Introduction to FPGA hardware and technology for DSP applications

▪ DSP fixed-point arithmetic

▪ Signal flow graph techniques

▪ HDL code generation for FPGAs

▪ Fast Fourier Transform (FFT) Implementation

▪ Design and implementation of FIR, IIR and CIC filters

▪ CORDIC algorithm

▪ Design and implementation of adaptive algorithms such as LMS and QR algorithm

▪ Techniques for synchronisation and digital communications timing recovery

Page 49: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

50

Generating HDL Code from Simulinktwo-day course shows how to generate and verify HDL code from a Simulink® model using HDL

Coder™ and HDL Verifier™

Topics include:

▪ Preparing Simulink models for HDL code generation

▪ Generating HDL code and testbench for a compatible Simulink model

▪ Performing speed and area optimizations

▪ Integrating handwritten code and existing IP

▪ Verifying generated HDL code using testbench and cosimulation

Page 50: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

51

Programming Xilinx Zynq SoCs with MATLAB and Simulinktwo-day course focuses on developing and configuring models in Simulink® and deploying on

Xilinx® Zynq®-7000 All Programmable SoCs. For Simulink users who intend to generate, validate, and

deploy embedded code and HDL code for software/hardware codesign using Embedded Coder® and

HDL Coder™.

A ZedBoard™ is provided to each attendee for use throughout the course. The board is programmed

during the class and is yours to keep after the training.

Topics include:

▪ Zynq platform overview and environment setup, introduction to Embedded Coder and HDL

Coder

▪ IP core generation and deployment, Using AXI4 interface

▪ Processor-in-the-loop verification, data interface with real-time application

▪ Integrating device drivers, custom reference design

Page 51: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

52

New: Software Defined Radio with

Zynq using Simulink

▪ Learn the Model-Based Design workflow from simulation

of RF chain, testing with Radio I/O to moving design to

chip

▪ Get hands-on experience with PicoZed

– Setting up and communicating with board

– Capture over-the-air signal and process in MATLAB

– AD9361 configuration

– HW/SW co-design for SDR

Page 52: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

53Email: [email protected] URL: http://www.mathworks.in/services/training Phone: 080-6632-6000

MathWorks Public Training

Upcoming Public Trainings ` Dates Location

DSP for FPGAs May 7-9 Bangalore

DSP for FPGAs June 11-13 Hyderabad

Generating HDL Code from Simulink Aug 27 - 28 Hyderabad

Programming Xilinx Zynq SoCs using MATLAB and

SimulinkAug 29 - 30 Hyderabad

Software Defined Radio with Zynq using Simulink Aug 31 Hyderabad

Generating HDL Code from Simulink Oct 8 -9 Bangalore

Programming Xilinx Zynq SoCs using MATLAB and

SimulinkOct 10 - 11 Bangalore

Software Defined Radio with Zynq using Simulink Oct 12 Bangalore

Guaranteed to run

Page 53: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

54

Call to ActionVideos and Webinars

▪ White Paper: Deploying LTE Wireless Communications on FPGAs: A

Complete MATLAB and Simulink Workflow

▪ Webinars:

– Modeling HDL Components for FPGAs in Control Applications

– Prototyping SoC-based Motor Controllers with MATLAB and Simulink

– Radio Deployment on SoC Platforms

▪ Video Series: Vision Processing for FPGA (5 Videos)

▪ Upcoming webinar on Microsemi Integration with MATLAB Tools

▪ Custom Reference Design

Page 54: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

55

Speaker Details Email: [email protected]

[email protected]

Contact MathWorks India

Products/Training Enquiry Booth

Call: 080-6632-6000

Email: [email protected]

Your feedback is valued.

Please complete the feedback form provided to you.

Page 55: Designing and Prototyping Digital Systems on SoC FPGA...Designing and Prototyping Digital Systems on SoC FPGA ... Combines High-speed compute capabilities of FPGAs and the ability

56

SIL MOdel

Intel SoC support

Training Dates