humpback-dds/Makefile

10 lines
188 B
Makefile
Raw Normal View History

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