diff --git a/artiq/gateware/targets/phaser.py b/artiq/gateware/targets/kc705_phaser.py similarity index 100% rename from artiq/gateware/targets/phaser.py rename to artiq/gateware/targets/kc705_phaser.py diff --git a/conda/artiq-kc705-phaser/build.sh b/conda/artiq-kc705-phaser/build.sh index b03c1c7ab..9a9340821 100644 --- a/conda/artiq-kc705-phaser/build.sh +++ b/conda/artiq-kc705-phaser/build.sh @@ -6,7 +6,7 @@ BUILD_SETTINGS_FILE=$HOME/.m-labs/build_settings.sh SOC_PREFIX=$PREFIX/lib/python3.5/site-packages/artiq/binaries/kc705-phaser mkdir -p $SOC_PREFIX -V=1 $PYTHON -m artiq.gateware.targets.phaser --toolchain vivado $MISOC_EXTRA_VIVADO_CMDLINE +V=1 $PYTHON -m artiq.gateware.targets.kc705_phaser --toolchain vivado $MISOC_EXTRA_VIVADO_CMDLINE cp misoc_phaser_kc705/gateware/top.bit $SOC_PREFIX cp misoc_phaser_kc705/software/bios/bios.bin $SOC_PREFIX cp misoc_phaser_kc705/software/runtime/runtime.fbi $SOC_PREFIX diff --git a/doc/manual/core_device.rst b/doc/manual/core_device.rst index efe153c30..76b1f9361 100644 --- a/doc/manual/core_device.rst +++ b/doc/manual/core_device.rst @@ -164,7 +164,7 @@ Installation These installation instructions are a short form of those in the ARTIQ manual. * See the chapter on setting up a :ref:`development environment `. * When compiling the binaries, use the ``phaser`` target::: - $ python -m artiq.gateware.targets.phaser + $ python -m artiq.gateware.targets.kc705_phaser * From time to time and on request there may be pre-built binaries in the ``artiq-kc705-phaser`` package on the M-Labs conda package label.