mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Fix Bug #772 - "ngspice + icarus verilog cosim: searches for ivlng.so
in /usr/local/lib/ngspice ...". Use the configured library directory, NGSPICELIBDIR.
This commit is contained in:
committed by
Holger Vogt
parent
35ae1ece8c
commit
d6f3267bf6
@@ -4,7 +4,7 @@
|
||||
* an Icarus Verilog simulation (libvvp.so).
|
||||
* Licensed on the same terms as Ngspice.
|
||||
*
|
||||
* Copyright (c) 2024 Giles Atkinson
|
||||
* Copyright (c) 2024-2025 Giles Atkinson
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "coroutine_shim.h"
|
||||
|
||||
#include "ngspice/config.h" // For NGSPICELIBDIR
|
||||
#include "ngspice/cmtypes.h" // For Digital_t
|
||||
#include "ngspice/cosim.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user