verilator: fix locating systemc
This commit is contained in:
parent
d44aa50819
commit
2dc4b18eb6
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ stdenv.mkDerivation rec {
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
env = {
|
||||||
|
SYSTEMC_INCLUDE = "${lib.getDev systemc}/include";
|
||||||
|
SYSTEMC_LIBDIR = "${lib.getLib systemc}/lib";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fast and robust (System)Verilog simulator/compiler and linter";
|
description = "Fast and robust (System)Verilog simulator/compiler and linter";
|
||||||
homepage = "https://www.veripool.org/verilator";
|
homepage = "https://www.veripool.org/verilator";
|
||||||
|
|
Loading…
Reference in a new issue