From 1ffcdb62cd7e95ccd3f971d0b5cb2e617e1481b2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 5 May 2024 18:19:50 -0600 Subject: nix: patch peakrdl-regblock to silence verilator's MULTIDRIVEN warning --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3