mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Add fpga-xc3s100e and icopyx support
This commit is contained in:
parent
d56d8f0f65
commit
e79fb92074
106 changed files with 4213 additions and 85 deletions
9
fpga-xc3s100e/compile.sh
Executable file
9
fpga-xc3s100e/compile.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
(
|
||||
cd iseproj/fpga_hf
|
||||
xtclsh fpga_hf.tcl run_process
|
||||
mv fpga_hf.bit ../..
|
||||
git checkout fpga_hf.ise
|
||||
git clean -dfx .
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue