artiq-full: use uTCA for sayma-satellite-st

pull/37/head
Sebastien Bourdeauducq 2020-12-14 11:38:33 +08:00
parent d1f7e5d25f
commit 0c3cb62cde
1 changed files with 1 additions and 1 deletions

View File

@ -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