proxmark3/fpga-xc3s100e/compile.sh
2021-08-21 23:45:46 +02:00

10 lines
140 B
Bash
Executable file

#!/bin/bash
(
cd iseproj/fpga_hf
xtclsh fpga_hf.tcl run_process
mv fpga_hf.bit ../..
git checkout fpga_hf.ise
git clean -dfx .
)