From 9a94482c6ea712865314f6683cbff515e2b7b3cb Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 28 Jan 2018 15:18:52 +0000 Subject: [PATCH] conda: fix typo in 885ab409. --- conda/artiq-sayma_rtm/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/artiq-sayma_rtm/build.sh b/conda/artiq-sayma_rtm/build.sh index 28389ece4..83e505221 100644 --- a/conda/artiq-sayma_rtm/build.sh +++ b/conda/artiq-sayma_rtm/build.sh @@ -4,5 +4,5 @@ SOC_PREFIX=$SP_DIR/artiq/binaries/sayma_rtm mkdir -p $SOC_PREFIX $PYTHON -m artiq.gateware.targets.sayma_rtm -cp artiq_sayma/rtm/rtm.bit $SOC_PREFIX -cp artiq_sayma/rtm/rtm_csr.csv $SOC_PREFIX +cp artiq_sayma/rtm_gateware/rtm.bit $SOC_PREFIX +cp artiq_sayma/rtm_gateware/rtm_csr.csv $SOC_PREFIX