diff --git a/docs/Generators/BOOM.rst b/docs/Generators/BOOM.rst index 79cc0a54..38b5425d 100644 --- a/docs/Generators/BOOM.rst +++ b/docs/Generators/BOOM.rst @@ -1,6 +1,8 @@ Berkeley Out-of-Order Machine (BOOM) ============================================== +.. image:: ../_static/images/boom-pipeline-detailed.png + The `Berkeley Out-of-Order Machine (BOOM) `__ is a synthesizable and parameterizable open source RV64GC RISC-V core written in the Chisel hardware construction language. It serves as a drop-in replacement to the Rocket core given by Rocket Chip (replaces the RocketTile with a BoomTile). BOOM is heavily inspired by the MIPS R10k and the Alpha 21264 out-of-order processors. diff --git a/docs/_static/images/boom-pipeline-detailed.png b/docs/_static/images/boom-pipeline-detailed.png new file mode 100644 index 00000000..7a85738f Binary files /dev/null and b/docs/_static/images/boom-pipeline-detailed.png differ