From b5e19a2944c49e51f561fcc870d67dffcaaaeb9b Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 7 Apr 2021 13:54:04 +0800 Subject: [PATCH] artiq-full: build ap drtio system --- artiq-full.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/artiq-full.nix b/artiq-full.nix index 57b44cf..c65b92c 100644 --- a/artiq-full.nix +++ b/artiq-full.nix @@ -148,6 +148,13 @@ let ) {} ${serializedTargets}; drtio-systems = { ${pkgs.lib.optionalString a6p '' + ap = { + master = "apmaster"; + satellites = { + "1" = "apsatellite1"; + "2" = "apsatellite2"; + }; + }; berkeley3 = { master = "berkeley3master"; satellites = {