fix: boundary scan could not save

This commit is contained in:
2025-05-19 18:47:15 +08:00
parent ba6ec73b84
commit a6ac728cf1
7 changed files with 502 additions and 453 deletions

View File

@@ -62,7 +62,6 @@ async function uploadBitstream(bitstream: File): Promise<boolean> {
}
try {
console.debug(`Before upload bistream: ${bitstream}`);
const resp = await jtagController.uploadBitstream(
boardAddress.value,
Common.toFileParameterOrNull(bitstream),