This commit is contained in:
锦恢 2025-01-08 16:59:00 +08:00
parent 0029c7d710
commit 8da5cca1ab
2 changed files with 2 additions and 3 deletions

View File

@ -198,8 +198,7 @@
"xc7a35tftg256-1", "xc7a35tftg256-1",
"xc7a35tcsg324-1", "xc7a35tcsg324-1",
"xc7z035ffg676-2", "xc7z035ffg676-2",
"xc7z020clg484-1", "xc7z020clg484-1"
"hello-world"
] ]
} }
}, },

View File

@ -297,7 +297,7 @@ class Netlist {
} }
const { wasi, fd } = wasiResult; const { wasi, fd } = wasiResult;
if (targetJson) { if (targetJson && fs.existsSync(targetJson)) {
fs.rmSync(targetJson); fs.rmSync(targetJson);
} }