654d65a6d5704530a821a695caf38ef543e1b602
should fix Gitea issue #17
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
Languages
Rust
44.7%
C++
20.9%
C
20.6%
Python
7.5%
Assembly
2.7%
Other
3.5%