From ac28b377c7d3fda443c751a4d0f606a3c05c7a98 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 29 Sep 2017 22:53:40 +0800 Subject: [PATCH] =?UTF-8?q?targets:=20phaser=20=E2=86=92=20kc705=5Fphaser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artiq/gateware/targets/{phaser.py => kc705_phaser.py} | 0 conda/artiq-kc705-phaser/build.sh | 2 +- doc/manual/core_device.rst | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename artiq/gateware/targets/{phaser.py => kc705_phaser.py} (100%) 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.