2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

manual: Vivado is now default

This commit is contained in:
Sebastien Bourdeauducq 2016-11-04 11:54:04 +08:00
parent 67ce341adf
commit 29e3333467

View File

@ -145,7 +145,7 @@ These steps are required to generate gateware bitstream (``.bit``) files, build
$ python3.5 -m artiq.gateware.targets.kc705 -H nist_qc1 # or nist_qc2 $ python3.5 -m artiq.gateware.targets.kc705 -H nist_qc1 # or nist_qc2
.. note:: Add ``--toolchain vivado`` if you wish to use Vivado instead of ISE. .. note:: Add ``--toolchain ise`` if you wish to use ISE instead of Vivado.
* Then, gather the binaries and flash them: :: * Then, gather the binaries and flash them: ::