We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bcd0f commit 60be158Copy full SHA for 60be158
1 file changed
tools/dev.py
@@ -573,6 +573,8 @@ def _run_build(args: argparse.Namespace) -> None:
573
getattr(args, "no_components", False),
574
)
575
component_flags = _component_cmake_flags(enabled, board_host)
576
+ if "silicon_wcet" in enabled:
577
+ component_flags.append("-DULMK_CONFIG_SYSCALL_WCET=1")
578
579
elf = BUILD_DIR / build_subdir / "ulmk"
580
if run_qemu and not args.clean and elf.is_file():
0 commit comments