From e5bc3d45987eee5101f2e096d1db10dae1d44e4e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 20 Mar 2022 17:45:35 +0800 Subject: [PATCH] update vivado --- artiq-fast/vivado.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/vivado.nix b/artiq-fast/vivado.nix index 3c35065..7efe699 100644 --- a/artiq-fast/vivado.nix +++ b/artiq-fast/vivado.nix @@ -1,7 +1,7 @@ # Install Vivado in /opt and add to /etc/nixos/configuration.nix: # nix.sandboxPaths = ["/opt"]; -{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2021.1" }: +{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2021.2" }: pkgs.buildFHSUserEnv { name = "vivado";