Skip to content

Commit

Permalink
Update setup_verilator.md
Browse files Browse the repository at this point in the history
touching workspace is required, otherwise the bazel complains for missing workspace file.

Signed-off-by: baskaranindia <[email protected]>
  • Loading branch information
baskaranindia authored Dec 18, 2024
1 parent 7501199 commit 2121a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/getting_started/setup_verilator.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Moreover, Bazel automatically connects to the simulated UART (via `opentitantool
For example, to run the UART smoke test on Verilator simulated hardware, and see the output in real time, use
```console
cd $REPO_TOP
touch WORKSPACE
bazel test --test_output=streamed //sw/device/tests:uart_smoketest_sim_verilator
```
or
Expand Down

0 comments on commit 2121a75

Please sign in to comment.