commit
6eb23e0721
@ -2,20 +2,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "verilator";
|
pname = "verilator";
|
||||||
version = "4.024";
|
version = "4.026";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.veripool.org/ftp/${pname}-${version}.tgz";
|
url = "https://www.veripool.org/ftp/${pname}-${version}.tgz";
|
||||||
sha256 = "0nmjazdv36ksjp8ys48c1grlzkd6yx3zhcd9y165d4sjm3m1pffs";
|
sha256 = "1b4zxwgd780yxql11r2333qhl7ki5jxh9jxlyhv9xqml9aq8myva";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [ perl flex bison ];
|
buildInputs = [ perl flex bison ];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
sed -i -e '3a\#!/usr/bin/env perl' -e '1,3d' $out/bin/{verilator,verilator_coverage,verilator_profcfunc}
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast and robust (System)Verilog simulator/compiler";
|
description = "Fast and robust (System)Verilog simulator/compiler";
|
||||||
homepage = "https://www.veripool.org/wiki/verilator";
|
homepage = "https://www.veripool.org/wiki/verilator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user