summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-05 18:19:50 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-05 18:21:57 -0600
commit1ffcdb62cd7e95ccd3f971d0b5cb2e617e1481b2 (patch)
tree1c0f622359012e0790626e83bcca66d498b2b938 /flake.nix
parentca02833f22b08ceeeff501107371aa6667426115 (diff)
nix: patch peakrdl-regblock to silence verilator's MULTIDRIVEN warning
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 5e789e2..bdfd21e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -149,8 +149,8 @@
pillow
pytest # Para cocotb
(py.callPackage ./nix/cocotb-coverage.nix { })
- (py.callPackage ./nix/peakrdl.nix { })
- (py.callPackage ./nix/peakrdl-regblock.nix { })
+ (py.callPackage ./nix/peakrdl/peakrdl.nix { })
+ (py.callPackage ./nix/peakrdl/peakrdl-regblock.nix { })
(py.callPackage ./nix/pyuvm.nix { })
]))
rv32Pkgs.stdenv.cc.cc