mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-07-12 17:57:52 +00:00
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
This commit is contained in:
parent
0f4e0e588d
commit
735f29948c
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue