2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-24 19:04:02 +08:00

update vivado

This commit is contained in:
Sebastien Bourdeauducq 2022-03-20 16:09:58 +08:00
parent 80d412a8bf
commit 6b33f3b719

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