From 328e25ee2d7374e5927e6ae8f60b8c5a75c1115c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vinagre?= Date: Thu, 19 Sep 2024 16:56:46 +0100 Subject: [PATCH] Fix ALL wrapper connections --- iob_soc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iob_soc.py b/iob_soc.py index b07fa8689..8c9361964 100755 --- a/iob_soc.py +++ b/iob_soc.py @@ -403,8 +403,8 @@ def setup(py_params_dict): "s0_axi_s": "cpu_ibus", "s1_axi_s": "cpu_dbus", "mem_axi_m": "axi_m", - "bootrom_axi": "bootrom_cbus", - "peripherals_axi": "axi_periphs_cbus", + "bootrom_axi_m": "bootrom_cbus", + "peripherals_axi_m": "axi_periphs_cbus", }, "num_slaves": 2, "masters": {