The base branch M-Labs/artiq-zynq:master has new changes
2020-06-07 15:13:31 +08:00
2020-04-11 21:12:16 +08:00
2020-05-07 13:52:40 +08:00
2020-06-27 02:29:45 +02:00
2020-05-06 16:02:44 +08:00
2020-06-05 11:46:11 +08:00
2020-06-10 17:31:46 +08:00
2020-05-07 13:52:40 +08:00
2020-04-30 21:04:28 +08:00
2020-06-28 18:12:27 +08:00

Configure Nix channels:

nix-channel --add https://nixbld.m-labs.hk/channel/custom/artiq/fast-beta/artiq-fast
nix-channel --update

Pure build with Nix:

nix-build -A zc706-simple-jtag  # or zc706-nist_qc2-jtag or zc706-nist_clock-jtag
./remote_run.sh

Impure incremental build:

nix-shell
cd src
./zc706.py -g ../build/gateware  # build gateware
make                             # build firmware
cd ..
./remote_run.sh -i

The impure build process can also be used on non-Nix systems.

Description
ARTIQ Zynq-based core device support
Readme 2 MiB
Languages
Rust 35.1%
C 27.5%
C++ 26.4%
Python 3.5%
Assembly 3.5%
Other 3.9%