From 735f29948cee8fa36396499035498a0135343c09 Mon Sep 17 00:00:00 2001 From: aottaviano Date: Tue, 16 Nov 2021 13:52:28 +0100 Subject: [PATCH] treewide: Fix I2C slave module and testsuite * Fix wrong signals in RTL hierarchy * Add I2C slv tb for FPGA wrapper (dump test) * Add I2C slv tb for ASIC wrapper (irq test) * Add dump and irq tests Please enter the commit message for your changes. Lines starting --- include/archi/chips/control-pulp/properties.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/archi/chips/control-pulp/properties.h b/include/archi/chips/control-pulp/properties.h index cfb4883..8171401 100644 --- a/include/archi/chips/control-pulp/properties.h +++ b/include/archi/chips/control-pulp/properties.h @@ -251,11 +251,12 @@ #define ARCHI_FC_EVT_FIRST_SW 0 #define ARCHI_FC_EVT_NB_SW 8 -#define ARCHI_FC_EVT_TIMER0_LO 10 -#define ARCHI_FC_EVT_TIMER0_HI 11 +#define ARCHI_FC_EVT_TIMER0_LO 10 +#define ARCHI_FC_EVT_TIMER0_HI 11 +#define ARCHI_FC_EVT_I2C_SLV_BMC 13 #define ARCHI_FC_EVT_CLK_REF 14 #define ARCHI_FC_EVT_GPIO 15 -#define ARCHI_FC_EVT_RTC 16 +#define ARCHI_FC_EVT_I2C_SLV 16 #define ARCHI_FC_EVT_ADV_TIMER0 17 #define ARCHI_FC_EVT_ADV_TIMER1 18 #define ARCHI_FC_EVT_ADV_TIMER2 19