diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-05 05:30:04 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-05 13:07:57 -0600 |
| commit | 3feb806ef5cbcb2ee85890d3f24ebfccf04869b1 (patch) | |
| tree | 862e2745d2aaa3607ea33fd17bfbc8b57f967008 /flake.nix | |
| parent | 4acd900c4602db0353d11bf6841ddadfd80c57b8 (diff) | |
tb: implement block test: smp_sim reset
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
