boards: add simulation executable for 3rd party sims

Provide the information as part of the board yaml file, this way we will
know what binary to check for.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-11-21 11:38:43 -05:00
commit 3e870495f2
19 changed files with 20 additions and 0 deletions

View file

@ -25,6 +25,8 @@ mapping:
"simulation":
type: str
enum: ["qemu", "simics", "xt-sim", "renode", "nsim", "mdb-nsim", "tsim", "armfvp"]
"simulation_exec":
type: str
"arch":
type: str
"toolchain":