Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 493 Bytes

build_software.md

File metadata and controls

12 lines (8 loc) · 493 Bytes

OpenTitan Software Build Instructions

All OpenTitan software is built with Bazel.

For example, to build and run the OpenTitan UART smoke test located in sw/device/tests/ for Verilator, run

cd "$REPO_TOP"
bazel test --test_output=streamed //sw/device/tests:uart_smoketest_sim_verilator

The resulting binaries will be located under bazel-out/. For more information, check out the Building Software guide.