Doc/comment adjustments

Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
This commit is contained in:
Matthew Ballance 2026-06-24 00:32:24 +00:00
parent 6d836a953c
commit 8c2450b2e9
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ Options:
model was Verilated with :vlopt:`--vpi` and :vlopt:`--main` (or
:vlopt:`--binary`). ``<library>`` is the path to the shared library. If
``:<bootstrap>`` is given, that named no-argument function is called;
otherwise the library's ``vlog_startup_routines`` array (IEEE 1800 Section 37) is
otherwise the library's ``vlog_startup_routines`` array (IEEE 1800 38.37.2) is
invoked. May be repeated to load multiple libraries.
Runtime loading is supported on POSIX platforms only (it relies on the

View File

@ -92,7 +92,7 @@
#if VM_VPI
# include <cstring>
# ifndef _WIN32
# include <dlfcn.h> // Used by Verilated::loadVpiLib
# include <dlfcn.h> // dlopen
# endif
#endif