Network On Chip Platform

26
NETWORK ON CHIP PLATFORM Instructor: Yaniv Ben-Itzhak Students: Ofir Shimon Guy Assedou Spring 2009 FINAL PRESENTATION - SPRING 2009 -

description

Instructor: Yaniv Ben- Itzhak Students: Ofir Shimon Guy Assedou. Network On Chip Platform. FINAL PRESENTATION. - SPRING 2009 -. General Concept . NoC - Network On Chip - PowerPoint PPT Presentation

Transcript of Network On Chip Platform

Page 1: Network On Chip  Platform

NETWORK ON CHIP

PLATFORMInstructor: Yaniv Ben-ItzhakStudents: Ofir Shimon

Guy AssedouSpring 2009

FINAL PRESENTATION- SPRING 2009 -

Page 2: Network On Chip  Platform

General Concept NoC - Network On Chip A network-like structure composed of inter-

connected modules which exchange data efficiently and in very fast rates

Spring 2009

Page 3: Network On Chip  Platform

NoC Platform – Project Definition

Design and build basic NoC CPU Module as a part of multi-core NoC platform on an FPGA, and implement a tailored HW/SW verification system.

Spring 2009

Page 4: Network On Chip  Platform

NOC Platform

Architecture

Spring 2009

ADAPTOR(cpu-router)

NIOS IIsoftcore

ROUTER

ADAPTOR(cpu-router)

NIOS IIsoftcore

ROUTER

ADAPTOR(cpu-router)

NIOS IIsoftcore

ROUTER

ADAPTOR(router-memory)

MEMORY CONTROLLER

ROUTER

ADAPTOR(cpu-router)

NIOS IIsoftcore

ROUTER

Page 5: Network On Chip  Platform

CPU Module Architecture

Spring 2009S

ystem Interconnect

Fabric (B

US

)

ROUTERCPU-ROUTERADAPTOR

Avalon M

M

Interface

packets

controls

NIOS IIsoftcore

