Fix SystemC link in the documentation.
This commit is contained in:
parent
7bbce51f7b
commit
ed5ab9c624
|
|
@ -96,11 +96,11 @@ Those developing Verilator may also want these (see internals.adoc):
|
||||||
==== Install SystemC
|
==== Install SystemC
|
||||||
|
|
||||||
If you will be using SystemC (vs straight C++ output), download
|
If you will be using SystemC (vs straight C++ output), download
|
||||||
http://www.systemc.org[SystemC]. Follow their installation instructions.
|
https://www.accellera.org/downloads/standards/systemc[SystemC].
|
||||||
You will need to set `SYSTEMC_INCLUDE` to point to the include directory
|
Follow their installation instructions. You will need to set `SYSTEMC_INCLUDE`
|
||||||
with systemc.h in it, and `SYSTEMC_LIBDIR` to points to the directory with
|
to point to the include directory with `systemc.h` in it, and `SYSTEMC_LIBDIR`
|
||||||
libsystemc.a in it. (Older installations may set `SYSTEMC` and
|
to points to the directory with `libsystemc.a` in it. (Older installations
|
||||||
`SYSTEMC_ARCH` instead.)
|
may set `SYSTEMC` and `SYSTEMC_ARCH` instead.)
|
||||||
|
|
||||||
==== Install GTKWave
|
==== Install GTKWave
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue