diff --git a/docs/guide/exe_verilator.rst b/docs/guide/exe_verilator.rst index 21be8775f..d1efb3f25 100644 --- a/docs/guide/exe_verilator.rst +++ b/docs/guide/exe_verilator.rst @@ -29,10 +29,10 @@ Summary: .. option:: Specifies optional object or library files to be linked in with the - Verilog code, as a shorthand for :vlopt:`-LDFLAGS \ - <-LDFLAGS>`. The file path should either be absolute, or relative to - where the make will be executed from, or add to your makefile's VPATH - the appropriate directory to find the file. + Verilog code, as a shorthand for :vlopt:`-LDFLAGS \`. The file + path should either be absolute, or relative to where the make will be + executed from, or add to your makefile's VPATH the appropriate directory + to find the file. If any files are specified in this way, Verilator will include a make rule that uses these files when linking the module's executable. This