Skip to content

Commit

Permalink
[#52362] Add information on AHB bus support in the DPI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOlencki committed Jan 18, 2024
1 parent f873560 commit 397a894
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions source/advanced/co-simulating-with-a-hdl-simulator.md
Expand Up @@ -23,14 +23,18 @@ For Verilator, you should use the C++ interface.

## Supported buses

Co-simulation in Renode supports the following buses:
Co-simulation in Renode using DPI integration (SystemVerilog interface) supports the following buses:

* AHB
* APB3
* AXI4
* AXI4-Lite

Verilator integration also supports the following features:
Verilator integration (C++ interface) supports the following features:

* APB3 bus
* AXI4 bus
* AXI4-Lite bus
* Wishbone bus
* CFU Custom Function Unit interface

Expand Down

0 comments on commit 397a894

Please sign in to comment.