cmake: emu: Add arm fvp emulator
Add arm fvp emulator in order to use ninja run or west build -t run. Add armfvp in order to run twister. Set env ARMFVP_BIN_PATH before using it, e.g. export ARMFVP_BIN_PATH=<path/to/fvp/dir> NOTE: ARMFVP_BIN_PATH is the dir path. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
This commit is contained in:
parent
8f46bc97a3
commit
8af11d40d0
3 changed files with 27 additions and 2 deletions
|
@ -20,7 +20,7 @@ mapping:
|
|||
enum: ["mcu", "qemu", "sim", "unit", "native"]
|
||||
"simulation":
|
||||
type: str
|
||||
enum: ["qemu", "simics", "xt-sim", "renode", "nsim", "mdb-nsim", "tsim"]
|
||||
enum: ["qemu", "simics", "xt-sim", "renode", "nsim", "mdb-nsim", "tsim", "armfvp"]
|
||||
"arch":
|
||||
type: str
|
||||
"toolchain":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue