mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Commentary
This commit is contained in:
parent
793c974480
commit
cb7abcbaea
@ -1359,6 +1359,7 @@ And link with SystemC. Note your path to the libraries may vary,
|
|||||||
depending on the operating system.
|
depending on the operating system.
|
||||||
|
|
||||||
export SYSTEMC_LIBDIR=/path/to/where/libsystemc.a/exists
|
export SYSTEMC_LIBDIR=/path/to/where/libsystemc.a/exists
|
||||||
|
export LD_LIBRARY_PATH=$SYSTEMC_LIBDIR:$LD_LIBRARY_PATH
|
||||||
# Might be needed if SystemC 2.3.0
|
# Might be needed if SystemC 2.3.0
|
||||||
export SYSTEMC_CXX_FLAGS=-pthread
|
export SYSTEMC_CXX_FLAGS=-pthread
|
||||||
|
|
||||||
@ -1498,6 +1499,12 @@ After running Make, the C++ compiler should produce the following:
|
|||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
|
=item LD_LIBRARY_PATH
|
||||||
|
|
||||||
|
A generic Linux/OS variable specifying what directories have shared object
|
||||||
|
(.so) files. This path should include SystemC and any other shared objects
|
||||||
|
needed at runtime.
|
||||||
|
|
||||||
=item OBJCACHE
|
=item OBJCACHE
|
||||||
|
|
||||||
Optionally specifies a caching or distribution program to place in front of
|
Optionally specifies a caching or distribution program to place in front of
|
||||||
|
Loading…
Reference in New Issue
Block a user