humpback-dds/Makefile

10 lines
205 B
Makefile
Raw Normal View History

2020-09-17 13:29:33 +08:00
configure-fpga: build-rust-config
openocd -f openocd/openocd.cfg -f openocd/fpga-config.cfg
build-rust-config: build-migen
cargo build --example fpga_config
build-migen:
python3 migen/fpga_config.py