From d6858716a040ddb7e71e7bb7ffff24e852cc7208 Mon Sep 17 00:00:00 2001 From: saji Date: Sun, 14 Apr 2024 01:50:41 -0500 Subject: [PATCH] add python + cocotb --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 9775e04..1f52d38 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,9 @@ devShells = forAllSystems (pkgs: { default = pkgs.mkShell { packages = with pkgs; [ + python3 + python3Packages.cocotb + python3Packages.cocotb-bus yosys nextpnr # simulators