netfpga summer course
play

NetFPGA Summer Course Presented by: Andrew W Moore, Noa Zilberman, - PowerPoint PPT Presentation

NetFPGA Summer Course Presented by: Andrew W Moore, Noa Zilberman, Gianni Antichi Stephen Ibanez, Marcin Wojcik, Jong Hun Han, Salvator Galea, Murali Ramanujam, Jingyun Zhang, Yuta Tokusashi University of Cambridge July 24 July 28, 2017


  1. NetFPGA Summer Course Presented by: Andrew W Moore, Noa Zilberman, Gianni Antichi Stephen Ibanez, Marcin Wojcik, Jong Hun Han, Salvator Galea, Murali Ramanujam, Jingyun Zhang, Yuta Tokusashi University of Cambridge July 24 – July 28, 2017 http://NetFPGA.org Summer Course Cambridge, UK, 2017 1

  2. Day 1 Outline • The NetFPGA platform • Infrastructure – Introduction – Tree – Overview of the NetFPGA – Verification Infrastructure Platform • Examples of Using NetFPGA • NetFPGA SUME • Example Project: Crypto – Hardware overview Switch • Network Review – Introduction to a Crypto Switch – Basic IP review – What is an IP core? • The Base Reference Switch – Getting started with a new project. – Example I: Reference Switch running on the NetFPGA – Crypto FSM • • The Life of a Packet Through Simulation and Debug the NetFPGA – Write and Run Simulations for Crypto Switch – Hardware Datapath • Concluding Remarks – Interface to software: Exceptions and Host I/O Summer Course Cambridge, UK, 2017 2

  3. Section V: Infrastructure Summer Course Cambridge, UK, 2017 3

  4. Infrastructure • Tree structure • NetFPGA package contents – Reusable Verilog modules – Verification infrastructure – Build infrastructure – Utilities – Software libraries Summer Course Cambridge, UK, 2017 4

  5. NetFPGA package contents • Projects: – HW: router, switch, NIC – SW: router kit, SCONE • Reusable Verilog modules • Verification infrastructure: – simulate designs (from AXI interface) – run tests against hardware – test data generation libraries (eg. packets) • Build infrastructure • Utilities: – register I/O • Software libraries Summer Course Cambridge, UK, 2017 5

  6. Tree Structure (1) NetFPGA-SUME projects (including reference designs) contrib-projects (contributed user projects) lib (custom and reference IP Cores and software libraries) tools (scripts for running simulations etc.) docs (design documentations and user-guides) https://github.com/NetFPGA/NetFPGA-SUME-live Summer Course Cambridge, UK, 2017 6

  7. Tree Structure (2) lib hw (hardware logic as IP cores) std (reference cores) contrib (contributed cores) xilinx (Xilinx based cores) sw (core specific software drivers/libraries) std (reference libraries) contrib (contributed libraries) Summer Course Cambridge, UK, 2017 7

  8. Tree Structure (3) projects/reference_switch bitfiles (FPGA executables) hw (Vivado based project) constraints (contains user constraint files) create_ip (contains files used to configure IP cores) hdl (contains project-specific hdl code) tcl (contains scripts used to run various tools) sw embedded (contains code for microblaze) host (contains code for host communication etc.) test (contains code for project verification) Summer Course Cambridge, UK, 2017 8

  9. Reusable logic (IP cores) Category IP Core(s) I/O interfaces Ethernet 10G Port PCI Express UART GPIO Output queues BRAM based Output port lookup NIC CAM based Learning switch Memory interfaces SRAM DRAM FLASH Miscellaneous FIFOs AXIS width converter Summer Course Cambridge, UK, 2017 9

  10. Verification Infrastructure (1) • Simulation and Debugging – built on industry standard Xilinx “ xSim ” simulator and “ Scapy ” – Python scripts for stimuli construction and verification Summer Course Cambridge, UK, 2017 10

  11. Verification Infrastructure (2) • xSim – a High Level Description (HDL) simulator – performs functional and timing simulations for embedded, VHDL, Verilog and mixed designs • Scapy – a powerful interactive packet manipulation library for creating “ test data ” – provides primitives for many standard packet formats – allows addition of custom formats Summer Course Cambridge, UK, 2017 11

  12. Build Infrastructure (2) • Build/Synthesis (using Xilinx Vivado) – collection of shared hardware peripherals cores stitched together with AXI4: Lite and Stream buses – bitfile generation and verification using Xilinx synthesis and implementation tools Summer Course Cambridge, UK, 2017 12

  13. Build Infrastructure (3) • Register system – collects and generates addresses for all the registers and memories in a project – uses integrated python and tcl scripts to generate HDL code (for hw) and header files (for sw) Summer Course Cambridge, UK, 2017 13

  14. Section VI: Examples of using NetFPGA Summer Course Cambridge, UK, 2017 14

  15. Running the Reference Router User-space development, 4x10GE line-rate forwarding OSPF BGP Memory CPU My Protocol user kernel Routing Table PCI-Express “ Mirror ” Fwding Packet 10GbE 10GbE Table Buffer FPGA 10GbE 10GbE IPv4 10GbE 10GbE Router Memory 10GbE 10GbE Summer Course Cambridge, UK, 2017 15

  16. Enhancing Modular Reference Designs 1.Design Verilog, 2.Simulate VHDL, 3.Synthesize PW-OSPF P4, 4.Download EDA Tools Memory CPU Java GUI C#, …. (Xilinx, Front Panel Mentor, etc.) (Extensible) PCI-Express NetFPGA Driver 10GbE 10GbE L3 L2 In Q FPGA Parse Parse Mgmt 10GbE 10GbE My 10GbE 10GbE IP Out Q Block Lookup Mgmt Memory 10GbE 10GbE Verilog modules interconnected by FIFO interface Summer Course Cambridge, UK, 2017 16

  17. Creating new systems 1.Design Verilog, 2.Simulate VHDL, 3.Synthesize P4, 4.Download EDA Tools Memory CPU C#,…. (Xilinx, Mentor, etc.) PCI-Express NetFPGA Driver 10GbE 10GbE FPGA 10GbE 10GbE My Design 10GbE 10GbE (10GE MAC is soft/replaceable) Memory 10GbE 10GbE Summer Course Cambridge, UK, 2017 17

  18. Contributed Projects Platform Project Contributor 1G OpenFlow switch Stanford University Packet generator Stanford University NetFlow Probe Brno University NetThreads University of Toronto zFilter (Sp)router Ericsson Traffic Monitor University of Catania DFA UMass Lowell 10G / Bluespec switch UCAM/SRI International SUME Traffic Monitor University of Pisa NF1G legacy on NF10G Uni Pisa & Uni Cambridge High perf. DMA core University of Cambridge NetSoC UCAM/SRI International OSNT UCAM/Stanford/GTech/CNRS Summer Course Cambridge, UK, 2017 18

  19. OpenFlow • The most prominent NetFPGA success • Has reignited the Software Defined Networking movement • NetFPGA enabled OpenFlow – A widely available open-source development platform – Capable of line-rate and • Was, until its commercial uptake, the reference platform for OpenFlow. Summer Course Cambridge, UK, 2017 19

  20. NetSoC: Soft Processors in FPGAs FPGA Ethernet MAC DDR controller Processor(s)  Soft processors: processors in the FPGA fabric  User uploads program to soft processor  Easier to program software than hardware in the FPGA  Could be customized at the instruction level  CHERI – 64bit MIPS soft processor, BSD OS  RISC-V, Linux OS Summer Course Cambridge, UK, 2017 20

  21. Emu : Accelerating Network Services • Compiling .Net programs – To x86 – To simulation environment – To multiple FPGA targets Summer Course Cambridge, UK, 2017 21

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