RISC-V logo

The event is now over… See you next year!



The Program of the 2nd RISC-V Meeting

The 2nd RISC-V Meeting will be held at Espace Van Gogh, 62 quai de la Rapée:

This event is organised by IRT Nanoelec and CEA, and is sponsored by:

AdaCore logo     Rambus logo     Hensoldt logo

Tuesday October 1st, First Day of the 2nd RISC-V Meeting

Here is the detailed program. The list of speakers is further down this page.

Location: Espace Van Gogh, 62 quai de la Rapée, Paris.

Time Speaker Title
09h00 Registration
09h45 Christian Fabre & Sébastien Faucou Welcome Opening and Program of the RISC-V Week (slides)
10h00 Tutorials
10h00 Jean-Paul Chaput RISC-V design using Free Open Source Software (slides)
11h00 Break
11h30 Frédéric Pétrot Teaching basic computer architecture, assembly language programming, and operating system design using RISC-V (slides)
12h30 Lunch
13h30 Keynote from the RISC-V Foundation
13h30 Bertrand Tavernier The Momentum and Opportunity of Custom, Open Source Processing
14h15 Break
14h30 Chair: Thierry Collette Session on Open HW Opportunities
14h30 David Bol Ecological transition in ICT: A role for open hardware? (slides)
14h45 Carolynn Bernier A RISC-V ISA Extension for Ultra-Low Power IoT Wireless Signal Processing (slides)
15h00 Martin Åberg Development of a RV64GC IP core for the GRLIB IP Library (slides)
15h15 All Discussion with David Bol, Carolynn Bernier & Martin Åberg
15h30 Break
15h45 Chair: David Hely Session on Safe and Secure Computing with RISC-V
15h45 Thierry Collette R&D challenges for Safe and Secure RISC-V based computer
16h00 Rafail Psiakis & Baptiste Pecatte RISC-V ISA: Secure-IC's Trojan Horse to Conquer Security
16h15 Fabien Chouteau Alternative languages for safe and secure RISC-V programming (slides)
16h30 All Discussion with Thierry Collette, Rafail Psiakis, Baptiste Pecatte & Fabien Chouteau
16h45 Break
17h00 Chair: Frédéric Pétrot Session on Modeling & Simulation
17h00 Hugues Cassé Verification of SimNML instruction set description using co-simulation (slides)
17h15 Olivier Sentieys Fast and Accurate Vulnerability Analysis of a RISC-V Processor (slides)
17h30 Pierre-Guillaume Le Guay Coarse-grained power modelling and estimation using the Hardware Performance Monitors (HPM) of the RISC-V Rocket core
17h45 All Discussion with Huges Cassé, Olivier Sentieys & Pierre-Guillaume Le Guay
18h00 Closure

Wednesday October 2nd, Second Day of the 2nd RISC-V Meeting

Here is the detailed program. The list of speakers is further down this page.

Location: Espace Van Gogh, 62 quai de la Rapée, Paris.

Time Speaker Title
08h30 Registration
09h00 Keynote on Uniprocessor Performance
09h00 André Seznec It's the Instruction Fetch Front-End, Stupid! (slides)
10h00 Chair: Kevin Martin Session: Towards High Performance
10h00 Matheus Cavalcante Ara: design and implementation of a 1GHz+ 64-bit RISC-V Vector Processor in 22 nm FD-SOI (slides)
10h15 Bernard Goossens An Out-of-Order RISC-V Core Developed with HLS (slides)
10h30 Nima TaheriNejad Open source GPUs: How can RISC-V play a role? (slides)
11h45 All Discussion with Matheus Cavalcante, Bernard Goossens & Nima TaheriNejad
11h00 Break
11h30 Chair: Yves Durand Session: Open Source Cores is an Actual Business
11h30 Ekaterina Berezina Open-source processor IP in the SCRx family of the RISC-V compatible cores by Syntacore (slides)
11h45 Rick O'Connor Open Source Processor IP for High Volume Production SoCs: CORE-V Family of RISC-V cores (slides)
12h00 Yann Loisel Silicon at the speed of software (slides)
12h15 All Discussion with Ekaterina Berezina, Rick O'Connor and Yann Loisel
12h30 Lunch
13h30 Keynote on RISC-V in HPC
13h30 Romain Dolbeau European Processor Initiative: challenges & opportunities for RISC-V accelerators in an HPC platform (slides)
14h30 Chair: Arnaud Tisserand Session on Improving the HW/SW Interface
14h30 Pedro Henrique Penna Nanvix: An Operating System for Lightweight Manycores (slides)
14h45 Yves Durand Enhancing scientific computation using a variable precision FPU with a RISC-V processor (slides)
15h00 Zdeněk Přikryl Enhanced Tools for RISC-V Processor Development and Customization (slides)
15h15 All Discussion with Pedro Henrique Penna, Yves Durand and Zdeněk Přikryl
15h30 Break
16h00 Chair: Olivier Savry Session on Formal Verification
16h00 Sylvain Boulmé Extending the CompCert certified compiler with instruction scheduling and control-flow integrity (slides)
16h15 Sergio Marchese Complete Formal Verification of RISC-V Cores for Trojan-Free Trusted ICs (slides)
16h30 Romain Soulat Formal Proof of RISC-V Cores
16h45 All Discussion with Sylvain Boulmé, Sergio Marchese and Romain Soulat
17h00 Sébastien Faucou Scientific Day: RISC-V for critical embedded systems in Campus de Jussieu on Thursday October 3rd (slides)
17h15 All Wrap Up, Comments & Perspectives
17h30 Closure

2nd RISC-V Meeting Tutorials

RISC-V design using Free Open Source Software

By Jean-Paul Chaput, Roselyne Chotin, Marie-Minerve Louerat, Adrian Satin (LIP6). (slides).

This tutorial aims to build a RISC-V processor using only free VLSI CAD tools with a symbolic technology approach (a refined Mead-Conway method as formerly used by MOSIS). The toolchain is currently organised as follow:

  1. A design description in VHDL language.
  2. Simulation with GHDL.
  3. Logical synthesis with Yosys. We use a frontend to convert VHDL into Verilog (from Alliance).
  4. Physical design (place & route) using Coriolis.
  5. DRC & LVS using Alliance.
  6. Timing analysis with Tas & Yagle.
  7. Symbolic to real translation (Alliance).

Our first objective is to design a RISC-V for AMS 350nm node (c35b4).

The choice of symbolic technology is mainly made for three reasons:

  1. Node portability. From one symbolic layout, you may target multiple technologies. Only step 7 needs to be done.
  2. Community. Symbolic layout do not contains any NDA related information. As such it can freely be published and shared.
  3. Security. With a published layout, everybody can check that the chip send back from the foundry is exactly what it should be (no hardware trojan).

Jean-Paul Chaput holds a Master Degree in MicroElectronics and Software Engineering. He joined the LIP6 laboratory within SU (formerly UPMC) in 2000. Currently he is a Research Engineer in the Analog and Mixed Signal Team at LIP6. His main focus is on physical level design software. He is a key contributor in developing and maintaining the Alliance & Coriolis VLSI CAD projects for CMOS technologies. In particular he contributed in developing the routers of both Alliance & Coriolis and the whole Coriolis toolchain infrastructure. He his now a key contributor in extending Alliance & Coriolis to the Analog Mixed-Signal integration for nanometric CMOS technologies.

Teaching basic computer architecture, assembly language programming, and operating system design using RISC-V

By Liliana Andrare, Mounir Benabdendi, Olivier Muller, Frédéric Rousseau, Frédéric Pétrot (Grenoble-IPN). (slides).

