From 98e6c2940117471dfe9813c279597f6f9f6a3019 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 11 Jun 2020 13:23:15 +0800 Subject: [PATCH] vivado: update to 2020.1 --- 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 12ccfd5..91db382 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/2019.2" }: +{ pkgs, vivadoPath ? "/opt/Xilinx/Vivado/2020.1" }: pkgs.buildFHSUserEnv { name = "vivado";