fix RTM gateware copy

pull/16/head
Sebastien Bourdeauducq 2019-02-20 13:55:01 +08:00
parent b47517897c
commit c55cbe417e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ let
target = "sayma";
variant = "satellite";
buildCommand = "python -m artiq.gateware.targets.sayma_rtm && python -m artiq.gateware.targets.sayma_amc -V satellite";
extraInstallCommands = "cp artiq_sayma/rtm_gateware/rtm.bit $TARGET_DIR";
extraInstallCommands = "cp artiq_sayma/rtm_gateware/rtm.bit \$TARGET_DIR";
};
}
EOF