forked from M-Labs/artiq-zynq
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
python src/gateware/zc706.py -r build/pl.rs -c build/rustc-cfg -m build/mem.rs -V CXP_Demo -g build/gateware/
|