Merge pull request #2876 from n-hutton/no_dt_strip

revert date/time strip because of possible error with blue ice release
This commit is contained in:
Iceman 2025-06-03 11:57:53 +02:00 committed by GitHub
commit be67eb123b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 1 deletions

View file

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