mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 09:27:11 +08:00
11 lines
236 B
Bash
11 lines
236 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
SOC_PREFIX=$SP_DIR/artiq/board-support/sayma_rtm
|
|
mkdir -p $SOC_PREFIX
|
|
|
|
$PYTHON -m artiq.gateware.targets.sayma_rtm
|
|
cp artiq_sayma/rtm_gateware/rtm.bit $SOC_PREFIX
|
|
cp artiq_sayma/rtm_gateware/rtm_csr.csv $SOC_PREFIX
|