mirror of https://github.com/m-labs/artiq.git
targets: phaser → kc705_phaser
This commit is contained in:
parent
74dbb4c977
commit
ac28b377c7
|
@ -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
|
||||
|
|
|
@ -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 <develop-from-conda>`.
|
||||
* 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue