proxmark3/fpga-xc3s100e/compile.sh

10 lines
140 B
Bash
Raw Normal View History

2021-08-22 05:43:06 +08:00
#!/bin/bash
(
cd iseproj/fpga_hf
xtclsh fpga_hf.tcl run_process
mv fpga_hf.bit ../..
git checkout fpga_hf.ise
git clean -dfx .
)