Software APIs
coverage_none.c
1 // Copyright lowRISC contributors (OpenTitan project).
2 // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3 // SPDX-License-Identifier: Apache-2.0
4 
5 #include "sw/device/lib/testing/test_framework/coverage.h"
6 
7 // This NOP function gets linked in when coverage is disabled. See
8 // `test_coverage_llvm.c` for its actual definition when coverage is enabled.
9 void coverage_send_buffer(void) {}