[doc] Remove pointer to DPI sources
This paragraph feels very much out of place in a "Getting Started with
Verilator" document. We don't describe how to find any other source code
either.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/doc/ug/getting_started_verilator.md b/doc/ug/getting_started_verilator.md
index b234ce7..036d6dd 100644
--- a/doc/ug/getting_started_verilator.md
+++ b/doc/ug/getting_started_verilator.md
@@ -153,11 +153,7 @@
It may be monitored with `tail -f` which conveniently notices when the file is truncated on a new run, so does not need restarting between simulations.
The output consists of a textual "waveform" representing the SPI signals.
-## DPI Source
-The I/O interfaces described above are implemented using the DPI interface to Verilator.
-The code for these is stored in the repository at `hw/dv/dpi` with a sub-directory for each module.
-There should be a fusesoc `.core` file in each sub-directory.
## Generating waveforms