forked from M-Labs/artiq
79ea454ec1
This removes the last hardcoded python3.5 reference.
9 lines
205 B
Bash
9 lines
205 B
Bash
#!/bin/bash
|
|
|
|
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
|