From 3feb806ef5cbcb2ee85890d3f24ebfccf04869b1 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 5 Oct 2023 05:30:04 -0600 Subject: tb: implement block test: smp_sim reset --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3ad2d91..6de292b 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,11 @@ outputs = { self, nixpkgs }: let system = "x86_64-linux"; - pkgs = import nixpkgs { inherit system; config.allowUnfree = true; }; + + pkgs = import nixpkgs { + inherit system; + config.allowUnfree = true; + }; crossSystem = "arm-linux"; cross = import nixpkgs { @@ -138,6 +142,7 @@ pkg-config (python3.withPackages (py: with py; [ cocotb + cocotb-bus find-libpython # Para cocotb matplotlib numpy -- cgit v1.2.3