fix: open_hw_manager→open_hw for 2018.3 batch mode compat; revert console=True

This commit is contained in:
2026-06-12 17:37:54 +08:00
parent c9eae220f0
commit 4da03e97d8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ exe = EXE(
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False, # GUI only, no terminal window
console=True, # show console for terminal log output
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
+1 -1
View File
@@ -271,7 +271,7 @@ def _program_with_vivado(
callback("progress", "Using Vivado Hardware Manager...")
tcl_content = f"""
open_hw_manager
open_hw
connect_hw_server
open_hw_target
current_hw_device [lindex [get_hw_devices] 0]
+1 -1
View File
@@ -257,7 +257,7 @@ def _extract_relevant(output: str) -> str:
def _build_jtag_query_tcl() -> str:
"""Build Vivado TCL script file for JTAG device enumeration."""
content = """\
open_hw_manager
open_hw
connect_hw_server
open_hw_target
puts "===JTAG_START==="