From f62d60093e5542589d48936b1444eae6e7cddca2 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 6 Oct 2016 09:58:05 +0200 Subject: [PATCH] README_PHASER: update --- README_PHASER.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_PHASER.rst b/README_PHASER.rst index a2d1abf30..780d17320 100644 --- a/README_PHASER.rst +++ b/README_PHASER.rst @@ -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.