ADAPTOR)cpu-router(

NIOS IIsoftcore

ROUTER

ADAPTOR)cpu-router(

NIOS IIsoftcore

ROUTER

ADAPTOR)cpu-router(

NIOS IIsoftcore

ROUTER

ADAPTORMEMORY CONTROL

LER

ROUTER

ADAPTOR)cpu-router(

NIOS IIsoftcore

ROUTER

Page 6: Network On Chip  Platform

System Configuration Nios II soft-core

CPU freq – 100 MHzPipeline

○ Increase throughput for peripherals that require several cycles to return data

○ Two phase pipeline – Address & Data○ Only Read requests can be pipelined

System Interconnect FabricSelected Bus Interface - Avalon Memory

Mapped: Used for R/W interfaces on master and slave components in a memory-mapped system

Spring 2009

Page 7: Network On Chip  Platform

System Configuration Router

Virtual channels - One channel was defined for both R/W operations in order to keep static routing in the platform.

Flit type - Head & tail - easy to implement System

Clock frequency – 100 MHzMax Packets per CPU Module – 16Packet size – 77 bits

Spring 2009

Page 8: Network On Chip  Platform

Packet Structure

Spring 2009

Packet Header Flit

Packet

Service Level

Packet Type Flit Header Data

Service Level

Packet Type Processor ID Request

Type Data AddressMemory

X Coordinate

Memory Y

Coordinate

76 75 74 73 72 71 70 39 38 8 7 4 3 0

Page 9: Network On Chip  Platform

System

Interconnect

Fabric (BU

S)

ROUTERCPU-

ROUTERADAPTOR

Avalon MM

Interface

packets

controls

NIOS IIsoftcoreAdaptor

Architecture

Spring 2009

control

BUFFER IN)FIFO(

ROUTER_TX

flit

data

address

waitrequest

packet

control

packet

data

control

BUS_TX

CREDITS CALCULATORcontrol

control control

Page 10: Network On Chip  Platform

Verification & Validation Behavioral Simulations

Pre-synthesis VHDL for logic functionality with ModelSim

Develop Verification Environment Full System Testing

Create high load of memory accesses in system

Spring 2009

Page 11: Network On Chip  Platform

Verification System

Architecture

Spring 2009

LO

OP

ER

packets

controls

CPU Module

TESTER

System

Interconnect

Fabric (BU

S)

ROUTERCPU-ROUTERADAPTOR

Avalon M

M

Interface

packets

controls

NIOS IIsoftcore

Page 12: Network On Chip  Platform

Spring 2009

 Screen clipping taken: 29/06/2009, 12:22  

Behavioral Simulations -Write

Waveforms

Page 13: Network On Chip  Platform

Behavioral Simulations -Read

Waveforms

Spring 2009

 Screen clipping taken: 29/06/2009, 12:22  

Page 14: Network On Chip  Platform

LOOPER Module Architecture

Spring 2009

BUFFER IN)FIFO(

packet

control

ROUTER_TX

CREDITS CALCULATOR

control

packet

control

control

packet

packet

LO

OP

ER

packets

controls

CPU Module

TESTER

System

Interconnect

Fabric (BU

S)

ROUTERCPU-ROUTERADAPTOR

Nios II

Page 15: Network On Chip  Platform

Verification Software Harsh and intensive environment that

will test the hardware Write/Read randomly to memory

Increased paced in compare to average memory access rate

Spring 2009

Page 16: Network On Chip  Platform

Verification Software -Pseudo-

Code Randomize number of write instructions to

issue -> wr

Iterate wr times•Write data to memory•Store data & address in dedicated arrays for later use•Increase address & data value

Randomize number of read instructions to

issue -> rd

Iterate rd tims•Read data from memory•Compare data from memory with data stored in data array•Update statistics

Spring 2009

Page 17: Network On Chip  Platform

Test Results Program Iteration Example:

Final Results:

Spring 2009

Page 18: Network On Chip  Platform

FPGA Resources Usage

Spring 2009

Adaptor0.13%

Router8.37% Nios II

6.96%

Free Resources84.54%

Adaptor RouterNios II Free Resources

Page 19: Network On Chip  Platform

Development Tools Hardware:

GIDEL ProcStar II 180 BoardStratix II 60 FPGAPC

Software:Quartus IISOPC BuilderNIOS II IDEModelSimGIDEL PROCWizard

Spring 2009

Page 20: Network On Chip  Platform

Spring 2009

Project MilestonesCharacterizatio

n Report & Presentation

Tutorials •VHDL •Nios II softcore – “hello world”•System Interconnect Fabric

Tools Ramp-up•Quartus II•SOPC Builder•HDL Designer•NIOS II IDE

Router Ramp-up

Mid-semester presentation

Implementing CPU-ROUTER

Adaptor

Implementing CPU Module

Implementing LOOPER

H/W System Integration

S/W Coding

Final Presentation

Page 21: Network On Chip  Platform

Achievements & Further Work Main Project Achievements

Fully operational NOC based system in hardware (FPGA)Modular CPU Module - building block which enables easy scalability of future NOC platformsVerification & Validation environment (HW & SW)

Further WorkComplete Memory Module Implementation Complete Platform integrationIn-depth Platform analysis

Spring 2009

Page 22: Network On Chip  Platform

THANK YOU!

Spring 2009

Page 23: Network On Chip  Platform

System

Interconnect

Fabric (BU

S)

ROUTERCPU-

ROUTERADAPTOR

Avalon MM

Interface

packets

controls

NIOS IIsoftcoreAdaptor

interconnections Router

Virtual channels○ can be modified as required.

2 channels were defined. One for Read requests and one for Write requests.

Flit type○ Three types – head, tail & head and tail

Only head & tail - easy to implement

Spring 2008

Page 24: Network On Chip  Platform

System

Interconnect

Fabric (BU

S)

ROUTERCPU-

ROUTERADAPTOR

Avalon MM

Interface

packets

controls

NIOS IIsoftcoreAdaptor

interconnections System Interconnect Fabric - Bus

Available interfaces to SIF○ Clock Interface○ Interrupt Interface○ Avalon Memory-Mapped Tristate Interface○ Avalon Streaming Interface○ Conduit Interface○ Avalon Memory-Mapped Interfaces

Interface to Bus is Avalon Memory Mapped○ Used for R/W interfaces on master and slave

components in a memory-mapped system

Spring 2008

Page 25: Network On Chip  Platform

System

Interconnect

Fabric (BU

S)

ROUTERCPU-

ROUTERADAPTOR

Avalon MM

Interface

packets

controls

NIOS IIsoftcoreAdaptor

interconnectionsSlave Transfers:

○ Typical Slave Read and Write Transfer○ Burst Transfer○ Pipelined Transfer

Pipeline○ Increase throughput for peripherals that require

several cycles to return data○ Two phase pipeline – Address & Data○ Only Read requests can be pipelined

Spring 2008

Page 26: Network On Chip  Platform

Nios II Sofcore Processor

Spring 2009