From 871b433d730c56aaa7406961467f4d56f404f3fb Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 27 Apr 2024 11:13:14 -0600 Subject: nix: peakrdl: initial commit --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dd7a173..9a146bc 100644 --- a/flake.nix +++ b/flake.nix @@ -146,6 +146,8 @@ numpy pillow pytest # Para cocotb + (py.callPackage ./nix/peakrdl.nix { }) + (py.callPackage ./nix/peakrdl-regblock.nix { }) (py.callPackage ./nix/pyuvm.nix { }) ])) (quartus-prime-lite.override { supportedDevices = [ "Cyclone V" ]; }) -- cgit v1.2.3