flake: update Vivado

pull/1772/head
Sebastien Bourdeauducq 2021-10-21 11:24:55 +08:00
parent df6aeb99f6
commit cc15a4f572
1 changed files with 1 additions and 1 deletions

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