diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-05 00:36:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-05 13:07:57 -0600 |
| commit | 4acd900c4602db0353d11bf6841ddadfd80c57b8 (patch) | |
| tree | fe24637ccd16fefcf25f0c8d8e65b01d19a1760c /flake.nix | |
| parent | d173727c1ed34652613fc046d522a43ac9ef015e (diff) | |
Makefile, tb: add support for cocotb
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 ]; |
