mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
msg
This commit is contained in:
parent
5aa935d170
commit
fc2654f1f6
@ -29,10 +29,10 @@ Summary:
|
|||||||
.. option:: <file.a/.o/.so>
|
.. option:: <file.a/.o/.so>
|
||||||
|
|
||||||
Specifies optional object or library files to be linked in with the
|
Specifies optional object or library files to be linked in with the
|
||||||
Verilog code, as a shorthand for :vlopt:`-LDFLAGS \<file\>
|
Verilog code, as a shorthand for :vlopt:`-LDFLAGS \<file\>`. The file
|
||||||
<-LDFLAGS>`. The file path should either be absolute, or relative to
|
path should either be absolute, or relative to where the make will be
|
||||||
where the make will be executed from, or add to your makefile's VPATH
|
executed from, or add to your makefile's VPATH the appropriate directory
|
||||||
the appropriate directory to find the file.
|
to find the file.
|
||||||
|
|
||||||
If any files are specified in this way, Verilator will include a make
|
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
|
rule that uses these files when linking the module's executable. This
|
||||||
|
Loading…
Reference in New Issue
Block a user