2016-01-21 10:36:21 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
2018-01-28 22:28:55 +08:00
|
|
|
SOC_PREFIX=$SP_DIR/artiq/binaries/kc705-nist_clock
|
2016-01-21 10:36:21 +08:00
|
|
|
mkdir -p $SOC_PREFIX
|
|
|
|
|
2018-01-22 18:25:10 +08:00
|
|
|
V=1 $PYTHON -m artiq.gateware.targets.kc705 -V nist_clock
|
2018-02-06 16:18:56 +08:00
|
|
|
cp artiq_kc705/nist_clock/gateware/top.bit $SOC_PREFIX
|
|
|
|
cp artiq_kc705/nist_clock/software/bootloader/bootloader.bin $SOC_PREFIX
|
|
|
|
cp artiq_kc705/nist_clock/software/runtime/runtime.{elf,fbi} $SOC_PREFIX
|