diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-05-05 18:19:50 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-05-05 18:21:57 -0600 |
| commit | 1ffcdb62cd7e95ccd3f971d0b5cb2e617e1481b2 (patch) | |
| tree | 1c0f622359012e0790626e83bcca66d498b2b938 /nix/peakrdl/peakrdl-regblock.nix | |
| parent | ca02833f22b08ceeeff501107371aa6667426115 (diff) | |
nix: patch peakrdl-regblock to silence verilator's MULTIDRIVEN warning
Diffstat (limited to '')
| -rw-r--r-- | nix/peakrdl/peakrdl-regblock.nix (renamed from nix/peakrdl-regblock.nix) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/peakrdl-regblock.nix b/nix/peakrdl/peakrdl-regblock.nix index daacc5a..3a3f0f6 100644 --- a/nix/peakrdl-regblock.nix +++ b/nix/peakrdl/peakrdl-regblock.nix @@ -19,6 +19,10 @@ buildPythonPackage { sha256 = "sha256-N+YZSuHdSSMCmgko5YZpa7wDj3vMy2J7prPdfjj53GA="; }; + patches = [ + ./0001-Add-verilator-MULTIDRIVEN-hack.patch + ]; + propagatedBuildInputs = [ jinja2 (callPackage ./systemrdl-compiler.nix { }) |
