mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix: FPGA config for ICOPYX
This commit is contained in:
parent
cad92c4a05
commit
9dd5b66c0a
3 changed files with 4 additions and 10 deletions
|
@ -182,12 +182,6 @@ work:
|
|||
$(Q)$(XILINX_TOOLS_PREFIX)par $(VERBOSITY) -w $< $@
|
||||
|
||||
%.bit: %.ncd
|
||||
# Hacky hack, make empty files for icopyx
|
||||
if echo "$@" | grep -qi "icopyx"; then \
|
||||
truncate -s0 ../fpga_icopyx_lf.bit; \
|
||||
truncate -s0 ../fpga_icopyx_hf_15.bit; \
|
||||
truncate -s0 ../fpga_icopyx_felica.bit; \
|
||||
fi
|
||||
$(Q)$(RM) $@ $*.drc $*.rbt
|
||||
$(info [=] BITGEN $@)
|
||||
$(Q)$(XILINX_TOOLS_PREFIX)bitgen $(VERBOSITY) -w $* $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue