Merge pull request #2882 from n-hutton/iclass_build_issues

change seed, making new iclass builds work again
This commit is contained in:
Iceman 2025-06-05 00:01:03 +02:00 committed by GitHub
commit fd5e79b991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2 additions and 2 deletions

View file

@ -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.