README_PHASER: update

This commit is contained in:
Robert Jördens 2016-10-06 09:58:05 +02:00
parent d13f67cf63
commit f62d60093e
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ The additions and modifications to ARTIQ that were implemented for this project
* In ARTIQ, the SAWG and Phaser code: https://github.com/m-labs/artiq/compare/phaser
* The CORDIC core has been reused from the PDQ2 gateware
https://github.com/m-labs/pdq2
* The Migen/MiSoC JESD204B core: https://github.com/enjoy-digital/litejesd204b
* The Migen/MiSoC JESD204B core: https://github.com/m-labs/jesd204
Installation
@ -40,7 +40,7 @@ https://m-labs.hk/artiq/manual-release-2/index.html
* Set up a new conda environment and activate it.
* Checkout the ARTIQ phaser branch: ::
git clone -b phaser https://github.com/m-labs/artiq.git
git clone --recursive -b phaser https://github.com/m-labs/artiq.git
* Install the standard ARTIQ runtime/install dependencies.
See ``conda/artiq/meta.yaml`` for a list.