change seed, making new iclass builds work again

This commit is contained in:
n-hutton 2025-06-04 22:03:56 +01:00
parent 186ed6fb07
commit 3ef1486e79
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
# 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.