SpaceWire-RT/SpaceFibre simulation models: implementation and application

Size: px
Start display at page:

Download "SpaceWire-RT/SpaceFibre simulation models: implementation and application"

Transcription

1 SpaceWire-RT/SpaceFibre simulation models: implementation and application Valentin Olenev Ph.D., Senior Researcher, SUAI Irina Lavrovskaya Researcher, SUAI

2 SystemC SystemC is a set of C++ classes and macros that provide an event-driven simulation engine. It is specifically designed for modeling parallel systems. This library allows describing multi-component systems and program components, and modeling their operation. By using the internal mechanism of events it allows to model operations distributed in time of the modeled system. In contrast to pure C++, SystemC has following additions: 1) Processes 2) Events 3) Ports and channels 4) Timers and delays 5) Signals 6) FIFO 7) Special data types and so on 2

3 SDL SDL (Specification and Description Language) is a language for unambiguous specification and description of the telecommunication systems behavior. The SDL model covers the following five main aspects: structure, communication, behavior, data and inheritance. SDL language is intended for description of structure and operation of the distributed real-time systems. Writing an SDL model on the basis of the specification is itself a test of the specification for completeness and unambiguousness. As a result the consistent readable textual description and formalised specification in SDL are produced. 3

4 SpaceWire-RT standard Management Interface Application Interface Management Layer Virtual Channel Layer Network Layer VC Interface Framing Layer Retry Layer Lane Control Layer Lane Layer Broadcast Layer Frame Interface Retry Interface Lane Control Interface Lane Interface Broadcast Interface The standard is developed in terms of FP7 SPWRT project, under grant agreement n SpaceWire-RT standard is based on the SpaceFibre technology. An addition to SpaceFibre Network layer. Encoding Layer Encoding Interface Serialisation Layer Serialisation Interface Serial Interface Physical Layer 4

5 SpaceWire-RT SDL Modeling Simulation and investigation was done in two steps: verification of the SpaceWire-RT protocol stack by simulation in IBM Rational SDL Suite. This simulation gave an ability to check all internal mechanisms of investigated layers and verify them. validation of the SpaceWire-RT protocol stack by means of simulation within an SDL/SystemC tester. 5

6 SpaceWire-RT P2P Model in SDL SpaceWire-RT Node Test Engine Management Layer VCL_ Virtual Channel Layer FL_ Framing Layer RL_ Retry Layer LCL_ Lane Control Layer LL_ Lane Layer EL_ Encoding Layer SERDES BL_ Broadcast Layer FL_ Serialisation Layer channel The SDL model implements all layers of the SpaceWire-RT protocol stack, except the Serialisation and Network Layers; It describes the internal mechanisms and functionality of the layers Each pair of adjacent layers communicates via a special interface between them, which is called a Service Access Point (); The test system comprises: two SpaceWire-RT nodes Serialisation Layer channel. Test Engine, which performs configuration and generation of test sequences. This simulation gave an ability to check all internal mechanisms of investigated layers and verify them. 6

7 SpaceWire-RT SDL/SystemC tester The SDL/SystemC tester provides a possibility for simulation of a point-to-point interconnection between two nodes implemented in SDL and communicating via a channel implemented in SystemC. The tester is a flexible tool for setting different configurations, generating various test sequences and gathering statistics. SystemC Test Engine SystemC SDL/SystemC up wrapper VCL_ Virtual Channel Layer BL_ Broadcast Layer VCL_ Virtual Channel Layer BL_ Broadcast Layer FL_ FL_ FL_ FL_ Framing Layer Framing Layer RL_ RL_ Node #0 Management Layer Retry Layer LCL_ Lane Control Layer LL_ Management Layer Retry Layer LCL_ LaneControl Layer LL_ Node #1 Lane Layer Lane Layer EL_ EL_ SDL Encoding Layer Encoding Layer SDL SERDES SERDES SDL/SystemC low wrapper SystemC Serialisation Layer channel 7

8 SpaceWire-RT Network Model in SystemC The aim of the SpaceWire-RT SystemC model development is to simulate communication of devices via the SpaceWire-RT network. The SpaceWire-RT network model consists of the following SystemC modules: SpaceWire-RT stack model, which provides main functions of SpaceWire-RT; SpaceWire-RT node model; SpaceWire-RT switch model. SpaceWireRTnode BROADCAST_ CHANNEL MULTIPLEXER TX VIRTUAL_CHANNEL #0 RX... MAC_FCT TX VIRTUAL_CHANNEL #255 RX Broadcast_ Trafgen Data_ Trafgen idle frame RETRY_BUFFER FRAMING_RETRY SKIP IDLE LANE ELASTIC BUFFER BROADCAST_ CHANNEL MULTIPLEXER SpaceWireRT 8B10B_CODEC SIGNAL_DETECTOR SpaceWireRT 8

9 SpaceWire-RT Network Model in SystemC The SpaceWire-RT network model contains a number of nodes and switches. Different topologies: tree; circular; mixed. For testing of network mechanisms we used the mixed configuration, which is a combination of tree and circular topologies. 9

10 SpaceWire-RT Network Model in SystemC Mixed configuration gave an opportunity to check the following network parameters: latencies for different packet sizes, reliability of data transfer with specific BER (Bit Error Rate), various QoS (Quality of Service), fault packet detection and identification, failure and fault tolerance of a network (deadlock and babbling idiot), broadcast multi-cast, path and logical addressing. Any kind of a network structure could be assembled and tested. Node 0 Channel Switch #0 Node 1 Channel Channel Node 7 Channel Switch #1 Channel Switch #2 Channel Channel Channel Node 6 Channel Switch #3 Channel Switch #4 Channel Channel Channel Node 5 Switch #5 Channel Node 4 10 Node 2 Node 3

