2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-18 07:56:30 +08:00

flake: update Vivado

This commit is contained in:
Sebastien Bourdeauducq 2021-10-21 11:24:55 +08:00
parent df6aeb99f6
commit cc15a4f572

View File

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