|
|
@ -2,8 +2,8 @@ |
|
|
|
# |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
|
|
|
|
|
|
|
|
from west.commands import WestCommand |
|
|
|
|
|
|
|
from run_common import add_parser_common, do_run_common |
|
|
|
from run_common import add_parser_common, do_run_common |
|
|
|
|
|
|
|
from west.commands import WestCommand |
|
|
|
|
|
|
|
|
|
|
|
EXPORT_DESCRIPTION = '''\ |
|
|
|
EXPORT_DESCRIPTION = '''\ |
|
|
|
Simulate the board on a runner of choice using generated artifacts. |
|
|
|
Simulate the board on a runner of choice using generated artifacts. |
|
|
@ -13,7 +13,7 @@ Simulate the board on a runner of choice using generated artifacts. |
|
|
|
class Simulate(WestCommand): |
|
|
|
class Simulate(WestCommand): |
|
|
|
|
|
|
|
|
|
|
|
def __init__(self): |
|
|
|
def __init__(self): |
|
|
|
super(Simulate, self).__init__( |
|
|
|
super().__init__( |
|
|
|
'simulate', |
|
|
|
'simulate', |
|
|
|
# Keep this in sync with the string in west-commands.yml. |
|
|
|
# Keep this in sync with the string in west-commands.yml. |
|
|
|
'simulate board', |
|
|
|
'simulate board', |
|
|
|