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:
parent
22c3438f1b
commit
3e870495f2
19 changed files with 20 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue