16
1 Mid-term Presentation ementation of generic interf To electronic components via USB2 Connection Supervisor Daniel Alkalay System architectures Roee Cohen Rami May Technion – Israel Institute of Technology Department of Electrical Engineering High-Speed Digital Systems Lab 1

1 Mid-term Presentation Implementation of generic interface To electronic components via USB2 Connection Supervisor Daniel Alkalay System architectures

  • View
    213

  • Download
    0

Embed Size (px)

Citation preview

1

Mid-term Presentation

Implementation of generic interface To electronic components

via USB2 Connection

SupervisorDaniel Alkalay

System architecturesRoee CohenRami May

Technion – Israel Institute of TechnologyDepartment of Electrical Engineering

High-Speed Digital Systems Lab

1

2

AGENDA

• Project Goals• System Architecture • Semester #1 - Summery• Target semester #1 – Transferring a word• System Micro- Architecture FPGA • Future targets• Schedule

2

3

Project GoalDevelopment and implementation of generic interface system between PC via USB2 and electronic components

Software/hardware integration has never been so easy

3

4

System Architecture

Computer

Group

Server

FPGA

D/A (T.I)

Analog signal

Analog signal

USB2

100Mhz

A/D (T.I)

Electronic component

PCB card

Function generator

4

5

System Micro-Architecture

FPGA

50Mhz

Computer

Group

Server

GUI

The major elements that will be design & implemented

5

6

Semester #1 Summery

FPGA

6

7

Semester #1 - Summery• Programs that we

studied:• VHDL• ISE • HDL designer

• Keil uvision2

• Subject that we studied:

• FPGA.

7

8

Semester #1 - SummerySpecification that we read:

– SPARTAN 3E - spec– Cypress – micro-controller– USB – book– A/D converter

8

9

• Micro-Architecture- HARDWARE

• Block diagram

• HDL blocks

• State machine

• movie

Transferring a word

FROM: PC =>TO: FPGA

FPGA

9

10

System Micro-Architecture- HARDWAREFPGA

TX

RXREGISTERS

FPGA

Board

SPI

CYPRESS

VHDLentity Fa_unit is port ( A, B, Carry_in : in std_logic; F, Carry_out : out std_logic);end Fa_unit;

User design Modules

User designOur HDL Modules

10

USB_IF

11

Generic USB Block

USBinterface

I/O to Cypress

Registers

0_27General

28_52Channel1 Read

53_77Channel1 Write

78_102Channel2 Read

103_127Channel2 Write

IN_FIFO

OUT_FIFO

Bur

st D

AT

A P

orts

INCh1

OUTCh2

Channel1 Full

Write Channel1

Channel1 Data

Read Channel2

Channel2 empty

Channel2 Data

RegCh1

RegCh2

Ch1_enCh2_en

Ch1 Reg Write

Ch1 Reg Data OutCh1 Reg Data In

Ch2 Reg Read

Ch1 Reg Addr

Ch2 Reg Data OutCh2 Reg Data In

Ch2 Reg Write

Ch2 Reg Addr

Reg

iste

rs P

orts

System Micro-Architecture- HARDWARE

12

PC => FPGA

PC: GUI EZUSB –PortAddressPacket:•opcode•Data

Board:FPGA:

CYPRESS

• receive a packet

• activate signal “not_empty”

• holds the data until readed by FPGA

Interface

•Get packet from cypress

•Parse the packet values

Registers:

Holds the parsed data

output:

•Plotting the word

•Light the LED’s & digits segments

Block Diagram – Transferring a word

FPGA

11

Creating a *.HEX file

13

FPGA - VHDL design:• Host interface:

• Receive & transfer data from CYPRESS• Checking packets correctness• Parsing packets to data•Transfer clean data to registers

•Other blocks• performs operation according to opcodes• operate the relevant state machine• take status and information from peripherals

FPGA

12

14

Transferring a word INTERFACE STATE MACHINE

FPGA

14

IDLE

WAIT FOR COMMAND

TAKE COMMAND

FROM CYPRESS

TRANSFER DATA FROM A/D ->FIFO

GET DATA FROM

CYPRESS

WRITE DATA TO REGISTERS

PARSED PROTOCOLDECIDE R/W

READ DATA FROM

REGISTERS

WRITE DATA TO CYPRESS

IF (A2D FIFO NOT EMPTY

IF (COMMAND ==READ)

IF (COMMAND ==WRITE)

15

Transferring a word : THE MOVIE

15

16

Future targets:

FPGA

26

1.Implementation of GUI (software ).2.Study the A/D ( configurations, modes)3.Design state machine for configuring

and working with A/D.4.Design the architecture of the GUI and

its Use-Cases