From 4acd900c4602db0353d11bf6841ddadfd80c57b8 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 5 Oct 2023 00:36:37 -0600 Subject: Makefile, tb: add support for cocotb --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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 ]; -- cgit v1.2.3