proxmark3/fpga-xc3s100e/compile.sh

10 lines
140 B
Bash
Raw Normal View History

2021-08-21 23:43:06 +02: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 .
)