default.nix: restored proper satellite variants

exception
mwojcik 2021-10-08 15:13:56 +02:00
parent 219c075931
commit c4de1c261a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ let
vivado = import <artiq-fast/vivado.nix> { inherit pkgs; };
# FSBL configuration supplied by Vivado 2020.1 for these boards:
fsblTargets = ["zc702" "zc706" "zed"];
sat_variants = ["acpki_satellite" "nist_clock_satellite" "nist_qc2_satellite"];
sat_variants = ["satellite" "nist_clock_satellite" "nist_qc2_satellite"];
build = { target, variant, json ? null }: let
szl = (import zynq-rs)."${target}-szl";
fsbl = import "${zynq-rs}/nix/fsbl.nix" {