Add physical/logical mapping of ports

This commit is contained in:
logicog
2025-12-05 07:38:16 +01:00
parent b82b957750
commit 4b2d7002dc
+3
View File
@@ -1,3 +1,6 @@
const logToPhysPort = [0, 0, 0, 5, 1, 2, 3, 4, 6];
const physToLogPort = [ 4, 5, 6, 7, 3, 8];
function drawPorts() { function drawPorts() {
var f = document.getElementById('ports'); var f = document.getElementById('ports');
console.log("DRAWING PORTS: ", numPorts); console.log("DRAWING PORTS: ", numPorts);