mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #2882 from n-hutton/iclass_build_issues
change seed, making new iclass builds work again
This commit is contained in:
commit
fd5e79b991
6 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ XST_OPTS_AREA += -fsm_style bram
|
||||||
XST_OPTS_AREA += -fsm_encoding compact
|
XST_OPTS_AREA += -fsm_encoding compact
|
||||||
|
|
||||||
# par specific option (set determistic seed)
|
# par specific option (set determistic seed)
|
||||||
PAR_OPTIONS = -t 1
|
PAR_OPTIONS = -t 2
|
||||||
|
|
||||||
# Types of selective module compilation:
|
# Types of selective module compilation:
|
||||||
# WITH_LF Enables selection of LF modules (and disables all HF)
|
# WITH_LF Enables selection of LF modules (and disables all HF)
|
||||||
|
@ -188,7 +188,7 @@ work:
|
||||||
$(Q)$(RM) $@ $*.drc $*.rbt
|
$(Q)$(RM) $@ $*.drc $*.rbt
|
||||||
$(info [=] BITGEN $@)
|
$(info [=] BITGEN $@)
|
||||||
$(Q)$(XILINX_TOOLS_PREFIX)bitgen $(VERBOSITY) -w $* $@
|
$(Q)$(XILINX_TOOLS_PREFIX)bitgen $(VERBOSITY) -w $* $@
|
||||||
#python3 ../strip_date_time_from_binary.py $@ || true
|
python3 ../strip_date_time_from_binary.py $@ || true
|
||||||
$(Q)$(CP) $@ ..
|
$(Q)$(CP) $@ ..
|
||||||
|
|
||||||
# Build all targets
|
# Build all targets
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue