gomactech 2019
play

GOMACTech-2019 BlackParrot An Open-Source, Industrial-Strength, - PowerPoint PPT Presentation

GOMACTech-2019 BlackParrot An Open-Source, Industrial-Strength, RISC-V, Linux Capable, Multicore Processor 28 MAR 2019 Mark Wyse University of Washington DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. We


  1. GOMACTech-2019 BlackParrot An Open-Source, Industrial-Strength, RISC-V, Linux Capable, Multicore Processor 28 MAR 2019 Mark Wyse University of Washington DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited.

  2. We need the “Linux of RISC - V Cores” Open source software has inspired an open source hardware movement RISC-V is an open ISA, not an open source processor Existing open source RISC- V processor implementations aren’t there: – Implementations are closely held and do not focus on distributed collaboration – Employ “freemium” models with inherent conflicts of interest – Use languages that are unfamiliar to HW designers – Lack Best-of-Class Implementations DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 2 2019 GOMACTech | 28 MAR 2019

  3. BlackParrot: Four Success Metrics (achieve these and BlackParrot will become the Linux of RISC-V) Will People Trust Our Code? Is it easy to understand? Is it secure? Is it validated? Will you put it in Silicon? DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 3 2019 GOMACTech | 28 MAR 2019

  4. BlackParrot: Four Success Metrics (achieve these and BlackParrot will become the Linux of RISC-V) BlackParrot is a “stone soup” designed to: Will People Trust Our Code? Is it easy to understand? convince the smartest people in the Is it secure? world to improve it. Is it validated? Will you put it in Silicon? scale to many users. get companies to invest and become stewards of the code. We want to gather a village... https://en.wikipedia.org/wiki/Stone_Soup DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 4 2019 GOMACTech | 28 MAR 2019

  5. BlackParrot: Four Success Metrics (achieve these and BlackParrot will become the Linux of RISC-V) BlackParrot is a “stone soup” designed to: Will People Trust Our Code? Is it easy to understand? convince the smartest people in the Is it secure? world to improve it. Is it validated? Will you put it in Silicon? scale to many users. get companies to invest and become stewards of the code. Does the code have the features people need? And leave out the ones they don’t? DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 5 2019 GOMACTech | 28 MAR 2019

  6. BlackParrot: Four Success Metrics (achieve these and BlackParrot will become the Linux of RISC-V) BlackParrot is a “stone soup” designed to: Will People Trust Our Code? Is it easy to understand? convince the smartest people in the Is it secure? world to improve it. Is it validated? Will you put it in Silicon? scale to many users. get companies to invest and become stewards of the code. Is the code Pareto optimal in terms Does the code have the features of Power, Performance, and Area? people need? And leave out the ones they don’t? DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 6 2019 GOMACTech | 28 MAR 2019

  7. The BlackParrot Manifesto BE TINY ● Place a premium on a small, ○ understandable, agile, secure code base. Minimize unused features or configurations that ○ increase complexity and verification. BE MODULAR ● Use well-defined interfaces that enable scalable, ○ global participation. Enable modular testability & CI. ○ BE FRIENDLY ● Welcome contributions and distributed ownership. ○ Combat “Not Invented Here” Syndrome. ○ Ultimate goal: stewardship of code distributed ○ across industry and the world. Be easy to use. ○ DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 7 2019 GOMACTech | 28 MAR 2019

  8. The BlackParrot “Genesis Release” Team Prof. Michael Taylor Dan Petrisko Farzam Gilani Mark Wyse Tommy Jung Prof. Ajay Joshi Leila Delshad Boyou Zhou Zahra Azad Furkan Eris Prof. Mark Oskin Yongqin Wang Bandhav Veluri Shaolin Xie Tavio Guarino Katie Lim DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 8 2019 GOMACTech | 28 MAR 2019

  9. BlackParrot Overview • RISC-V RV64GC, Linux Capable FE 0 Core 0 • 8 stage pipelined in-order, cache coherent multicore BE 0 • Modular Design, Clean Interfaces, Clean Code FE 1 – Front End (FE) – instruction fetch (speculative) Core 1 BE 1 – Back End (BE) – instruction execution (non-speculative) – Memory End (ME) – memory system, cache coherence FE 2 ME Core 2 • Target SoC: Accelerator chip or embedded system that BE 2 needs a performant, Linux capable control system – Drop it in and get it working with high PPA and little to no FE 3 Core 3 physical design effort BE 3 – Anti-target: a Xeon-competitive server core • Requires large physical design team (50-100 people) DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 9 2019 GOMACTech | 28 MAR 2019

  10. BlackParrot FE Overview • FE speculatively fetches instructions I-Cache instruction • FE does not modify any arch. state Instruction SRAM • FE-BE interface tag.pc.phys Tag SRAM (.p) – FE queue FIFO (ordered stream of != miss? instructions and instruction-related TLB SRAM tlb.pc.phys events from FE to BE) PC_Gen – FE cmd FIFO (“correction commands” pc.virtual (speculative) from BE to FE) • FE-ME interface Branch Predictor FE – Sends and receives coherence cmd messages pc.virtual (next) – LCE to/from CCE interfaces ME interface ME interface DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 10 2019 GOMACTech | 28 MAR 2019

  11. BlackParrot BE Overview • BE maintains “true” architectural state Checker (Precise Execution) – PC, Regfiles, CSR • 6 stage, single-issue, non-stalling BE pipeline do_issue do_dispatch do_poison status – Design avoids global stall signal, single stall point at ISD (instruction stall / dispatch) • Avoids physical design with large fanout signal – Cache misses poisons subsequent instructions and issue instruction is redispatched on cache line fill. instr Scheduler Calculator – “Rollback” FIFO at BE/FE iface avoids refetch on cache miss • Modular Data Cache with Clean Interface – 32 kB, 8-way set associative, 64-byte cache line – 3-cycle hit latency mem_cmd mem_resp – LCE & BE-ME interface used to communicate with L2$ MMU DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 11 2019 GOMACTech | 28 MAR 2019

  12. BlackParrot ME Overview • Cache Coherence and Memory Consistency, L2 and DRAM Interface – TSO consistency (currently SC!) LCE LCE LCE LCE • Cache Coherence Engines (CCE) – Microprogrammed coherence controller – Protocol changes via microcode update Coherence Networks • Local Cache Engines (LCE) – L1 entities (I$, D$, I/O$) CCE CCE CCE CCE • Protocol – Latency Insensitive, Directory-Based – Strong Invariants that lead to simple L2 L2 L2 L2 correctness proofs – Currently Exclusive/Invalid • Microcode updates will provide MESI soon DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 12 2019 GOMACTech | 28 MAR 2019

  13. BlackParrot – Example Layout • Single Core Floorplan – Red/Pink = FE – Yellow = BE – Purple/Green = ME • Area = 0.948 mm 2 735 um – 40nm process • ~1.5 GHz at 40nm – ~2.0 GHz at 16nm 1289 um DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 13 2019 GOMACTech | 28 MAR 2019

  14. BlackParrot • BlackParrot is the RISC-V processor for all • BlackParrot v1.0 will be released June 2019 – “pre - alpha” version available now • Actively improving and adding features: – Linux capability – PPA optimizations • See the (rapidly changing) code on github – https://github.com/black-parrot/pre-alpha-release/tree/dev • First tapeout June 2019 • Thanks to Andreas Olofsson and the staff of the DARPA POSH program DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 14 2019 GOMACTech | 28 MAR 2019

  15. Thank You! DISTRIBUTION STATEMENT A. Approved for public release: distribution is unlimited. 15 2019 GOMACTech | 28 MAR 2019

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend