mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-16 21:00:16 +00:00
Added pulp target
This commit is contained in:
parent
0014e6f910
commit
9cd3a56482
2 changed files with 6 additions and 2 deletions
|
|
@ -25,7 +25,9 @@
|
|||
#include "archi/riscv/priv_1_10.h"
|
||||
#ifdef __ibex__
|
||||
#include "archi/ibex/mhpm.h"
|
||||
#else // __ibex__
|
||||
#elif defined(__cv32e40p__)
|
||||
#include "archi/cv32e40p/cv32e40p.h"
|
||||
#else
|
||||
#include "archi/riscv/pcer_v2.h"
|
||||
#endif // __ibex__
|
||||
#include "archi/itc/itc_v1.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,9 @@
|
|||
|
||||
#ifdef __ibex__
|
||||
#include "hal/ibex/ibex.h"
|
||||
#else // __ibex__
|
||||
#elif defined(__cv32e40p__)
|
||||
#include "hal/cv32e40p/cv32e40p.h"
|
||||
#else
|
||||
#include "hal/riscv/riscv_v5.h"
|
||||
#endif // __ibex__
|
||||
#include "hal/eu/eu_v3.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue