summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2d6e5db..3ad2d91 100644
--- a/flake.nix
+++ b/flake.nix
@@ -136,7 +136,14 @@
kermit
lcov
pkg-config
- (python3.withPackages (py: [ py.numpy py.pillow py.matplotlib ]))
+ (python3.withPackages (py: with py; [
+ cocotb
+ find-libpython # Para cocotb
+ matplotlib
+ numpy
+ pillow
+ pytest # Para cocotb
+ ]))
(quartus-prime-lite.override { supportedDevices = [ "Cyclone V" ]; })
verilator
];