summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-05 00:36:37 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-05 13:07:57 -0600
commit4acd900c4602db0353d11bf6841ddadfd80c57b8 (patch)
treefe24637ccd16fefcf25f0c8d8e65b01d19a1760c /flake.nix
parentd173727c1ed34652613fc046d522a43ac9ef015e (diff)
Makefile, tb: add support for cocotb
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
];