Skip to content

Commit

Permalink
Baremetal json syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghana Tripathi authored and GitHub Enterprise committed Oct 19, 2022
2 parents 63019b9 + cfb2958 commit 23d5066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion emulation/aie_baremetal/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"env_vars": [
{
"_JAVA_OPTIONS": "-Duser.home=./config_area",
"DISPLAY: " "
"DISPLAY": ""
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions emulation/platform_validate/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"max_memory_MB": 32768,
"max_time_min": 300
}

],
"targets": [
"vitis_hw_emu"
],
"category": "canary",
"category": "canary",
"env_vars": [
{
"_JAVA_OPTIONS": "-Duser.home=./config_area",
"DISPLAY: " "
"DISPLAY": ""
}
]
}
Expand Down

0 comments on commit 23d5066

Please sign in to comment.