11 SDL and SystemC models features SDL model Simulation of the point-to-point communication (i.e. the model comprises nodes and channels). Formal specification which can be used for: checking the SpaceWire-RT for ambiguities and inconsistencies in the internal mechanisms on a perlayer basis. checking of functional requirements, defined for the standard. Validation and verification of SpaceWire-RT standard. Formal reference for the SpaceWire-RT. SDL/SystemC tester providing abilities for: different configurations, generating various test sequences, gathering statistics. SystemC model Simulation of the SpaceWire-RT network operation (comprises nodes, routing switches and channels). Possibility for simulation of networks of various topologies (tree, circular, mixed) Investigation and proving the network level features and characteristics of the SpaceWire- RT standard. Performance characteristics Network FDIR Quality of service provision Checking of non-functional requirements, defined for the standard. 11

12 SpaceWire-RT Models Future Use SpaceFibre standard, which is the basis for the SpaceWire-RT standard, is in process of development. Any changes in SpaceFibre will result in changes of the SpaceWire- RT specification. New mechanisms and updated old ones can be successfully simulated on the SpaceWire-RT SDL and SystemC models by changing necessary parts of the models. So both models will follow the specification development process. 12

13 SpaceWire-RT Models Future Use: SDL Model Any changes in the new releases of the specification can be applied to the SpaceWire-RT SDL model. This would not cause any difficulties, as local changes in one layer will not affect the other layers. The SDL model can be used for verification of the new mechanisms in a stack during the development. It can help to make a decision on what mechanism to choose to be included to the new version of the specification. The SDL/SystemC tester gives opportunities for creation of complicated test sequences and for non-nominal testing. SDL model, as a reference, can be used for SpaceWire-RT hardware implementation testing (SDL model on one side and VHDL implementation on the other). 13

14 SpaceWire-RT hardware implementation testing SDL model will be a part of the test environment for the RTL model SDL model will be used for verification of the RTL model as a reference model SystemC Test Engine sends the same tests to both SDL model and RTL model and analyses results 14

15 SpaceWire-RT Models Future Use: SystemC Model The SystemC model can be efficiently used for obtaining network performance characteristics such as latencies, QoS mechanisms operation, etc. SpaceWire-RT Network Layer is currently under development the SystemC model also will be applied for its further validation. SpaceWire-RT SystemC network model can give an opportunity for investigation of Transport Layer protocols operation over the SpaceWire-RT network (e.g. RMAP, STP, etc.). 15

16 SpaceWire-RT Models Future Use: SystemC Model SDL and SystemC models can be used for development of applications and drivers for future SpaceWire-RT devices. Hardware Abstraction Layer OS-level Applications & Services Operating System (Linux/Windows) Middleware Drivers SpW-RT Driver SpW-RT SystemC Model Hardware 16

17 SDL and SystemC modeling results: The SpaceWire-RT/SpaceFibre mechanisms work correctly. A number of inconsistencies in the specification were found SpaceWire-RT Outline Specification 2.0. SpaceWire-RT standard satisfies the requirements of European and Russian industry. We got the latency results for the different packet lengths and network structures. The latest news and results of the project are available on our website. 17

18 Thank you Web-site: Contact us:

D3.1 - SpaceWire-RT SDL Simulation Validation Plan

D3.1 - SpaceWire-RT SDL Simulation Validation Plan D3.1 SpaceWire-RT Simulation and Validation Plan Lead Beneficiary: Author(s): SUAI Yuriy Sheynin, Elena Suvorova, Valentin Olenev, Irina Lavrovskaya Work Package: WP3 Task: Task 3.1 Version: 2.00 Last

More information

SpaceWire-RT Update. EU FP7 Project Russian and European Partners. SUAI, SubMicron, ELVEES University of Dundee, Astrium GmbH

SpaceWire-RT Update. EU FP7 Project Russian and European Partners. SUAI, SubMicron, ELVEES University of Dundee, Astrium GmbH SpaceWire-RT Update EU FP7 Project Russian and European Partners SUAI, SubMicron, ELVEES University of Dundee, Astrium GmbH 1 Contents SpaceWire-RT project SpaceWire-RT protocols Oversampled SpaceFibre

More information

SpaceWire Technologies deliver multi-gigabit data rates for on-board Spacecraft. SpaceTech Expo Gregor Cranston Business Development Manager

SpaceWire Technologies deliver multi-gigabit data rates for on-board Spacecraft. SpaceTech Expo Gregor Cranston Business Development Manager SpaceWire Technologies deliver multi-gigabit data rates for on-board Spacecraft SpaceTech Expo 2013 Gregor Cranston Business Development Manager 1 Introducing SpaceFibre A very high-speed serial data-link

More information

D3.2 SpaceWire-RT Updated Specification

D3.2 SpaceWire-RT Updated Specification SPACEWIRE-RT Grant Agreement: 263148 D3.2 SpaceWire-RT Updated Specification Dissemination level: Public (PU) D3.2 SpaceWire-RT Updated Specification Lead Beneficiary: University of Dundee Author(s): Steve

More information

Second revision of STP-ISS Transport. Protocol for Spacecraft On-board Networks

Second revision of STP-ISS Transport. Protocol for Spacecraft On-board Networks FRUCT #17 20-24 April 2015 Second revision of STP-ISS Transport Yuriy Sheynin, Valentin Olenev, Irina Lavrovskaya, Ilya Korobkov, Saint-Petersburg State University of Aerospace Instrumentation Dmitry Dymov,

More information

SpaceWire-RT. SpaceWire-RT Status SpaceWire-RT IP Core ASIC Feasibility SpaceWire-RT Copper Line Transceivers

SpaceWire-RT. SpaceWire-RT Status SpaceWire-RT IP Core ASIC Feasibility SpaceWire-RT Copper Line Transceivers SpaceWire-RT SpaceWire-RT Status SpaceWire-RT IP Core ASIC Feasibility SpaceWire-RT Copper Line Transceivers 1 Overview of SpaceWire-RT Project Aims The SpaceWire-RT research programme aims to: Conceive

More information

SpaceFibre Flight Software Workshop 2015

SpaceFibre Flight Software Workshop 2015 SpaceFibre Flight Software Workshop 2015 Steve Parkes, University of Dundee Albert Ferrer Florit, Alberto Gonzalez Villafranca, STAR-Dundee Ltd. David McLaren, Chris McClements, University of Dundee Contents

More information

SpaceFibre IP Core, Alpha Test Programme, and Planned SpaceFibre Contracts

SpaceFibre IP Core, Alpha Test Programme, and Planned SpaceFibre Contracts SpaceFibre IP Core, Alpha Test Programme, and Planned SpaceFibre Contracts Steve Parkes 1, Martin Suess 2 1 Space Technology Centre, University of Dundee, UK 2 ESA, ESTEC 1 Contents SpaceFibre IP Core

More information

Analysis of the Transport Protocol Requirements for the SpaceWire On-board Networks of Spacecrafts

Analysis of the Transport Protocol Requirements for the SpaceWire On-board Networks of Spacecrafts Analysis of the Transport Protocol Requirements for the SpaceWire On-board Networks of Spacecrafts Irina Lavrovskaya, Valentin Olenev, Ilya Korobkov Saint-Petersburg State University of Aerospace Instrumentation

More information

Scheduling Mechanisms for SpaceWire Networks

Scheduling Mechanisms for SpaceWire Networks Scheduling Mechanisms for SpaceWire Networks Ilya Korobkov, Elena Podgornova, Dmitry Raszhivin, Valentin Olenev, Irina Lavrovskaya {ilya.korobkov, alena.podgornova, dmitry.raszhivin, valentin.olenev, irina.lavrovskaya}@guap.ru

More information

Research and Analysis of Flow Control Mechanism for Transport Protocols of the SpaceWire Onboard Networks

Research and Analysis of Flow Control Mechanism for Transport Protocols of the SpaceWire Onboard Networks Research and Analysis of Flow Control Mechanism for Transport Protocols of the SpaceWire Onboard Networks Nikolay Sinyov, Valentin Olenev, Irina Lavrovskaya, Ilya Korobkov {nikolay.sinyov, valentin.olenev,

More information

Possibility of SystemC code generation from SDL specication

Possibility of SystemC code generation from SDL specication Possibility of SystemC code generation from SDL specication April 26, 2012 Agenda Network protocol design SDL language and its features Purpose of SDL specication Obtaining an executable SDL model SDL

More information

Test and Verification of SpaceWire Developments and VLSI Implementations.

Test and Verification of SpaceWire Developments and VLSI Implementations. The 11 th SpaceWire WG Meeting 10-11 June 2008 and Verification of SpaceWire Developments and VLSI Implementations. Some Methodology and Tools Yuriy Sheynin, Elena Suvorova, Irina Lavrovskaya Institute

More information

SpaceWire-RT Project and Baseline Concepts

SpaceWire-RT Project and Baseline Concepts SpaceWire-RT Project and Baseline Concepts Steve Parkes, Albert Ferrer Space Technology Centre, University of Dundee Yuriy Sheynin, St Petersburg University of Aerospace Instrumentation 1 Aims Overview

More information

SpaceFibre Specification Draft F3

SpaceFibre Specification Draft F3 SpaceFibre Specification Draft F3 LIKELY TO CHANGE! Authors: Steve Parkes Albert Ferrer Alberto Gonzalez Chris McClements Copyright 2013 University of Dundee This page is blank intentionally. 2 Change

More information

Virtual Prototyping in SpaceFibre System-on-Chip Design

Virtual Prototyping in SpaceFibre System-on-Chip Design Virtual Prototyping in SpaceFibre System-on-Chip Design System-level design Elena Suvorova, Nadezhda Matveeva, Ilya Korobkov, Alexey Shamshin, Yuriy Sheynin Saint-Petersburg State University of Aerospace

More information

The SpaceWire-PnP Draft Standard. Peter Mendham Stuart Mills, Steve Parkes, Martin Kelly, Stuart Fowell

The SpaceWire-PnP Draft Standard. Peter Mendham Stuart Mills, Steve Parkes, Martin Kelly, Stuart Fowell The SpaceWire-PnP Draft Standard Peter Mendham Stuart Mills, Steve Parkes, Martin Kelly, Stuart Fowell Agenda The draft standard Conceptual view of a network SpaceWire Network Management Architectural

More information

SpaceFibre Port IP Core

SpaceFibre Port IP Core The most important thing we build is trust ADVANCED ELECTRONIC SOLUTIONS AVIATION SERVICES COMMUNICATIONS AND CONNECTIVITY MISSION SYSTEMS IP Core TEC-ED & TEC-SW Final Presentation Days 6 7. December

More information

Department of aerospace computer and software systems

Department of aerospace computer and software systems St. Petersburg State University of Aerospace Instrumentation Department of aerospace computer and software systems Prof. Yuriy Sheynin, Director, Doctor of Science Valentin Olenev, Head of EmCoMobile lab,

More information

SpaceWire Network Performance Evaluation During the Streaming STP Data Transmition

SpaceWire Network Performance Evaluation During the Streaming STP Data Transmition SpaceWire Network Performance Evaluation During the Streaming STP Data Transmition Ilya Korobkov State University of Aerospace Instrumentation 1 Saint-Petersburg, Russia ilya.korobkov.l@gmail.com Abstract

More information

Improvements to the Distributed Interrupts Scheme

Improvements to the Distributed Interrupts Scheme SpaceWire Evolutions Improvements to the Distributed Interrupts Scheme 18 th SpaceWire Working Group, 24 th April 2012 Noordwijk, Netherlands ESA Contract Number 4000104023, SpaceWire Evolutions Slide

More information

Remote Memory Access in Embedded Networked Systems

Remote Memory Access in Embedded Networked Systems Remote Memory Access in Embedded Networked Systems Valentin Olenev, I Korobkov, Liudmila Koblyakova, Felix Shutenko SUAI Introduction A Modern Embedded Networked Systems frequently consist of a large quantity

More information

MARC Mini-Project and SpaceWire-RT

MARC Mini-Project and SpaceWire-RT Distributed, Real- Time, Embedded Systems MARC Mini-Project and SpaceWire-RT SpaceWire Working Group Meeting #12 17 th February 2009, ESTEC Presented by: Stuart D Fowell www.scisys.co.uk Proprietary Information

More information

SystemC Modelling of the Embedded Networks

SystemC Modelling of the Embedded Networks Saint Petersburg State University of Aerospace Instrumentation, Russia; Nokia Research Center and Nokia Devices, Finland. SystemC Modelling of the Embedded Networks Valentin Olenev, Yuriy Sheynin, Elena

More information

Implimentation of SpaceWire Standard in SpaceWire CODEC using VHDL

Implimentation of SpaceWire Standard in SpaceWire CODEC using VHDL International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 2 (November 2013), PP. 36-40 Implimentation of SpaceWire Standard in SpaceWire

More information

ESA-EOP needs for SpaceFibre

ESA-EOP needs for SpaceFibre ESA-EOP needs for SpaceFibre Prepared by: Josep Roselló, ESA/ESTEC/EOP-SFT (Technology Coord. & Frequency Mngt Section, EO Future Missions Division) Earth Observation Programme (EOP) Directorate @ ESA/ESTEC

More information

Towards SpaceWire Plug-And-Play ECSS Standard

Towards SpaceWire Plug-And-Play ECSS Standard Towards SpaceWire Plug-And-Play ECSS Standard David Jameux SpaceWire 2011, San Antonio (TX), USA 08/11/2011 Background 1. SpaceWire: a. initiated by ESA b. allows embarking high speed data networks on

More information

Basic Low Level Concepts

Basic Low Level Concepts Course Outline Basic Low Level Concepts Case Studies Operation through multiple switches: Topologies & Routing v Direct, indirect, regular, irregular Formal models and analysis for deadlock and livelock

More information

Guaranteeing real-time property of SpW network based on SpW-D

Guaranteeing real-time property of SpW network based on SpW-D Guaranteeing real-time property 18 th SpW WG meeting Guaranteeing real-time property of SpW network based on SpW-D 24-Apr.-212 Hiroaki TAKADA Executive Director and Professor Center for Embedded Computing

More information

SPACEFIBRE. Session: SpaceWire Standardisation. Long Paper.

SPACEFIBRE. Session: SpaceWire Standardisation. Long Paper. SPACEFIBRE Session: SpaceWire Standardisation Long Paper Steve Parkes 1, Chris McClements 1, Martin Suess 2 1 School of Computing, University of Dundee, Dundee, DD1 4HN, Scotland, U.K. E-mail: sparkes@computing.dundee.ac.uk

More information

Network Topology Transformation for Fault Tolerance in SpaceWire Onboard Networks

Network Topology Transformation for Fault Tolerance in SpaceWire Onboard Networks Network Topology Transformation for Fault Tolerance in SpaceWire Onboard Networks Irina Lavrovskaya, Valentin Olenev Saint-Petersburg State University of Aerospace Instrumentation Saint Petersburg, Russia

More information

WIRELESS LANs: THE DECT APPROACH

WIRELESS LANs: THE DECT APPROACH WIRELESS LANs: THE DECT APPROACH Anthony Lo Centre for Wireless Communications National University of Singapore 20 Science Park Road #02-34/37 TeleTech Park Singapore Science Park II Singapore 117674 Email:

More information

Generating TLM Bus Models from Formal Protocol Specification. Tom Michiels CoWare

Generating TLM Bus Models from Formal Protocol Specification. Tom Michiels CoWare Generating TLM Bus Models from Formal Protocol Specification Tom Michiels CoWare Agenda Cycle accurate TLM Requirements Difficulties in creating TLM bus models Generating from formal specification Example

More information

RHiNET-3/SW: an 80-Gbit/s high-speed network switch for distributed parallel computing

RHiNET-3/SW: an 80-Gbit/s high-speed network switch for distributed parallel computing RHiNET-3/SW: an 0-Gbit/s high-speed network switch for distributed parallel computing S. Nishimura 1, T. Kudoh 2, H. Nishi 2, J. Yamamoto 2, R. Ueno 3, K. Harasawa 4, S. Fukuda 4, Y. Shikichi 4, S. Akutsu

More information

Networks-on-Chip Router: Configuration and Implementation

Networks-on-Chip Router: Configuration and Implementation Networks-on-Chip : Configuration and Implementation Wen-Chung Tsai, Kuo-Chih Chu * 2 1 Department of Information and Communication Engineering, Chaoyang University of Technology, Taichung 413, Taiwan,

More information

SpaceWire Standard Problems and Evolution Lines. Experience of implementation and application

SpaceWire Standard Problems and Evolution Lines. Experience of implementation and application SpaceWire Standard Problems and Evolution Lines. Experience of implementation and application Yuriy Sheynin, Sergey Gorbachev, Pavel Volkov St. Petersburg State University of Aerospace Instrumentation

More information

System Approach for a SpaceWire Network Template reference : C-EN

System Approach for a SpaceWire Network Template reference : C-EN System Approach for a SpaceWire Network Template reference : 100181700C-EN Prepared by Stephane DETHEVE / Bruno MASSON PLAN Page 2 SYSTEM APPROACH FOR A SPACEWIRE NETWORK INTRODUCTION SIMULATION BREADBOARDING

More information

Developing deterministic networking technology for railway applications using TTEthernet software-based end systems

Developing deterministic networking technology for railway applications using TTEthernet software-based end systems Developing deterministic networking technology for railway applications using TTEthernet software-based end systems Project n 100021 Astrit Ademaj, TTTech Computertechnik AG Outline GENESYS requirements

More information

MOST (Modelling of SpaceWire Traffic): MTG-I simulation presentation

MOST (Modelling of SpaceWire Traffic): MTG-I simulation presentation MOST (Modelling of SpaceWire Traffic): MTG-I simulation presentation PART 1 2 1 INTRODUCTION, HISTORY and CONTEXT MTG SpaceWire Network MOST presentation (1/5) 3 MOST (Modelling of SpaceWire Traffic) was

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9314-7 First edition 1998-08 Information technology Fibre distributed data interface (FDDI) Part 7: Physical Layer Protocol (PHY-2) Reference number ISO/IEC 9314-7:1998(E)

More information

SpaceWire devices developed in JAXA s SpaceWire R&D activities in the last 3 years (and coming several years).

SpaceWire devices developed in JAXA s SpaceWire R&D activities in the last 3 years (and coming several years). JAXA Status Report Part 2 SpaceWire devices developed in JAXA s SpaceWire R&D activities in the last 3 years (and coming several years). Takayuki Yuasa, Tadayuki Takahashi JAXA Masaharu Nomachi Osaka University

More information

for On-Board Communications Project Status Noordwijk, Netherlands

for On-Board Communications Project Status Noordwijk, Netherlands Protocol Validation System for On-Board Communications Project Status 13th S Wi W ki G M ti 14th 15th S t b 2009 13th SpaceWire Working Group Meeting, 14th-15th September 2009 Noordwijk, Netherlands Presentation

More information

SpaceWire. Design of the SystemC model of the SpaceWire-b CODEC. Dr. Nikos Mouratidis

SpaceWire. Design of the SystemC model of the SpaceWire-b CODEC. Dr. Nikos Mouratidis SpaceWire Design of the SystemC model of the SpaceWire-b CODEC Dr. Nikos Mouratidis Qualtek Sprl. 36 Avenue Gabriel Emile Lebon B-1160, Brussels, Belgium 19/09/2011 Activity objectives: High-level modeling

More information

D Consolidated set of Requirements for SpaceWire-RT

D Consolidated set of Requirements for SpaceWire-RT D 1.1 Consolidated set of Requirements for SpaceWire-RT Lead Beneficiary: Author(s): SMIC, ASTR Viacheslav Grishin, Paul Rastetter, Petr Eremeev, Anatoly Lobanov Work Package: WP 01 Task: Task 8 Version:

More information

Building Blocks For System on a Chip Spacecraft Controller on a Chip

Building Blocks For System on a Chip Spacecraft Controller on a Chip PIO/TEST/WDOGN/ 19 ERRORN 2 Clock, Reset CT_PULSE CT_EVENT 4 4 4 SWB0 : Space Wire SWB1 : Space Wire SWB2 : Space Wire HKP Housekeeping Packetizer Context RA CT CCSDS Time anager SWT SWITCH ATRIX IT from

More information

Computer-Aided Design System for On-board SpaceWire Networks Simulation and Design

Computer-Aided Design System for On-board SpaceWire Networks Simulation and Design Computer-Aided Design System for On-board SpaceWire Networks Simulation and Design Yuriy Sheynin, Valentin Olenev, Irina Lavrovskaya, Ilya Korobkov Saint-Petersburg State University of Aerospace Instrumentation

More information

Massively Parallel Processor Breadboarding (MPPB)

Massively Parallel Processor Breadboarding (MPPB) Massively Parallel Processor Breadboarding (MPPB) 28 August 2012 Final Presentation TRP study 21986 Gerard Rauwerda CTO, Recore Systems Gerard.Rauwerda@RecoreSystems.com Recore Systems BV P.O. Box 77,

More information

1 CONTROL CHARACTERS AND CONTROL CODES

1 CONTROL CHARACTERS AND CONTROL CODES 1 CONTROL CHARACTERS AND CONTROL CODES a. A control character shall be formed from a parity bit, a data-control flag and a two bit control code with the data-control flag set to one to indicate that the

More information

Remote Memory Access in Embedded Networked Systems

Remote Memory Access in Embedded Networked Systems Remote Memory Access in Embedded Networked Systems V. Olenev, I. Korobkov, L. Koblyakova, F. Shutenko SUAI 190000, B.Morskaya 67, Saint_Petersburg, Russia valentin.olenev@guap.ru, zelwa@yandex.ru, Luda_o@rambler.ru,

More information

EE382C Lecture 1. Bill Dally 3/29/11. EE 382C - S11 - Lecture 1 1

EE382C Lecture 1. Bill Dally 3/29/11. EE 382C - S11 - Lecture 1 1 EE382C Lecture 1 Bill Dally 3/29/11 EE 382C - S11 - Lecture 1 1 Logistics Handouts Course policy sheet Course schedule Assignments Homework Research Paper Project Midterm EE 382C - S11 - Lecture 1 2 What

More information

Communication. Overview

Communication. Overview Communication Chapter 2 1 Overview Layered protocols Remote procedure call Remote object invocation Message-oriented communication Stream-oriented communication 2 Layered protocols Low-level layers Transport

More information

Challenges for Future Interconnection Networks Hot Interconnects Panel August 24, Dennis Abts Sr. Principal Engineer

Challenges for Future Interconnection Networks Hot Interconnects Panel August 24, Dennis Abts Sr. Principal Engineer Challenges for Future Interconnection Networks Hot Interconnects Panel August 24, 2006 Sr. Principal Engineer Panel Questions How do we build scalable networks that balance power, reliability and performance

More information

PragmaDev. change request. Emmanuel Gaudin. PragmaDev ITU-T SG17 change request Grimstad June 24,

PragmaDev. change request. Emmanuel Gaudin. PragmaDev ITU-T SG17 change request Grimstad June 24, PragmaDev change request Emmanuel Gaudin emmanuel.gaudin@pragmadev.com Languages Table of contents PragmaDev introduction Languages SDL-RT Tool support Market tendancy Change requests Presentation PragmaDev

More information

SpaceWire Backplane Application Requirements

SpaceWire Backplane Application Requirements SpaceWire Backplane Application Requirements Alan Senior 15 th December 2011 Classification Summary The work presented is part of the ESA funded SpaceWire Backplane activity reference TEC EPD/2010.88 The

More information

Validation Tool Descriptions for ATN Applications

Validation Tool Descriptions for ATN Applications ATNP/WG3/IP EUROCONTROL 12 April 1996 AERONAUTICAL TELECOMMUNICATION NETWORK PANEL WORKING GROUP 3 (APPLICATIONS AND UPPER LAYERS) Brussels, 15-26 April, 1996 Validation Tool Descriptions for ATN Applications

More information

Hardware/Software Co-design

Hardware/Software Co-design Hardware/Software Co-design Zebo Peng, Department of Computer and Information Science (IDA) Linköping University Course page: http://www.ida.liu.se/~petel/codesign/ 1 of 52 Lecture 1/2: Outline : an Introduction

More information

Understanding and Using the Controller Area Network Communication Protocol

Understanding and Using the Controller Area Network Communication Protocol Marco Di Natale Haibo Zeng Paolo Giusto Arkadeb Ghosal Understanding and Using the Controller Area Network Communication Protocol Theory and Practice ^Spri ringer Contents..? 1 The CAN 2.0b Standard 1

More information

Predictable Interrupt Management and Scheduling in the Composite Component-based System

Predictable Interrupt Management and Scheduling in the Composite Component-based System Predictable Interrupt Management and Scheduling in the Composite Component-based System Gabriel Parmer and Richard West Computer Science Department Boston University Boston, MA 02215 {gabep1, richwest}@cs.bu.edu

More information

Performance of SpaceWire Plug-and-Play Protocols

Performance of SpaceWire Plug-and-Play Protocols Performance of SpaceWire Plug-and-Play Protocols Robert A. Klar, Daniel P. Goes, Paul B. Wood and Sue A. Baldor Southwest Research Institute 1 Contents Overview SpaceWire Plug and Play protocols Overview

More information

SpaceCommRTOS. From a formal RTOS concept to a universal communication mechanism for distributed real-time systems

SpaceCommRTOS. From a formal RTOS concept to a universal communication mechanism for distributed real-time systems SpaceWire Working group 15th Sept 2004 SpaceCommRTOS From a formal RTOS concept to a universal communication mechanism for distributed real-time systems Eric.Verhulst@OpenLicenseSociety.org www.openlicensesociety.org

More information

SpaceNet - SpaceWire-T. Initial Protocol Definition

SpaceNet - SpaceWire-T. Initial Protocol Definition SpaceNet - SpaceWire-T Revision: Draft A Issue 3.1 Date: 24th August 2009 ESA Contract Number 220774-07-NL/LvH Ref: SpW-RT WP3-200.1 Space Technology Centre School of Computing University of Dundee Dundee,

More information

Intellectual Property Macrocell for. SpaceWire Interface. Compliant with AMBA-APB Bus

Intellectual Property Macrocell for. SpaceWire Interface. Compliant with AMBA-APB Bus Intellectual Property Macrocell for SpaceWire Interface Compliant with AMBA-APB Bus L. Fanucci, A. Renieri, P. Terreni Tel. +39 050 2217 668, Fax. +39 050 2217522 Email: luca.fanucci@iet.unipi.it - 1 -

More information

Implementation of a leaky bucket module for simulations in NS-3

Implementation of a leaky bucket module for simulations in NS-3 Implementation of a leaky bucket module for simulations in NS-3 P. Baltzis 2, C. Bouras 1,2, K. Stamos 1,2,3, G. Zaoudis 1,2 1 Computer Technology Institute and Press Diophantus Patra, Greece 2 Computer

More information

Simulation-Based FlexRay TM Conformance Testing an OVM success story

Simulation-Based FlexRay TM Conformance Testing an OVM success story Simulation-Based FlexRay TM Conformance Testing an OVM success story Mark Litterick, Co-founder & Verification Consultant, Verilab Abstract This article presents a case study on how the Open Verification

More information

Memory Architectures for NoC-Based Real-Time Mixed Criticality Systems

Memory Architectures for NoC-Based Real-Time Mixed Criticality Systems Memory Architectures for NoC-Based Real-Time Mixed Criticality Systems Neil Audsley Real-Time Systems Group Computer Science Department University of York York United Kingdom 2011-12 1 Overview Motivation:

More information

A (Very Hand-Wavy) Introduction to. PCI-Express. Jonathan Heathcote

A (Very Hand-Wavy) Introduction to. PCI-Express. Jonathan Heathcote A (Very Hand-Wavy) Introduction to PCI-Express Jonathan Heathcote Motivation Six Week Project Before PhD Starts: SpiNNaker Ethernet I/O is Sloooooow How Do You Get Things In/Out of SpiNNaker, Fast? Build

More information

NetSpeed ORION: A New Approach to Design On-chip Interconnects. August 26 th, 2013

NetSpeed ORION: A New Approach to Design On-chip Interconnects. August 26 th, 2013 NetSpeed ORION: A New Approach to Design On-chip Interconnects August 26 th, 2013 INTERCONNECTS BECOMING INCREASINGLY IMPORTANT Growing number of IP cores Average SoCs today have 100+ IPs Mixing and matching

More information

Space engineering. SpaceWire Protocols

Space engineering. SpaceWire Protocols Space engineering SpaceWire Protocols This ECSS is a draft standard circulated for xxxxxxxxxx. It is therefore subject to change without notice and may not be referred to as an ECSS Standard until published

More information

Time synchronization in SpaceWire networks

Time synchronization in SpaceWire networks Time synchronization in SpaceWire networks Marko Isomäki, Sandi Habinc Aeroflex Gaisler AB Kungsgatan 12, SE-411 19 Göteborg, Sweden marko@gaisler.com www.aeroflex.com/gaisler Introduction Time synchronization

More information

Embedded Systems. 8. Communication

Embedded Systems. 8. Communication Embedded Systems 8. Communication Lothar Thiele 8-1 Contents of Course 1. Embedded Systems Introduction 2. Software Introduction 7. System Components 10. Models 3. Real-Time Models 4. Periodic/Aperiodic

More information

WHITE PAPER. Latency & Jitter WHITE PAPER OVERVIEW

WHITE PAPER. Latency & Jitter WHITE PAPER OVERVIEW Latency & Jitter In Networking Performance Evaluation OVERVIEW Latency and jitter are two key measurement parameters when evaluating and benchmarking the performance of a network, system or device. Different

More information

"Make it as simple as possible, but not simpler" Albert Einstein

Make it as simple as possible, but not simpler Albert Einstein White Paper "There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies and the other is to make it so complicated that there are no

More information

fleximac A MICROSEQUENCER FOR FLEXIBLE PROTOCOL PROCESSING

fleximac A MICROSEQUENCER FOR FLEXIBLE PROTOCOL PROCESSING fleximac A MICROSEQUENCER FOR FLEXIBLE PROTOCOL PROCESSING A Lattice Semiconductor White Paper February 2006 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503)

More information

INC - Integrated Network Control

INC - Integrated Network Control INC - Integrated Network Control Introduction and motivation For at least two decades, the benefits of integrating multiple voice and data services have been discussed and sought after in the telecommunications

More information

Aeroflex Colorado Springs Application Note

Aeroflex Colorado Springs Application Note Aeroflex Colorado Springs Application Note AN-SPW-005-001 Configuration of the UT200SpW4RTR Table 1: Cross Reference of Applicable Products Product Name: Manufacturer Part SMD # Device Internal PIC Number

More information

Lecture: Interconnection Networks. Topics: TM wrap-up, routing, deadlock, flow control, virtual channels

Lecture: Interconnection Networks. Topics: TM wrap-up, routing, deadlock, flow control, virtual channels Lecture: Interconnection Networks Topics: TM wrap-up, routing, deadlock, flow control, virtual channels 1 TM wrap-up Eager versioning: create a log of old values Handling problematic situations with a

More information

DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING QUESTION BANK SUBJECT : NE7007 - NETWORK MANAGEMENT SEM / YEAR : III / II year M.E. (Communication Systems ) UNIT I FUNDAMENTALS OF COMMON NETWORK

More information

Final Presentation. Network on Chip (NoC) for Many-Core System on Chip in Space Applications. December 13, 2017

Final Presentation. Network on Chip (NoC) for Many-Core System on Chip in Space Applications. December 13, 2017 Final Presentation Network on Chip (NoC) for Many-Core System on Chip in Space Applications December 13, 2017 Dr. ir. Gerard Rauwerda Gerard.Rauwerda@recoresystems.com NoC round table Network-on-Chip (NoC)

More information

LogiCORE IP Serial RapidIO v5.6

LogiCORE IP Serial RapidIO v5.6 DS696 March 1, 2011 Introduction The LogiCORE IP Serial RapidIO Endpoint solution comprises a highly flexible and optimized Serial RapidIO Physical Layer core and a Logical (I/O) and Transport Layer interface.

More information

Data Service Options for Spread Spectrum Systems:

Data Service Options for Spread Spectrum Systems: GPP C.S00-0-A Version.0 May, 00 Data Service Options for Spread Spectrum Systems: Service Options and GPP 00 GPP and its Organizational Partners claim copyright in this document and individual Organizational

More information

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols

Module objectives. Integrated services. Support for real-time applications. Real-time flows and the current Internet protocols Integrated services Reading: S. Keshav, An Engineering Approach to Computer Networking, chapters 6, 9 and 4 Module objectives Learn and understand about: Support for real-time applications: network-layer

More information

