From 7be44217fcfda300cb4bceae62d3f6d369182671 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 21 Oct 2021 11:47:21 +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 91db382..3c35065 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/2020.1" }: +{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2021.1" }: pkgs.buildFHSUserEnv { name = "vivado";