(no commit message)
authorlkcl <lkcl@web>
Tue, 20 Oct 2020 13:53:49 +0000 (14:53 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 20 Oct 2020 13:53:49 +0000 (14:53 +0100)
conferences.mdwn

index 2017c8a1a17074cd5204fb87c04e58406f196310..8517c6ad37e34f0c73c2627533b7db995d89c3ed 100644 (file)
@@ -47,6 +47,7 @@
 * Using litex, nmigen, opencores HDL
   - heavily depending on python OO (not possible with VHDL or Verilog)
   - leap-frogging ahead by not reinventing the wheel
+  - yosys converts nmigen to verilog for standard tools.
 
 ## Why is it different from other SoCs?
 
   - OpenPOWER ISA *itself* is extended to include 3D and Video instructions
   - (SIN, ATAN2, YUV2RGB, Texture Interpolation)
   - Only after approval of OpenPOWER Foundation!
+  - There is no separate GPU or VPU: it really is the same core.
   - Massively simplifies driver development and application debugging
 * Vectorisation is "Simple-V" (VSX not being implemented)
   - VSX is SIMD and is considered harmful
   - https://www.sigarch.org/simd-instructions-considered-harmful/
-* Developed in python HDL called "nmigen"
-  - OO programming techniques can be used (not possible in VHDL/Verilog)
-  - yosys converts nmigen to verilog for standard tools.
+
 
 ## What is being developed? (Roadmap)