mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-05 20:41:34 -07:00
change seed, making new iclass builds work again
This commit is contained in:
parent
186ed6fb07
commit
3ef1486e79
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
|
||||
|
||||
# par specific option (set determistic seed)
|
||||
PAR_OPTIONS = -t 1
|
||||
PAR_OPTIONS = -t 2
|
||||
|
||||
# Types of selective module compilation:
|
||||
# WITH_LF Enables selection of LF modules (and disables all HF)
|
||||
|
@ -188,7 +188,7 @@ work:
|
|||
$(Q)$(RM) $@ $*.drc $*.rbt
|
||||
$(info [=] BITGEN $@)
|
||||
$(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) $@ ..
|
||||
|
||||
# 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