Routing problem for multi-pin port and anchors are debugged

This commit is contained in:
2026-05-31 22:16:44 +08:00
parent 9b4e8da796
commit ce7f6e95c4
36 changed files with 2470 additions and 676 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ assert(
'canvas.html should use buildInstancesYaml for layout instance export'
);
assert(
canvasHtml.includes('buildCanvasPortsYaml(page.nodes)'),
'canvas.html should export ports from active canvas port nodes'
canvasHtml.includes('buildCanvasPinsYaml(page.nodes)'),
'canvas.html should export pins from active canvas port nodes'
);
assert(
canvasHtml.includes('buildPageComponentPorts(page.port, page.nodes)'),