This talk presents the work done by the team teaching computer architecture and assembler level programming at the Institute of Engineering of Univ. Grenoble Alpes (Grenoble INP Ensimag, Grenoble INP Phelma and Polytech'Grenoble).

We will in particular detail what are the goals of these classes and how we mapped them on the RISC-V architecture. We will also have demos at hand for those interested in the putative use of this material, as teachers or hobbyists.

Starting in 1994, Frédéric Pétrot was assistant professor at Universié Pierre et Marie Curie in Paris, where he was primary teaching VLSI design, CAD algorithms for VLSI design, bases of operating systems, and practical use of parser generators (but also C, ADA, UNIX, …). He was one of the main contributor of the open-source Alliance CAD system, still in use today. He also started working on ESL tools, building the ancestor of the SoCLib SystemC library. He moved to Grenoble INP ENSIMAG in 2004, taking the responsibility of all classes related to logic circuit design and computer architecture. He still teaches UNIX, bases of OS design and knows no other editor than vim.

2nd RISC-V Meeting Keynotes

The Momentum and Opportunity of Custom, Open Source Processing

By Bertrand Tavernier (Thales R&T, The RISC-V Foundation).

The growth of human and business interaction with technology continues to explode. At the literal heart of that technology sits a silicon core, combined with general and specific instructions and connections. The insane cost, risk, development time, necessary volumes, and limited computing demands kept the lucrative chip opportunity within reach of just a handful of companies – focused mostly on general purpose processors. New computing needs in various power and performance dimensions have increased demand and competition for custom processors. This pressure is quietly and rapidly disrupting the processor industry. An Open source approach to processors now reduces risk and investment, with accelerated time to market, and opens the opportunity to thousands of possible custom processors. Learn about the trends, opportunities, and examples – from smart watches to supercomputers – as well as the global momentum of RISC-V!

Bertrand Tavernier is VP Software Research & Technologies for Thales group. He manages global software R&T strategy and lead software architects network between the seven Thales Global Business Unit and the five Thales Research & Technology centers. Prior, he held several positions related to safety critical embedded software as Safran Electronics workbench chief engineer from 2011 to 2015.

It's the Instruction Fetch Front-End, Stupid!

By André Seznec (INRIA). (slides).

Achieving high single-thread performance remains a major challenge even in the multicore era. To achieve ultimate single-thread performance, a uniprocessor needs a very efficient memory hierarchy, an aggressive out-of-order execution core and a highly efficient instruction fetch front-end engine.

In this talk, I will focus on the challenges for the design of the instruction fetch frond-end in a very wide-issue processor.

André Seznec is a Fellow Research Director (DR0) at IRISA-INRIA in Rennes. His main research activity has ported on the architecture of microprocessors, including caches, pipeline, branch predictors, speculative execution, multithreading and multicores. His research has influenced the design of many high-end industrial microprocessors, particularly the caches and the branch predictors.

André Seznec is member of the hall of fame of the 3 major conferences in computer architecture, ACM/IEEE ISCA, IEEE HPCA and ACM IEEE Micro. He received the first Intel Research Impact Medal in 2012 for his « exemplary work on high-performance computer micro-architecture, branch prediction and cache architecture. » He is a IEEE fellow (2013) and an ACM fellow (2016).

European Processor Initiative: challenges & opportunities for RISC-V accelerators in an HPC platform

By Romain Dolbeau (EPI, ATOS). (slides).

The European Processor Initiative (EPI) is a project currently implemented under the first stage of the Framework Partnership Agreement signed by the Consortium with the European Commission (FPA: 800928), whose aim is to design and implement a roadmap for a new family of low-power European processors for extreme scale computing, high-performance Big-Data and a range of emerging applications.

In this talk, I will describe the currently anticipated architecture of the EPI design and how to leverage this architecture in the software, using open standards. In particular, the EPI project is developing IP for a set of RISC-V-based accelerators designed to connect directly to the processor network-on-chip. I'll also talk on how EPI plan to integrate those IP in a silicon device, and how other accelerators IP designers could leverage EPI to create new high-performance multi-chip processing devices.

Romain Dolbeau is a Distinguished Expert at Atos-Bull. After studying computer architecture at Université Paris XI, Université Rennes 1 and ENS Cachan, Romain co-founded and joined CAPS entreprise, a pioneer company in compilation that introduced directive-based programming for heterogeneous computing with the HMPP technology. Romain joined Bull in 2014 as an HPC expert, helping customers leverage both CPU and accelerators to get the best performance out of their supercomputers. Since late 2018, Romain is working as the lead software architect for the EPI project.

2nd RISC-V Meeting Presentations

Ecological transition in ICT: A role for open hardware ?

By David Bol (ECS, ICTEAM, UC Louvain). (slides).

Technological innovation has been fueling our financial economic system focused on growth. It allowed the prosperity of developed countries but also lead to technical obsolescence, accumulation of technologies and life activity acceleration as by-products. Pursuing the exponential economic growth on a finite planet lead us to an environmental crisis whose climate change is the most visible symptom. The emergency we are facing calls for an ecological transition towards more sustainable society and economy based on resource efficiency, sobriety and resilience. In this context, it is important for engineers to critically analyze our technological innovation habits.

This talk gives a provocative personal point of view of innovation habits in the field of information and communication technologies (ICT), where exponential trends (Moore's law, Cooper's law, Koomey's law) define the R&D roadmaps. We will discuss the potential role of open(-source) hardware towards a more sustainable innovation Bio:

David Bol is an assistant professor at the Electronic Circuits and Systems (ECS) group, ICTEAM Institute of UC Louvain (UCL). He received the Ph.D degree in Engineering Science from UCLouvain in 2008 in the field of ultra-low power digital nanoelectronics. In 2005, he was a visiting Ph.D student at the CNM, Sevilla, Spain, and in 2009, a postdoctoral researcher at intoPIX, Louvain-la-Neuve, Belgium. In 2010, he was a visiting postdoctoral researcher at the UC Berkeley Lab for Manufacturing and Sustainability, Berkeley, CA. In 2015, he participated to the creation of e-peas semiconductors spin-off company, Louvain-la-Neuve, Belgium. He leads the Electronic Circuits and Systems (ECS) research group focused on ultra-low-power design of smart-sensor integrated circuits for the IoT and biomedical applications with a specific focus on environmental sustainability. His personal IC interests include computing, power management, sensing and wireless communications. Prof. Bol has authored more than 100 papers and conference contributions and holds three delivered patents. He (co-)received three Best Paper/Poster/Design Awards in IEEE conferences (ICCD 2008, SOI Conf. 2008, FTFC 2014). He serves as a reviewer for various IEEE journals/conferences and presented several keynotes in international conferences. On the private side, he pioneered the parental leave for male professors in his institute to spend time connecting to nature with his family.

A RISC-V ISA Extension for Ultra-Low Power IoT Wireless Signal Processing

By Hela Belhadj Amor, Carolynn Bernier (CEA LETI), Zdeněk Přikryl (Codasip GmbH). (slides).

We present an instruction-set extension to the open-source RISC-V ISA (RV32IM) dedicated to ultra-low power (ULP) software-defined wireless IoT transceivers. The custom instructions are tailored to the needs of 8/16/32-bit integer complex arithmetic typically required by quadrature modulations. The proposed extension occupies only 3 major opcodes and most instructions are designed to come at a near-zero hardware and energy cost. A functional model of the new architecture is used to evaluate four IoT baseband processing test benches: FSK demodulation, LoRa preamble detection, 32-bit FFT and CORDIC algorithm. Results show an average energy efficiency improvement of more than 35% with up to 50% obtained for the LoRa preamble detection algorithm.

Carolynn Bernier is a wireless systems designer and architect specialized in IoT communications. She has been involved in RF and analog design activities at CEA, LETI since 2004, always with a focus on ultra-low power design methodologies. Her recent interests are in low complexity algorithms for machine learning applied to deeply embedded systems.

Development of a RV64GC IP core for the GRLIB IP Library

By Martin Åberg (Cobham Gaisler). (slides).

Cobham Gaisler is a world leader for space computing solutions where the company provides radiation tolerant system-on-chip devices based around the LEON processors. The building blocks for these devices are also available as IP cores from the company in an IP library named GRLIB. Cobham Gaisler is currently developing a RV64GC core that will be provided as part of GRLIB. The presentation will cover why we see RISC-V as a good fit for us after SPARC32 and what we see missing in the ecosystem features

Martin Åberg is a Software Engineer at Cobham Gaisler. His expertise covers embedded software development, operating systems, device drivers, fault-tolerance concepts, flight software, processor verification. He has a Master of Science degree in Computer Engineering, and focuses on real-time systems and computer networks.

R&D challenges for Safe and Secure RISC-V based computer

By Arnaud Samama, Emmanuel Gureghian, Fabrice Lemonnier, Eric Lenormand and Thierry Collette (Thales R&T).

Thales is involved in the open hardware initiative and joint the RISC-V foundation last year. In order to deliver safe and secure embedded computing solutions, the availability of Open Source RISC-V cores & IPs is a key opportunity. In order to support and emphases this initiative, an european industrial ecosystem must be gathered and set up. Key R&D challenges must be therefore addressed. In this presentation, we will present the research subjects which are mandatory to address in order to accelerate.

In January 2019, Thierry Collette became the director of the digital research group at Thales Research France. Previously, Thierry Collette was the head of a division in charge of technological development for embedded systems and integrated components at CEA Leti & List for eight years. He was the CTO of the European Processor Initiative (EPI) in 2018. Before that, he was the deputy director in charge of programs and strategy at CEA List. From 2004 to 2009, he managed the architectures and design unit at CEA. He obtained an electrical engineering degree in 1988 and a Ph.D in microelectronics at the University of Grenoble in 1992. He contributed to the creation of five CEA startups: ActiCM in 2000 (bought by CRAFORM), Kalray in 2008, Arcure in 2009, Kronosafe in 2011, and WinMs in 2012.

RISC-V ISA: Secure-IC's Trojan Horse to Conquer Security

By Rafail Psiakis, Baptiste Pecatte & Sylvain Guilley (Secure IC).

RISC-V is an emerging instruction-set architecture widely used inside plenty of modern embedded SoCs. As the number of commercial vendors adopting this architecture in their products increases, security becomes a priority. In Secure-IC we use RISC-V implementations in many of our products (e.g. PULPino in Securyzr HSM, PicoSoC in Cyber Escort Unit, etc.). The advantage is that they are natively protected against a lot of modern vulnerability exploits (e.g. Specter, Meltdow, ZombieLoad and so on) due to the simplicity of their architecture. For the rest of the vulnerability exploits, Secure-IC crypto-IPs have been implemented around the cores to ensure the authenticity and the confidentiality of the executed code. Due to the fact that RISC-V ISA is open-source, new verification methods can be proposed and evaluated both at the architectural and the micro-architectural level. Secure-IC with its solution named Cyber Escort Unit, verifies the control flow of the code executed on a PicoRV32 core of the PicoSoC system. The community also uses the open-source RISC-V ISA in order to evaluate and test new attacks. In Secure-IC, RISC-V allows us to penetrate into the architecture itself and test new attacks (e.g. sidechannel attacks, Trojan injection, etc.) making it our Trojan horse to conquer security.

Rafail Psiakis is currently an R&D Engineer at Secure-IC SAS, Rennes, France working on SW/HW security solutions. He obtained a Ph.D degree in 2018 from University of Rennes. During his Ph.D, he was with Cairn team of the INRIA research center, Rennes, pursuing a Ph.D thesis entitled "Performance optimization mechanisms for fault-resilient VLIW processors". He received his B.S. & M.S. joint diploma in 2015 from the ECE Department of the University of Patras, Greece, pursuing a diploma thesis within the APEL laboratory. His research interests include computer architecture, embedded systems, fault tolerance, cyber-security and critical systems.

Baptiste Pecatte is currently R&D intern at Secure-IC working on CPU hardware-enabled cyber-security solutions. He has been adapting and optimizing the Cyber Escort Unit (TM) technology for several RISC-V cores, allowing for real-time Code and Control Flow Integrity. He studied embedded systems at Telecom ParisTech. Baptiste is also alumnus from Ecole Polytechnique (X2015).

Alternative languages for safe and secure RISC-V programming

By Fabien Chouteau (Ada Core). (slides).

In this talk I want to open a window into the wonderful world of "alternative" programming languages for RISC-V. What can you get by looking beyond C/C++.

So I will start with a quick introduction to the Ada and SPARK languages, the benefits, the hurdles. I will also present an overview of the applications and domains where they shine, when failure is not an option.

At the end of the talk, I will give my view of the RISC-V architecture and community from the perspective of an alternative languages developer. I will cover the good points, the risks, and provide some ideas on how the RISC-V can keep the door open.

Fabien joined AdaCore in 2010 after his master's degree in computer science at the EPITA (Paris). He is involved in real-time, embedded and hardware simulation technology. Maker/DIYer in his spare time, his projects include electronics, music and woodworking.

Verification of SimNML instruction set description using co-simulation

By Hugues Cassé, Emmanuel Caussé, Pascal Sainrat (IRIT - Université de Toulouse). (slides).

The TRACES team at IRIT has developed a description of the RISC-V instruction set in SimNML, which is an Architecture Description Language (ADL). GLISS automatically convert this description into a library supporting, among others, a runnable Instruction Set Simulator.

This presentation exposes the validation of our RISC-V description by parallely running and checking the generated simulator with a different source of execution implementing the RISC-V (different simulator or real microprocessor). This work contributes to the confidence we can have into static analysis tools working on program binary representation.

In such tools, the instruction set support is a boring and error-prone task whose validity is hard to assert. On the opposite, the SimNML description provides a golden model that is easier to write and that can be tested to detect errors. Once a sufficient level of confidence is obtained about the description, it can be processed automatically to derive properties useful for static analyses work.

Hugues Cassé is professor-assistant in the University of Toulouse. He performs research on WCET focused on the static analysis of memories and caches and on the value analysis of binary code. He is the designer and the main developer of the academic WCET tool O TAWA . He has been involved in several ANR projects (MascotTe, MORE, W-SEPT), European projects (MERASA, parMERASA), and other projects (SOCKET – FUI, CAPACITES – DGE – CAPACITES).

Fast and Accurate Vulnerability Analysis of a RISC-V Processor

By Joseph Paturel, Simon Rokicki, Davide Pala, Olivier Sentieys (INRIA). (slides)

As the RISC-V ISA gains traction in the safety-critical embedded system domain, the development of hardened cores becomes crucial. During this presentation, we present a vulnerability analysis framework that allows for a fast and accurate estimation of processor errors due to transient faults. The proposed set of tools is based on the 32-bit RISC-V core Comet supporting the M extension. The generated hardware's reaction to particle hits is characterized at the gate-level using logic transient pulse width based on physical transistor models. The Comet core being designed at the C level with high-level synthesis tools, a fast, cycle- and bit-accurate simulator can be derived from the core specifications. The previously extracted error patterns are hence re-injected in the core during the execution of applications and the system response is evaluated. This enables the estimation of various vulnerability related metrics and can swiftly drive the core-hardening design process. Results show that the combinational logic needed to implement the M extension plays a non-negligible role in the overall core vulnerability and that multiple-bit upset patterns need to be considered.

Olivier Sentieys is a Professor at the University of Rennes holding an INRIA Research Chair on Energy-Efficient Computing Systems. He is leading the Cairn team common to Inria and IRISA Laboratory. He is also the head of the “Computer Architecture” department of IRISA. His research interests include system-level design, energy-efficiency, reconfigurable systems, hardware acceleration, approximate computing, fault tolerance, and energy harvesting sensor networks.

Coarse-grained power modelling and estimation using the Hardware Performance Monitors (HPM) of the RISC-V Rocket core

By Caaliph Andriamisaina, Pierre-Guillaume Le Guay, (CEA LIST).

Power consumption monitoring of a processor is important for power management to reduce power usage. Performance counters have been widely used as proxies to estimate processor power online. This work focus on the dynamic power modelling at register-transfer level (RTL) of the RISC-V Rocket core, developed at the University of California, Berkeley. By creating our power model at RTL level, we aim at providing a coarse-grained estimation of power consumption, intended at the early stage of development and for software developers.

The proposed power modelling methodology is based on the Hardware Performance Monitors (HPM) defined in the RISC-V ISA and implemented in the rocket-chip. These HPM monitor different events that take place during instructions execution and reveal several amount of information about power consumption. These events can be the number of cycles, the number of instructions retired, caches misses, etc.

Pierre-Guillaume Le Guay is a research engineer at CEA List, computing and design environment laboratory. He received the MSc degree in electrical engineering from Université Paris-Sud, Orsay, in 2017. His current research topics focus on the power consumption estimation and modelling applied to embedded systems and multicore architectures.

Ara: design and implementation of a 1GHz+ 64-bit RISC-V Vector Processor in 22 nm FD-SOI

Matheus Cavalcante, Fabian Schuiki, Florian Zaruba, Michael Schaffner (ETH Zurich), Luca Benini (ETH Zurich & Universitá di Bologna). (slides).

In this presentation, we will discuss about our design and implementation experience with Ara, a vector processor based on RISC-V's Vector Extension. Ara is implemented in GlobalFoundries 22FDX FD-SOI technology. Its latest instance runs at up to 1.2 GHz in nominal conditions, achieving a peak performance of up to 34 DP-GFLOPS and an energy efficiency of up to 67 DP-GFLOPS/W. We will discuss the performance and scalability of Ara, including its limitations under different work loads, and show that the vector processor achieves a high utilization of its functional units, up to 97%, when running a 256x256 matrix multiplication on sixteen lanes. Ara will be released as part of the PULP platform using the same permissive Solderpad license.

Matheus Cavalcante received the M.Sc. degree in Integrated Electronic Systems from the Grenoble Institute of Technology (Phelma) in 2018 and is currently pursuing his Ph.D. degree with the Digital Circuits and Systems group of Luca Benini at ETH Zurich. His research interests encompass high-performance computing (namely vector processing) and interconnection networks.

An Out-of-Order RISC-V Core Developed with HLS

By Bernard Goossens & David Parello (UPVD). (slides).

I will introduce the out-of-order RISC-V core (4-stage pipeline: fetch + decode + rename; issue; writeback; commit) that we developed. Everything is written entirely in C under Vivado HLS. The code has been successfully tested on a Pynq card (free development board provided to teacher-researchers upon request to Xilinx, as part of the XUP initiative). This RISC-V core should be understood as a basic kit on which users are invited to add extensions. The RISC-V core does not contain any traditional accelerator for filling the pipeline (eg branch predictor, caches) or floating operators (only the set of 32-bit integer instructions has been implemented). It can serve as a nutshell to add units and measure their effects, for example in the context of educational projects. This RISC-V core is the core brick of the LBP processor, a 64-cores manycore parallelizing processor, under development.

Bernard Goossens is Professor Emeritus at the University of Perpignan (UPVD). He is a member of the Dali team at LIRMM. His research is on the capture of very distant ILP.

Open source GPUs: How can RISC-V play a role?

By Nima Taherinejad (TU Wien). (slides).

In this talk, first, I briefly review existing open source GPUs and their status. Given its merit and the work we have done in group on the award-winning Nyuzi GPGPU, I will pay a closer attention to that work. Next, I will discuss some of the challenges they face as well as the importance of investing more into research and development of such architectures and potential direction of such research and development. At the end, I position RISC-V with respect to the open source GPUs and present some ideas on how RISC-V and its community can play a role in a potentially joint future.

Nima Taherinejad is a PhD graduate of the University of British Columbia (UBC), Vancouver, Canada. He is currently at the TU Wien (formerly known also as Vienna University of Technology), Vienna, Austria, where he leads the system-on-chip (SoC) educational MSc module and works on self-awareness in resource-constrained cyber-physical systems, embedded systems, memristor-based circuit and systems, health-care, and robotics. In the field of computer architecture his activities revolve mainly around GPU architectures and resource management in multi-processor SoCs.

Open-source processor IP in the SCRx family of the RISC-V compatible cores by Syntacore

By Ekaterina Berezina, Dmitry Gusev, Alexander Redkin (Syntacore). (slides).

We describe family of the state-of-the-art RISC-V compatible processor IP developed by Syntacore with a specific focus on the open-source part of the product line.

As of 2019, SCRx family of RISC-V compatible cores includes eight industry-grade cores with comprehensive features, targeted at different applications: from compact microcontroller-class SCR1 core to the high-performance 64bit Linux-capable multicore SCR7. The SCRx cores deliver competitive performance at low power already in baseline configurations. On the top, Syntacore provides one-stop workload-specific customization service to enable customer designs differentiation via significant performance and efficiency boost. Industry-standard interfacing options support enables seamless integration with existing designs.

We detail IP features, benchmarks, and collateral availability, with a specific focus on the open-source SCR1 core. Initially introduced in 2017, SCR1 is one of the first fully open and free to use industry-grade RISC-V compatible cores, which, since its introduction, found extensive use both in the industry and in academia. https://github.com/syntacore/scr1.

Ekaterina Berezina is a Senior HW Engineer at Syntacore, where she contributes to the SCRx core family development and maintenance. Ekaterina has more than 6 years of experience in CPU IP development including architecture and microarchitecture definition, RTL design, testing and verification, area/timing/power optimization for ASIC and FPGA. She received her Master's degree in Computer Science at Saint-Petersburg ITMO University and teaches Computer Architecture classes there.

Open Source Processor IP for High Volume Production SoCs: CORE-V Family of RISC-V cores

By Rick O'Connor (OpenHW Group). (slides).

This talk will provide a brief overview of the RISC-V instruction set architecture and describe the CORE-V family of open-source cores that implement the RISC-V ISA. RISC-V (pronounced “risk-five”) is an open, free ISA enabling a new era of processor innovation through open standard collaboration. Born in academia and research, RISC-V ISA delivers a new level of free, extensible software and hardware freedom on architecture, paving the way for the next 50 years of computing design and innovation.

CORE-V is a series of RISC-V based open-source processor cores with associated processor subsystem IP, tools and software for electronic system designers. The CORE-V family provides quality core IP in line with industry best practices in both silicon and FPGA optimized implementations. These cores can be used to facilitate rapid design innovation and ensure effective manufacturability of production SoCs.

The session will describe barriers to adoption of open-source IP and opportunities to overcome these barriers.

Rick O'Connor is Founder and serves as President & CEO of the OpenHW Group a not-for-profit, global organization driven by its members and individual contributors where hardware and software designers collaborate on open source cores, related IP, tools and software projects. The OpenHW Group Core-V Family is a series of RISC-V based open-source cores with associated processor subsystem IP, tools and software for electronic system designers.

Previously Rick was Executive Director of the RISC-V Foundation. RISC-V (pronounced “risk-five”) is a free and open ISA enabling a new era of processor innovation through open standard collaboration. Founded by Rick in 2015 with the support of over 40 Founding Members, the RISC-V Foundation currently comprises more than 235 members building an open, collaborative community of software and hardware innovators powering processor innovation. Born in academia and research, the RISC-V ISA delivers a new level of free, extensible software and hardware freedom on architecture, paving the way for the next 50 years of computing design and innovation.

Throughout his career, Rick has continued to be at the leading-edge of technology and corporate strategy and has held executive positions in many industry standards bodies. Also, with many years of Executive level management experience in semiconductor and systems companies, Rick possesses a unique combination of business and technical skills and was responsible for the development of dozens of products accounting for over $750 million in revenue. With very strong interpersonal skills, Rick is a regular speaker at key industry forums and has built a very strong professional network of key executives at many of the largest global technology firms including: Altera (now part of Intel), AMD, ARM, Cadence, Dell, Ericsson, Facebook, Google, Huawei, HP, IBM, IDT, Intel, Microsoft, Nokia, NXP, RedHat, Synopsys, Texas Instruments, Western Digital, Xilinx and many more.

Rick holds an Executive MBA degree from the University of Ottawa and is an honors graduate of the faculty of Electronics Engineering Technology at Algonquin College.

Silicon at the speed of software

By Yann Loisel (SiFive). (slides).

For 30+ years, chips kept getting faster and cheaper. In the race to get to the next process node, there wasn't time or a need to customize. But the world has changed—compute has hit a limit and the cost of building chips keeps increasing exponentially. The next wave of innovation is now happening at the hardware-software interface, and companies need custom silicon solutions to stay ahead. SiFive is leading the charge.

SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before. With our platform for rapidly designing, testing and building RISC V-based core IP and chips, we’re accelerating the pace of innovation for businesses large and small. You don’t need to be an expert in silicon design to produce custom chips. SiFive’s platform makes it possible to design at the system level and create chips that meet your exact specifications without deep pockets or a high-volume guarantee.

The inventors of RISC V joined forces with silicon experts bringing a new approach to semiconductors together with decades of industry experience, hundreds of tapeouts and millions of chips shipped.

After receiving his degree in Cryptography, Yann started work at the French DoD, finally reaching the position of Cryptanalysis Team Manager. He then successively joined SCM Microsystems GmbH, managing the security of smart card readers and DVB payTV decoders, then Innova Card, a fabless company providing secure microcontrollers, acting as Chief Security Officer and joined Maxim Integrated as Security Architect, managing all security-related topics including physical protection, cryptography, applications security, and certifications. He’s now Security Architect at SiFive, in charge of defining the platform security at the system level for SiFive RISC-V chips.

Nanvix: An Operating System for Lightweight Manycores

By Pedro Henrique Penna (PUC Minas, UGA), Marcio Castro (UFSC, Brésil), François Broquedis (INPG), Henrique Cota de Freitas (PUC Minas, Brésil), Jean-François Méhaut (UGA). (slides).

Lightweight manycores differ from other high core count architectures in two major architectural points: they feature a distributed memory memory architecture; and they have their cores grouped into clusters with small amounts of local memory available. Nanvix is general purpose operating system (OS) that we designed from scratch to address this next generation of processors. Our OS features a distributed structure, in which traditional OS functionalities are implemented as system servers; and it aims at a novel distributed paging system to overcome architectural challenges of lightweight manycores. So far, a great effort was made to make Nanvix portable and performant across multiple targets, including industrial processors, such as MPPA (Kalray), and academic lightweight manycores, like those based in OpenRISC (OpTiMSoC) and RISC-V (PULP). Nanvix delivers these features through a rich hardware abstraction layer (HAL), which we shall cover in this talk. Nanvix source tree: https://github.com/nanvix

Pedro Henrique Penna is a PhD Candidate in Informatics at Université Grenoble Alpes (UGA, France) in a cotutelle regime with Pontifícia Universidade Católica de Minas Gerais (PUC Minas, Brazil). In his thesis, Pedro is focused on the design of operating systems for lightweight manycore processors, and he works in collaboration with Kalray and Technical University of Munich (TUM, Germany) in this subject. Pedro earned his Master Degree in Computer Science from Universidade Federal de Santa Catarina (UFSC, Brazil) in 2017, and he is the main designer of Nanvix.

Enhancing scientific computation using a variable precision FPU with a RISC-V processor

By Yves Durand, Christian Fabre, Andrea Bocco, Tiago Trevisan Jost (CEA LETI). (slides).

Scientific computation applications are almost exclusively based on single or double precision floating point formats of the IEEE-754 standard. These formats, of respectively 32 or 64 bits, have a fixed structure, which means that they are unlikely to exactly match the needs of the application. At best, it will be overkill, meaning wasted time, memory and power in computing useless bits. At worst, it will be insufficient, meaning numerically wrong results with possible catastrophic consequences in a world where embedded computing systems interfere more and more with our lives.

We exploit the extensibility of RISC-V for adding support for variable precision floating point operations, and for variable length floating point formats in close memory. In this talk, we discuss the impact of these extensions on the system architecture, at all levels of the computing stack. We propose examples based on linear algebra kernels, which demonstrate the improvements in numerical quality and confidence in the numerical results.

Yves Durand received his engineering degree in 1983 and a PhD in computer science in 1988. He worked with ST Microelectronics as a research engineer, then moved to Hewlett Packard in 1993 and led R&D projects related to networking interfaces and « smart communicating objects ». He then joined the Laboratoire d'Electronique et de Technologie de l'Information (CEA-LETI), Grenoble, in 2003. He has been coordinating the IST FP6 4More project. His current focus is numerical modelling of computing systems.

Enhanced Tools for RISC-V Processor Development and Customization

By Zdeněk Přikryl & Chris Jones (Codasip GmbH). (slides).

The emergence of the RISC-V architecture has given rise to a demand for widely differing microarchitectural implementations, ranging from deeply embedded microcontrollers to DSPs and superscalar processors. To meet the challenge of addressing so many different operating points, it is necessary to abstract the (micro)architectural details and automate the generation and verification of RISC-V microprocessors. The Codasip approach to delivering RISC-V processor IPs is to employ the silicon-proven methodology of the high-level CodAL architecture description language and its suite of tools called Studio to implement various RISC-V microarchitectures. Using Codasip Studio (an Eclipse-based integrated processor development environment), designers write a high-level description (in CodAL architecture description language) of a processor and then automatically synthesize the design’s RTL, testbench, virtual platform models, and processor toolchain (C/C++ compiler, debugger, profiler, etc.). Designers can start using the Codasip processor IPs immediately or, as the Codasip processor IPs are described in CodAL, they can extend the ISA in any way, adding a key differentiator or any other secret sauce into their product.

Dr Zdeněk Přikryl is the co-founder and chief technology officer of Codasip GmbH. He has over 10 years of experience in processor design from small MCUs to complex DSPs/VLIWs, along with embedded systems design, HLS, and simulation. Previously he was a Researcher at the Technical University of Brno and a software engineer at Red Hat.

Extending the CompCert certified compiler with instruction scheduling and control-flow integrity

By Sylvain Boulmé (ENSIMAG, Verimag, Université Grenoble-Alpes). (slides).

The CompCert certified compiler – developed by [Xavier Leroy et al. 2006-2018] at Inria – is the first optimizing C compiler with a formal proof of correctness. In particular, it does not have the middle-end bugs usually found in compilers [Yang et al. 2011]. It is now used in real-time safety-critical industry [Bedin França et al. 2012; Kästner et al. 2018]. It produces assembly code for several processors including RISC-V (32 bit and 64 bit).

This talk will present two backends of CompCert developed at the Verimag Laboratory of Grenoble. The first one – jointly developed with Cyril Six (Kalray-Verimag) and David Monniaux (Verimag) – targets the K1c processor of Kalray. This backend features a (certified) postpass scheduling which optimizes running-times of the produced program by exploiting the instruction-level-parallelism of this VLIW processor.

Our second (more experimental) backend targets the intrinSec processor designed by Olivier Savry et al at LETI. This secure cryptoprocessor extends the RISC-V Instruction Set with instructions and registers for protecting Control-Flow Integrity (CFI). With Paolo Torrini (Verimag), we have modified the RISC-V backend of CompCert in order to include these CFI protections. We are formally proving the functional correctness of this backend.

Sylvain Boulmé is Maître de conférences (associate professor) at ENSIMAG (Engineering school in Information Technology). His research applies the Coq proof assistant and the OCaml typechecker the verification of software in toolchains (in particular static analyzers and compilers).

Complete Formal Verification of RISC-V Cores for Trojan-Free Trusted ICs

By Sergio Marchese (OneSpin Solutions). (slides).

RISC-V processor IPs are increasingly being integrated into system-on-chip designs for a variety of applications. However, there is still a lack of dedicated functional verification solutions supporting high-integrity, trusted integrated circuits. This presentation examines an efficient, novel, formal-based RISC-V processor verification methodology. The RISC-V ISA is formalized in a set of Operational SystemVerilog assertions. Each assertion is formally verified against the processor’s RTL model. Crucially, the set of assertions is mathematically proven to be complete and free from gaps, thus ensuring that all possible RTL behaviors have been examined. This systematic verification process detects both hardware Trojans and genuine functional errors present in the RTL code. The solution is demonstrated on an open-source RISC-V implementation using a commercially available formal tool, and is arguably a significant improvement to previously published RISC-V ISA verification approaches, advancing hardware assurance and trust of RISC-V designs.

Sergio Marchese is technical marketing manager at OneSpin Solutions. He has 20 years of experience in electronic chip design, and deployment of advanced hardware development solutions across Europe, North America, and Asia. His expertise covers IC design, functional verification, safety standards, including ISO 26262 and DO-254, and detection of hardware Trojans and security vulnerabilities. He is passionate about enabling the next generation of high-integrity chips that underpin the Internet of Things, 5G, artificial intelligence, and autonomous vehicles.

Formal Proof of RISC-V Cores

By Alexandre Alves, Jimmy Le Rhun, Delphine Longuet and Romain Soulat (Thales R&T).

Formal verification of hardware designs is a classical application of model checking in industry. RISC-V cores can be formally verified for functional correctness and framework already exist to automatically perform that kind of verification. When designs includes safety or security mechanisms, special additional verification requirements can be added to formally verify that those mechanisms performs correctly against threats or feared events.

Romain Soulat is working at Thales Research and Technology (TRT) on the application of formal methods. He obtained his PhD. from Ecole Normale Supérieure Paris-Saclay in 2014 on the subject of formal verification of timed automata and controllers. In 2014, he joined the Critical Embedded Systems Laboratory at TRT to work on the topic of formal verification. His current research focus on model checking at system or implementation levels, numerical accuracy analysis and formal verification of AI-based systems.


The two days event 2nd RISC-V Meeting, organised by IRT Nanoelec and CEA on October 1st & 2nd is sponsored by:

AdaCore logo     Rambus logo     Hensoldt logo