update vivado

This commit is contained in:
Sebastien Bourdeauducq 2022-03-20 16:09:58 +08:00
parent 80d412a8bf
commit 6b33f3b719
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@
vivado = pkgs.buildFHSUserEnv {
name = "vivado";
targetPkgs = vivadoDeps;
profile = "set -e; source /opt/Xilinx/Vivado/2021.1/settings64.sh";
profile = "set -e; source /opt/Xilinx/Vivado/2021.2/settings64.sh";
runScript = "vivado";
};