(no commit message)
[libreriscv.git] / conferences.mdwn
index ac569be57b9e0783802c7850b0c87ee8c59cd6ce..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 deployed
-  - Impossible to do in VHDL or Verilog
-  - yosys converts nmigen to verilog for standard tools.
+
 
 ## What is being developed? (Roadmap)