artiq-full: build ap drtio system
This commit is contained in:
parent
d0e8cf00fa
commit
b5e19a2944
|
@ -148,6 +148,13 @@ let
|
|||
) {} ${serializedTargets};
|
||||
drtio-systems = {
|
||||
${pkgs.lib.optionalString a6p ''
|
||||
ap = {
|
||||
master = "apmaster";
|
||||
satellites = {
|
||||
"1" = "apsatellite1";
|
||||
"2" = "apsatellite2";
|
||||
};
|
||||
};
|
||||
berkeley3 = {
|
||||
master = "berkeley3master";
|
||||
satellites = {
|
||||
|
|
Loading…
Reference in New Issue