Merge pull request #1945 from Nicolas-Gaudin/master

Support isr for cv32e41p core
This commit is contained in:
enjoy-digital 2024-05-07 15:13:44 +02:00 committed by GitHub
commit b61e8b5d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void isr(void)
*((unsigned int *)PLIC_CLAIM) = claim;
}
}
#elif defined(__cv32e40p__)
#elif defined(__cv32e40p__) || defined(__cv32e41p__)
#define FIRQ_OFFSET 16
#define IRQ_MASK 0x7FFFFFFF