summaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-09-25 23:46:34 -0600
committerAlejandro Soto <alejandro@34project.org>2023-09-25 23:46:34 -0600
commit1db38c7cccd74af09109a5161edc95233e75fc74 (patch)
tree8c2e776635286974a630fee28eebc2afcbcc1627 /nix/flake.nix
parent9fa82e6621df63335199b7abc0b4ca8acd2f3e03 (diff)
tb: implement coverage reports
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index 5de1f31..d7c7125 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -114,6 +114,7 @@
gdb
gnumake
gtkwave
+ lcov
pkg-config
(python3.withPackages (py: [ py.numpy py.pillow py.matplotlib ]))
(quartus-prime-lite.override { supportedDevices = [ "Cyclone V" ]; })