From 0c3cb62cde26d787285bf7f9583d1aa00dd12c2f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 14 Dec 2020 11:38:33 +0800 Subject: [PATCH] artiq-full: use uTCA for sayma-satellite-st --- artiq-full.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full.nix b/artiq-full.nix index ba3bd57..85571cf 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -262,7 +262,7 @@ let artiq-board-sayma-satellite-st = artiq-board { target = "sayma"; variant = "satellite"; - buildCommand = "python -m artiq.gateware.targets.sayma_amc --sfp --jdcg-type syncdds"; + buildCommand = "python -m artiq.gateware.targets.sayma_amc --jdcg-type syncdds"; }; }) EOF