forked from M-Labs/humpback-dds
10 lines
205 B
Makefile
10 lines
205 B
Makefile
|
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
|
||
|
|