94428044e2
Currently there is no way to support running a board on multiple emulation platforms nor to choose a desired emulation platform for the simulation to be run on. This commit introduces a new SUPPORTED_EMU_PLATFORMS list, which defines available emulation platforms for a given board. Fixes #12375. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
8 lines
136 B
CMake
8 lines
136 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set(SUPPORTED_EMU_PLATFORMS tsim)
|
|
|
|
find_program(TSIM tsim-leon3)
|
|
|
|
set(TSIM_SYS -freq 20 -gr716)
|