vivado: update to 2020.1

pull/30/head
Sebastien Bourdeauducq 2020-06-11 13:23:15 +08:00
parent e15a0235a3
commit 98e6c29401
1 changed files with 1 additions and 1 deletions

View File

@ -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";