8 lines
131 B
CMake
8 lines
131 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set(SUPPORTED_EMU_PLATFORMS tsim)
|
|
|
|
find_program(TSIM tsim-leon3)
|
|
|
|
set(TSIM_SYS -uart_fs 32)
|