pull/4/head
occheung 2020-09-17 13:29:33 +08:00
parent 537a375f2c
commit e174961bff
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
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