Configurable UART with FIFO ver 2.20

Configurable UART with FIFO ver 2.20 D16550 Configurable UART with FIFO ver 2.20 OVERVIEW The D16550 is a soft Core of a Universal Asynchronous Receiver/Transmitter (UART) functionally identical to the TL16C550A. The D16550 allows serial

More information

Module Day Topic. 1 Definition of Cloud Computing and its Basics

Module Day Topic. 1 Definition of Cloud Computing and its Basics Module Day Topic 1 Definition of Cloud Computing and its Basics 1 2 3 1. How does cloud computing provides on-demand functionality? 2. What is the difference between scalability and elasticity? 3. What

More information

The SOIS Plug-and-Play Architecture and Its Proposed Mapping onto SpaceWire

The SOIS Plug-and-Play Architecture and Its Proposed Mapping onto SpaceWire Distributed, Real- Time, Embedded Systems The SOIS Plug-and-Play Architecture and Its Proposed Mapping onto SpaceWire S.D. Fowell, SciSys Ltd, UK Presented by: Stuart D Fowell www.scisys.co.uk Overview

More information

OTN Support Update P802.3bs 400 Gb/s Ethernet Task Force. Steve Trowbridge Alcatel-Lucent

OTN Support Update P802.3bs 400 Gb/s Ethernet Task Force. Steve Trowbridge Alcatel-Lucent Support Update P802.3bs 400 Gb/s Ethernet Task Force Steve Trowbridge Alcatel-Lucent 1 Key Elements of Support See Support: What is it and why is it important?, July 2013 A new rate of Ethernet (e.g.,

More information

Communication in Distributed Systems

Communication in Distributed Systems Communication in Distributed Systems Distributed Systems Sistemi Distribuiti Andrea Omicini andrea.omicini@unibo.it Dipartimento di Informatica Scienza e Ingegneria (DISI) Alma Mater Studiorum Università

More information

ISO IEC. INTERNATIONAL ISO/IEC STANDARD Information technology Fibre Distributed Data Interface (FDDI) Part 5: Hybrid Ring Control (HRC)

ISO IEC. INTERNATIONAL ISO/IEC STANDARD Information technology Fibre Distributed Data Interface (FDDI) Part 5: Hybrid Ring Control (HRC) INTERNATIONAL ISO/IEC STANDARD 9314-5 First edition 1995-02-01 Information technology Fibre Distributed Data Interface (FDDI) Part 5: Hybrid Ring Control (HRC) Technologies de l'information Interface de

More information

STANDARD TERMS DETERMINATION FOR CHORUS UNBUNDLED BITSTREAM ACCESS SERVICE SCHEDULE 1 UBA SERVICE DESCRIPTION PUBLIC VERSION

STANDARD TERMS DETERMINATION FOR CHORUS UNBUNDLED BITSTREAM ACCESS SERVICE SCHEDULE 1 UBA SERVICE DESCRIPTION PUBLIC VERSION STANDARD TERMS DETERMINATION FOR CHORUS UNBUNDLED BITSTREAM ACCESS SERVICE SCHEDULE 1 UBA SERVICE DESCRIPTION PUBLIC VERSION 12 December 2007 Updated to incorporate Commerce Commission decisions, amendments,

More information

Page 1 SPACEWIRE SEMINAR 4/5 NOVEMBER 2003 JF COLDEFY / C HONVAULT

Page 1 SPACEWIRE SEMINAR 4/5 NOVEMBER 2003 JF COLDEFY / C HONVAULT Page 1 SPACEWIRE SEMINAR 4/5 NOVEMBER 2003 JF COLDEFY / C HONVAULT INTRODUCTION The SW IP was developped in the frame of the ESA 13345/#3 contract "Building block for System on a Chip" This presentation

More information

ETNA Inter Domain Transport Hayim Porat Ethos Networks 05/09

ETNA Inter Domain Transport Hayim Porat Ethos Networks 05/09 ETNA Inter Domain Transport Hayim Porat Ethos Networks 05/09 ETNA 215462 STREP FP7-ICT-2007 The Network of the Future 1 Motivation Inter carrier (inter Domain) service provisioning automation is gaining

More information

Design of a System-on-Chip Switched Network and its Design Support Λ

Design of a System-on-Chip Switched Network and its Design Support Λ Design of a System-on-Chip Switched Network and its Design Support Λ Daniel Wiklund y, Dake Liu Dept. of Electrical Engineering Linköping University S-581 83 Linköping, Sweden Abstract As the degree of

More information

WDM network management

WDM network management IO2654 Optical Networking WDM network management Paolo Monti Optical Networks Lab (ONLab), Communication Systems Department (COS) http://web.it.kth.se/~pmonti/ For some material in this lecture check the

More information

SNMP Basics BUPT/QMUL

SNMP Basics BUPT/QMUL SNMP Basics BUPT/QMUL 2014-05-12 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

TTCN3 in Wireless Testing Eco Space

TTCN3 in Wireless Testing Eco Space TTCN3 in Wireless Testing Eco Space Accenture, its logo, and Accenture High Performance Delivered are trademarks of Accenture. Agenda Challenges in Test environment development for Wireless Products Critical

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 11518-10 First edition 2001-03 Information technology High-performance parallel interface Part 10: 6 400 Mbit/s Physical Layer (HIPPI-6400-PH) Reference number ISO/IEC 11518-10:2001(E)

More information

Modeling Of Spacewire Traffic. - ESA study Contract No /10/NL/LvH. Executive Summary & Final Report

Modeling Of Spacewire Traffic. - ESA study Contract No /10/NL/LvH. Executive Summary & Final Report Modeling Of Spacewire Traffic - ESA study Contract No. 23037/10/NL/LvH Executive Summary & Final Report 2/25 Left Blank 3/25 OVERVIEW...5 CONTRACT EXECUTIVE SUMMARY...7 FINAL REPORT...10 1.1 Objectives...

More information

1 Copyright 2013 Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013 Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013 Oracle and/or its affiliates. All rights reserved. Bixby: the Scalability and Coherence Directory ASIC in Oracle's Highly Scalable Enterprise Systems Thomas Wicki and Jürgen Schulz Senior

More information

SpaceWire IP for Actel Radiation Tolerant FPGAs

SpaceWire IP for Actel Radiation Tolerant FPGAs SpaceWire IP for Actel Radiation Tolerant FPGAs Steve Parkes, Chris McClements Space Technology Centre, University of Dundee Zaf Mahmood Actel UK 1 Actel RTAX-S Devices 2 Radiation tolerant FPGAs Non-volatile

More information

Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer. Computer Networks: Wireless LANs

Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer. Computer Networks: Wireless LANs Wireless Local Area Networks (WLANs) and Wireless Sensor Networks (WSNs) Primer 1 Wireless Local Area Networks (WLANs) The proliferation of laptop computers and other mobile devices (PDAs and cell phones)

More information

Page Replacement. 3/9/07 CSE 30341: Operating Systems Principles

Page Replacement. 3/9/07 CSE 30341: Operating Systems Principles Page Replacement page 1 Page Replacement Algorithms Want lowest page-fault rate Evaluate algorithm by running it on a particular string of memory references (reference string) and computing the number

More information